Heisenberg submitted a new resource:
You must be registered for see links
- prevent guest from use the mouse in the pages of threadsvB Version: 4.2.x
This code is to prevent guest from using the mouse in the pages of threads.
This code is working only in thread pages.
I found it to work with Google Chrome , Firefox, Internet Explorer
Just add this at the end of headinclude template:
No alert:
Code:<vb:if condition="$show['guest']"> <vb:if condition="THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'threads'"> <script> var isNS = (navigator.appName) ? 1 : 0; if(navigator.appName == "Netscape")...
You must be registered for see links
Last edited: