The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Disable right click

4 posters

Go down

Solved Disable right click

Post by lizzi_lpool January 18th 2009, 9:20 pm

Hi guys

My forum is for Mums and we have had a few fake members over the year, and we have just heard there's another faker doing the rounds of the mummy forums.

I would like to know if i can disable right click so ppl cannot save other people's photo's!

Hope you can help guys.

:wouhou:
avatar
lizzi_lpool
New Member

Posts : 20
Reputation : 0
Language : english

Back to top Go down

Solved Re: Disable right click

Post by MEX January 18th 2009, 9:25 pm

Code:
 function ejs_nodroit() { alert('Right-click is forbidden !!!'); return(false); } document.oncontextmenu = ejs_nodroit;




You put this code in Admin Panel > General > Configuration > Site description.
avatar
MEX
Forumember

Male Posts : 430
Reputation : 4
Language : Croatian, English
Location : Tuning - style of life

http://photoshop.bestoforum.net/

Back to top Go down

Solved Re: Disable right click

Post by lizzi_lpool January 18th 2009, 9:25 pm

Will that disable the right click in all categories and forums?
avatar
lizzi_lpool
New Member

Posts : 20
Reputation : 0
Language : english

Back to top Go down

Solved Re: Disable right click

Post by Dreamlimix January 18th 2009, 9:26 pm

Post this code in Admin Panel > General > Configuration > Site description.

Code:
<script language=Javascript1.2> function ejs_nodroit() { alert('Right-clicking is not allowed'); return(false); } document.oncontextmenu = ejs_nodroit; </script>.

EDIT: Sorry i don't know the code is posted already
Dreamlimix
Dreamlimix
Forumember

Male Posts : 761
Reputation : 23
Language : Cheese
Location : The Seventh Sky

http://www.sparkchat.net

Back to top Go down

Solved Re: Disable right click

Post by MEX January 18th 2009, 9:27 pm

Sorry wrong code...
Put this one and it will disable right click to whole forum...

Code:
<script language=JavaScript1.2> function ejs_nodroit() { alert('Right-click is forbidden !!!'); return(false); } document.oncontextmenu = ejs_nodroit; </script>
avatar
MEX
Forumember

Male Posts : 430
Reputation : 4
Language : Croatian, English
Location : Tuning - style of life

http://photoshop.bestoforum.net/

Back to top Go down

Solved Re: Disable right click

Post by lizzi_lpool January 18th 2009, 9:28 pm

Thanks guys will try it now....x
avatar
lizzi_lpool
New Member

Posts : 20
Reputation : 0
Language : english

Back to top Go down

Solved Re: Disable right click

Post by lizzi_lpool January 18th 2009, 9:29 pm

thanks alot, it works!!
avatar
lizzi_lpool
New Member

Posts : 20
Reputation : 0
Language : english

Back to top Go down

Solved Re: Disable right click

Post by Dreamlimix January 18th 2009, 9:30 pm

I am glad we could help
Dreamlimix
Dreamlimix
Forumember

Male Posts : 761
Reputation : 23
Language : Cheese
Location : The Seventh Sky

http://www.sparkchat.net

Back to top Go down

Solved Re: Disable right click

Post by Luky January 18th 2009, 9:31 pm

Since this topic appears to be solved, I will lock it and mark it as solved.
Luky
Luky
Energetic

Male Posts : 6106
Reputation : 264
Language : Romanian, English
Location : Bucharest, Romania

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum