No copying
3 posters
Page 1 of 1
No copying
I want to add a pop-up, so if a person wants to copy your forum. Lets say I right click right now a pop up comes up saying please do not copy. I want to add that, how?!
Admin53- New Member
- Posts : 14
Reputation : 0
Language : English
Re: No copying
You put this code in Admin Panel > General > Configuration > Site description.
- Code:
<script language=Javascript1.2> function ejs_nodroit() { alert('Right-click is forbidden !!!'); return(false); } document.oncontextmenu = ejs_nodroit; </script>.
Re: No copying
XtremeX17 wrote:
- Code:
<script language=Javascript1.2> function ejs_nodroit() { alert('Right-click is forbidden !!!'); return(false); } document.oncontextmenu = ejs_nodroit; </script>.
Where it says 'Right-click is forbidden !!!', You can replace it and add your own text.
magicm00n- Active Poster
-
Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum