Free Forum Hosting

Home | Create a Free Forum | Free Forum Support | Premium Services | Free Portal | Proxy Surfing


Go Back   Free Forum Hosting > PHPBB - Free Forum Hosting > phpBB3 Manuals and Guides
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

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/.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-06-2011, 07:02 AM
xupaulo xupaulo is offline
Junior Member
 
Join Date: Feb 2010
Posts: 24
Thumbs up [BBCode] mouse right button

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]
HTML substitution

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>
Helpline:

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.
Reply With Quote
  #2 (permalink)  
Old 03-08-2011, 01:41 AM
tanduy2506's Avatar
tanduy2506 tanduy2506 is online now
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,044
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:
var message="function not allowed";
I think we should change its name into
Quote:
[norightclick][/norightclick]
It's just my opinion.
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

Reply With Quote
  #3 (permalink)  
Old 03-08-2011, 06:17 AM
xupaulo xupaulo is offline
Junior Member
 
Join Date: Feb 2010
Posts: 24
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.
Reply With Quote
  #4 (permalink)  
Old 03-08-2011, 09:50 PM
tanduy2506's Avatar
tanduy2506 tanduy2506 is online now
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,044
Quote:
Originally Posted by xupaulo View Post
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
Yeah right,
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

Reply With Quote
  #5 (permalink)  
Old 03-09-2011, 02:23 AM
MaT MaT is offline
Super Moderator
 
Forum: www.winr.freeforum.ca
Join Date: Dec 2006
Location: Queensland, Australia
Posts: 1,138
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.
__________________
Cheers,
FreeForum Team


My Site's.
My Face Book
My PS3 Clan Site
Reply With Quote
  #6 (permalink)  
Old 03-09-2011, 05:25 PM
xupaulo xupaulo is offline
Junior Member
 
Join Date: Feb 2010
Posts: 24
Quote:
Originally Posted by MaT View Post
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.

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.
Reply With Quote
  #7 (permalink)  
Old 03-09-2011, 07:34 PM
MaT MaT is offline
Super Moderator
 
Forum: www.winr.freeforum.ca
Join Date: Dec 2006
Location: Queensland, Australia
Posts: 1,138
Quote:
Originally Posted by xupaulo View Post
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 ?

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.
__________________
Cheers,
FreeForum Team


My Site's.
My Face Book
My PS3 Clan Site
Reply With Quote
  #8 (permalink)  
Old 03-09-2011, 08:45 PM
tanduy2506's Avatar
tanduy2506 tanduy2506 is online now
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,044
Quote:
Originally Posted by MaT View Post
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.
Hi MaT,
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

Reply With Quote
  #9 (permalink)  
Old 03-09-2011, 09:05 PM
tanduy2506's Avatar
tanduy2506 tanduy2506 is online now
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,044
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

Reply With Quote
  #10 (permalink)  
Old 03-09-2011, 09:31 PM
MaT MaT is offline
Super Moderator
 
Forum: www.winr.freeforum.ca
Join Date: Dec 2006
Location: Queensland, Australia
Posts: 1,138
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
__________________
Cheers,
FreeForum Team


My Site's.
My Face Book
My PS3 Clan Site

Last edited by MaT : 03-10-2011 at 12:44 AM.
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc.


Medical Schools | Proxy Surf | Phpbb Forum Hosting Script | Vietnamese Business Directory