How to defeat/disable print screen and how to enable spoiler tags

Post new topic   Reply to topic

View previous topic View next topic Go down

How to defeat/disable print screen and how to enable spoiler tags

Post by Hong-kun on July 5th 2009, 5:23 pm

Hi,

I wanted to know if print screen can be disabled. Also, how do you enable spoiler tags? Thanks for all your help!

Hong-kun
Forumotion Member

Posts: 6
Language: English
Country:
Join date: 2009-07-05

Back to top Go down

Re: How to defeat/disable print screen and how to enable spoiler tags

Post by MrMario on July 5th 2009, 11:09 pm

Print Screen on a forum? That can't be disabled as its part of the computer.

If you go to Others in the reply box click on Spoiler.

_________________

|Lost Password?|-|FAQ|-|Contact Typlo for a Domain Transfer Code|-|Complaint Against a Forum|
PM Support & PM About Your Topic Is Not Allowed

MrMario
Global Moderator
Global Moderator

Male
Posts: 8773
Age: 19
Language: English, HTML, XHTML XML, JavaScript, CSS and PERL
Location: USA
Country:
Join date: 2008-06-10

http://tesingroom.darkbb.com

Back to top Go down

Re: How to defeat/disable print screen and how to enable spoiler tags

Post by notMicElf on July 6th 2009, 7:03 am

As MrMario said, you cannot disable PrintScreen, but you can disable the right click.

Code:
<script language=JavaScript>
<!--

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>


I believe that works if you just put it in the "CSS Stylesheet" under Administration control Panel => Display => Colors CSS Stylesheet, then just paste that code into the text box. If it doesn't work, you will need to find another spot to insert it to. There are also versions that make a text pop up happen, but they're very annoying.

notMicElf
Forumotion Member

Male
Posts: 381
Age: 16
Language: English, HTML, CSS, Java
Location: Not where you are =P
Country:
Join date: 2009-06-08

Back to top Go down

Re: How to defeat/disable print screen and how to enable spoiler tags

Post by Hong-kun on July 7th 2009, 9:18 pm

Ok, so print screen can't be done.
How about disable right-click for only images? Is that possible?
I do want to use right click, but image copying is disabled.

Hong-kun
Forumotion Member

Posts: 6
Language: English
Country:
Join date: 2009-07-05

Back to top Go down

Re: How to defeat/disable print screen and how to enable spoiler tags

Post by notMicElf on July 7th 2009, 10:03 pm

Hong-kun wrote:Ok, so print screen can't be done.
How about disable right-click for only images? Is that possible?
I do want to use right click, but image copying is disabled.


not sure, i'll see if I can find such a code for you.

notMicElf
Forumotion Member

Male
Posts: 381
Age: 16
Language: English, HTML, CSS, Java
Location: Not where you are =P
Country:
Join date: 2009-06-08

Back to top Go down

Re: How to defeat/disable print screen and how to enable spoiler tags

Post by TheKiller on July 7th 2009, 10:48 pm


TheKiller
Forumotion Member

Male
Posts: 240
Age: 17
Language: English
Country:
Join date: 2009-03-20

http://RisingDead.UltimaRPG.net

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum