IfI'm not allowed to post code from another site, please accept my apologies and delete this aranoid:
I have this script from Dynamic Drive and it blocks you from selecting text. Is there any way to apply this on VB per usergroup? Any ideas? Thank for your help
PHP Code:
<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit [url]http://www.dynamicdrive.com[/url] for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Well I wanted to apply this to 1 user group but I have 4 others (that aren't trolls) I realize there are ways around it, most of our trolls are a few fries short of a Happy Meal and wouldn't know how to get around it :banana:
I guess I could create a new style for them and try to figure out how to make a certain usergroup default to a specified style. hmm maybe I'll try that
Change X to the usergroupid and template1 to the template name, and add $disableselect to your headinclude template.
You stole my client
I was gonna do something similar, but if it where the other way, as in if it were being applied to many users. But if it weren't that case I would of resulted to that
Originally posted by ~*Julie*~ IfI'm not allowed to post code from another site, please accept my apologies and delete this aranoid:
I have this script from Dynamic Drive and it blocks you from selecting text. Is there any way to apply this on VB per usergroup? Any ideas? Thank for your help
All they have to do to get the text is do a View > Source in the browser or use HyperSnap and capture the screen, so this won't really stop anything.
All they have to do to get the text is do a View > Source in the browser or use HyperSnap and capture the screen, so this won't really stop anything.
Yeah I realize that, most of them are too ignorant to know anyways, plus if they do it this way, they have to work for it Seriously, we get some really dumb trolls lol, I have the board flipped backwards for them so they figured to cut n paste the messages, now they have another hurdle to get around lol