Page 1 of 1

[SOLVED]Cant right click?

PostPosted: Tue May 22, 2007 12:25 am
Author: mlthmp
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://sbfans.info/forums/phpbb/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hey everyone!

I just installed the forums on my server yesterday.. I got everything up and running no problem (forums are AWESOME, BTW)

Anyway.. my users are not able to right click while using the forums (I can, Im not sure if its because I am an admin or what) but today when my mod tried to see if he could he wasn't able to either.

I'm not sure if this is one of the mods that was included in the package (if so, is there an option to turn it off) or if its some type of error.

Please excuse me if this has already been asked before, I tried to search for it but wasn't able to find anything. Also, please excuse me if this isnt the right area <img>

Re: Cant right click?

PostPosted: Tue May 22, 2007 12:48 am
Author: found it
Hi

This is set per user in the admin panel under users management... if you wish for all users to be able to right click you need to remove this bit of code from your template/overall_header.tpl

[code]<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 ]

I hope that helps...

:mrgreen:

PostPosted: Tue May 22, 2007 1:23 am
Author: mlthmp
WOW!

That was really really quick.. Thank you so much, found it..

That did the trick! I appreciate the quick help <img>

Re: Cant right click?

PostPosted: Tue May 22, 2007 1:27 am
Author: found it
No problem...

Happy to help

Could you please mark solved in your subject title...

:mrgreen:

PostPosted: Wed Jun 06, 2007 5:00 am
Author: jwernerny
BTW, you can change the default and change all users through the General Settings in the control panel. This post gives directions http://www.integramod.com/forum/viewtopic.php?p=13453#13453.

(I needed to set this up on a new forum, and had forgotten. Searvhing popped up this thread, but not the full answer, so I made sure it was linked in. <img> )

PostPosted: Sun Jul 08, 2007 8:19 am
Author: fldodger
Thanks worked like a charm for me.

PostPosted: Mon Jul 09, 2007 12:11 am
Author: viragotech
You can still drag n drop to get around the no right click if your on someone elses site;)

Long as you can highlight txt, pic's or what ever it will drag into another app like MS word or.........

The IE shell I use crazybrowser.com if you drag a pic over to the side bar slider it will open it in its own window to do whart you will with.


need to add a no click n drag to highlight .script to make it 99% secure. But then I still got one last trick using netscape 4x that can bypass almost anything being so out of date it don't know better to not let ya do stuff that they took out in 5x.

PostPosted: Mon Jul 09, 2007 2:33 am
Author: tmotley
Using Firefox:

Tools, Page Info, Media

Makes a right-click blocker fairly pointless... <img>

Re: [SOLVED]Cant right click?

PostPosted: Mon Jul 09, 2007 6:42 pm
Author: Helter
or Ctrl+c and Ctrl+v <img>