Disabling right click and copy...

Support for IntegraMOD 140

Moderator: Integra Moderator

Disabling right click and copy...

PostAuthor: setthiscircusdown » Tue Apr 25, 2006 6:24 am

Mine is no longer working...can some tell me how to fix it.

I am pretty sure it got messed up when a no printscrn script was put in (but has since been taken back out) , but i would love to have it back...can someone help?

Thanks
Last edited by setthiscircusdown on Wed Apr 26, 2006 6:51 am, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

PostAuthor: Adrian Rea » Tue Apr 25, 2006 8:00 am

is this on your site or here?

A
Last edited by Adrian Rea on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Adrian Rea
Sr Integra Member
Sr Integra Member
 
Posts: 1263
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 12, 2006 12:59 am
Cash on hand: 0.00

PostAuthor: Adrian Rea » Tue Apr 25, 2006 8:05 am

is this on your site or here?
I am gueesing it is on yours. for individuals go ACP - user admin - manage -enter name then scroll down to Extra priveliges? and tick 'Allow user to copy and right click'
Last edited by Adrian Rea on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Adrian Rea
Sr Integra Member
Sr Integra Member
 
Posts: 1263
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 12, 2006 12:59 am
Cash on hand: 0.00

Re: Enable right click and copy...

PostAuthor: found it » Tue Apr 25, 2006 8:06 am

Check you have this code in your template/overall_header.tpl

Code: Select all
<Start><script> <!-- var previous_key ;  function clickIE4(){if (event.button==2){alert('{L_NO_CLICK}');return false;}}  function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert('{L_NO_CLICK}');return false;}}}  if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}function handleKeyDown(){     if (previous_key==17 )     {         switch (window.event.keyCode)         {             case 45 ]

if not add it before

[code]<BEGIN><script><window></script><END>


:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: setthiscircusdown » Tue Apr 25, 2006 8:32 am

Ok i didnt have the code....I put it in there...but will it automatically work or do i have to empty my sessions table or something?

I went under my test account in IE, and i can still copy and paste even though its ticked to not allow it

Adrian - I was wanting to make sure it worked...we are worried about members take info from one site to paste on another.
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

PostAuthor: Adrian Rea » Tue Apr 25, 2006 1:09 pm

that is odd, you may need to go into ACP, profiles management and unset the overide users setting.

Normally the change is instant.

A
Last edited by Adrian Rea on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Adrian Rea
Sr Integra Member
Sr Integra Member
 
Posts: 1263
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 12, 2006 12:59 am
Cash on hand: 0.00

PostAuthor: setthiscircusdown » Tue Apr 25, 2006 3:49 pm

I looked at the user settings and have overidden and can still right click and copy <img> Sorry to be such a pain
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

PostAuthor: Nata » Wed Apr 26, 2006 8:14 am

try to empty your cache after all those tries !
Last edited by Nata on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Nata
Translation Team
Translation Team
 
Posts: 83
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 10:14 pm
Cash on hand: 0.00

PostAuthor: found it » Wed Apr 26, 2006 8:23 am

[quote=""setthiscircusdown";p="3088""]I looked at the user settings and have overidden and can still right click and copy :mrgreen: <img>
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: setthiscircusdown » Wed Apr 26, 2006 10:56 am

ok I had to register, so i an waiting to get an activation code from that site...

um...i feel stupid but where do i clear my cache at <img>
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

Re: Disabling right click and copy...

PostAuthor: found it » Wed Apr 26, 2006 12:27 pm

Sorry i didnt realise you had to register...

you can delete your cache in your browser and in ACP/extrem styles/stles management/manage cache...

If you need a copy of the download I see if I can find one on my comp

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

Re: Disabling right click and copy...

PostAuthor: setthiscircusdown » Fri Apr 28, 2006 11:38 am

Found it [flash=,:2sayfji7]http://www.girlfriendshideaway.com/oasis/images/smiles/kissygirl.gif[/flash:2sayfji7] you are my hero...

Now i need to know how to make it so that when i tick the box for enable right click only for my mods and admin. Its not working now [flash=,:2sayfji7]http://www.girlfriendshideaway.com/oasis/images/smiles/doh2.gif[/flash:2sayfji7]
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

Re: Disabling right click and copy...

PostAuthor: setthiscircusdown » Tue May 02, 2006 4:08 pm

Anyone please??? <img>
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

Re: Disabling right click and copy...

PostAuthor: found it » Tue May 02, 2006 4:12 pm

Hi

Does the mod work for normal users but not for admin and mods is that right...?

if possible can you send me your files that are related to this mod and i will check them over.....

Sorry i didnt answer b4 I must have overlooked this topic... :?

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: setthiscircusdown » Tue May 02, 2006 4:26 pm

thats right! :xo:
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

PostAuthor: setthiscircusdown » Tue May 02, 2006 4:28 pm

My site support has been out for the last two days, so i am winging it...I usually leave this up to Chris and Ganbei
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00

Re: Disabling right click and copy...

PostAuthor: found it » Tue May 02, 2006 4:31 pm

Hi

These should do it..

language/lang_english/lang_admin.php
language/lang_english/lang_main.php
includes/page_header.php
admin/admin_users.php
templates/fisubice/admin/user_edit_body.tpl
templates/fisubice/overall_header.tpl

I am going to sleep now but will look at them first thing for you....

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: found it » Tue May 02, 2006 4:34 pm

"setthiscircusdown";p="4181" wrote:My site support has been out for the last two days, so i am winging it...I usually leave this up to Chris and Ganbei


:D

I do that often
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: setthiscircusdown » Wed May 03, 2006 11:27 am

Thanks for all your help on this Foundit.... i fixed all the things in my email from you, but its still not allowing me to right click...have i broke it <img>
Last edited by setthiscircusdown on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

setthiscircusdown
Members
Members
 
Posts: 42
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:10 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]