MyBB Codes
Disable right click for guests - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Premium Mods (/forumdisplay.php?fid=8)
+---- Forum: Babjusi Plug ins (/forumdisplay.php?fid=48)
+---- Thread: Disable right click for guests (/showthread.php?tid=1076)


Disable right click for guests - babjusi - 11-29-2009 12:19 PM

This mod will disable the right click at your forum for guests. When guests will right click at your forum they will get to see the following message:

Get original or go and steal somewhere else.

You can also add your own message that you want to display to your guests when they will right click at your forum. To do so, open up the disablerightclickforguests.php file and find the following code:
var message="Get original or go and steal somewhere else!";

And replace the Get original or go and steal somewhere else with your own message.

You can also enable and disable the mod at the acp of your forum-Board Settings-Disable right click for guests. By default it is set to yes.

How to install the mod:

Log in to your ftp program and copy the disablerightclickforguests.php file to /inc/plugins folder. And as last but not least,
activate the plug in from the Acp of your forum-Configuration-Plugins.