![]() |
|
|||||||
| phpBB3 Manuals and Guides You will find out how to admin a forum, change forum style and many other guides. Other online helps: http://www.phpbb.com/support/documentation/3.0/, http://www.phpbb.com/support/tutorials/3.0/, http://www.phpbb.com/kb/3.0/. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all
Sorry but I didnīt find out any other place in the support forum to put this tutorial... Anyway... Whant to block the mouse right button options to protect your posts/topics? Here is the solution BBcode: Code:
[noright][/noright] Code:
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="function not allowed";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
put those tags at the beginnig or at the end of your post Code:
[noright][/noright] Last edited by xupaulo : 03-06-2011 at 03:45 PM. |
|
||||
|
Excellent!
It protects our posts/topics from the mouse right button options. I think everybody can use it. Just change the message that you want to warning. Quote:
Quote:
Thanks for your tips.
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |
|
|||
|
Hi tanduy2506
Exactly, everyone can change the message (I forgot to mention And of course what is between the BBCode tags can be almost everything "norightclick" is ok too I think we should have a place here at the support to post our BBcode tips and tutorials, just for knowledge sharing. I have some great tutorials and BBcode tips to share. Just try this one http://www.forummate.com/forums/phpbb...ck-select.html And feedback to us Last edited by xupaulo : 03-08-2011 at 06:20 AM. |
|
||||
|
Quote:
You want to make a new forum like "knowledge base", right? I'm not sure about that. It seems a little hard because we're so busy to manage more. And maybes, forum members barely discuss You can post at phpBB3 Manuals and Guides You're welcome. Really really thanks you.
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |
|
|||
|
Or do you want a BBCode theard with all known and added by people and us? and HTML coding aswell? if some i guess i couldstat something like that.
|
|
|||
|
Quote:
Why not! Go for it! Iīd prefer a forum for tips or tutorials and BBCodes, but that is better than nothing.... Thanks tanduy2506 which you think is better? a thread or posting here phpBB3 Manuals and Guides ? Last edited by xupaulo : 03-09-2011 at 05:32 PM. |
|
|||
|
Quote:
We do have a forum for tutorials and tips thats why i just thort to do a Code area.. ill start simplifying the tips and tuts area now. |
|
||||
|
Quote:
You're right. We should update for phpBB3 Manuals and Guides regular. I've just seen some new tips. It's really useful Thanks you so much.
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |
|
||||
|
Hi xupaulo,
As MaT said, I think we should post all tips or tutorials and BBCodes at phpBB3 Manuals and Guides. Your knowledge is amazing. We're really need your helps. And I know there are some members always try to share experience and help the other members. Thanks for all helps.
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |
|
|||
|
Hey i've started the long proccess of making new manuals and guides from privious posts so go check them out.
Tell me how i goin. Check out manuals and guides Last edited by MaT : 03-10-2011 at 12:44 AM. |