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 05-07-2008, 02:29 PM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 374
How to use HTML in posting and forum description

phpBB3 is more secure than the previous version (phpBB2). It doesn't allow you use HTML in forum description and posts. So if you would like to use HTML in forum description and posts, you have to save it as a BBCode.

NOTICE: For 'forum description', i mean for the description of each forum of your board, it's not board/site description. phpBB3 only allow plain text in site/board description, don't try to use HTML, you will get no result.

Follow instructions below to do it:
  1. First, you have to know how to add/edit a BBCode.
  2. Then, add a BBCode with these info: BBCode usage: [yourcode]{TEXT}[/yourcode], HTML replacement: Your HTML code, Help line: Text of the BBCode when your mouse is over, Settings: check on 'Display on posting page' if you would like to show it next to 'Font Colour' button on posting page so other users can use it.
    {TEXT}: must be in uppercase, it won't work if {text} in uppercase.
  3. Now you can embed your new BBCode in posts or forum description.

Now, let practice a bit, try it on your forum to see how it works.
  1. Log into your fourm as Administrator -> Click on 'Administration Control Panel' at the bottom of any pages -> Verify your administrator permission again.
  2. Click on 'POSTING' tab -> click on 'BBCodes' under 'Messages' -> press on 'Add a new BBCode' button
    • For 'BBCode usage', enter:
      Code:
      [mycode1]{TEXT}[/mycode1]
      {TEXT}: must be in uppercase.
    • For 'HTML replacement', enter:
      Code:
      <div><embed src="http://www.onetruemedia.com/share_view_player?p=3daaab8284789c37db683b" quality="high" scale="noscale" width="312" height="310" wmode="window" allowFullScreen="true" name="FLVPlayer" salign="LT" flashvars="&p=3daaab8284789c37db683b&skin_id=801&host=http://www.onetruemedia.com" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><div style="margin:0px;font:12px/13px verdana,arial,sans-serif;line-height:20px;padding-bottom:15px;width:312px;text-align:center;"><a href="http://www.onetruemedia.com/share_player_link?p=3daaab8284789c37db683b&skin_id=801&source=emplay" target="_blank"><img src="http://www.onetruemedia.com/share_player_link_image/3daaab8284789c37db683b/801.gif" style="border:0px;" width="312" /></a><br/><a href="http://www.onetruemedia.com/landing?&utm_source=emplay&utm_medium=txt2" target="_blank" style="text-decoration:none;">Photo and video editing at <span style="text-decoration:underline;">www.OneTrueMedia.com</span></a></div></div>
    • For 'Help line', enter:
      Code:
      test html code as bbcode
    • For 'Settings', check on 'Display on posting page' if you would like to have a clickable button on posting page so your users can use, if not you have to remember to use it.
  3. Click on 'Submit' to add your BBCode.
  4. Post this in your posts or forum description:
    Code:
    [mycode1]sometext[/mycode1]
    sometext: some text, whatever to make it valid to show your HTML code.
  5. Check the result. Wow! it works fine.

Hope this helps.

Feel free to post here if you have any questions, we and other members can help you.

Thank you.

Last edited by freeforum : 05-13-2008 at 02:35 AM.
Reply With Quote
  #2 (permalink)  
Old 05-09-2008, 02:18 AM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 374
Quote:
Originally Posted by Ken Ganshirt View Post
Help!!! In my phpBB2 board I display a clock in my Board Description using HTML. I have tried to use your instructions to create a BBCode to replace it but I cannot figure out how to make it work.

I want to make a custom BBCode called "clock".

I want to use this HTML to display the clock:



Can you please tell me exactly what to put in BBCode Usage and HTML Replacement so I can achieve this? Thanks for your help.

...ken...
This feature is only available for phpBB3 that we will switch over. For phpBB2, you can insert HTML directly without BBCode.
Reply With Quote
  #3 (permalink)  
Old 05-09-2008, 01:05 PM
Ken Ganshirt Ken Ganshirt is offline
Junior Member
 
Join Date: Jan 2008
Posts: 25
Quote:
Originally Posted by freeforum View Post
This feature is only available for phpBB3 that we will switch over. For phpBB2, you can insert HTML directly without BBCode.
I know that!!!

I said in my original message that I'm already using the clock thing in my phpBB2 board. It works great. But it's HTML code.

I want to continue to display the clock in my forum after you convert to phpBB3.

In the phpBB3 test conversion of my forum I've tried following the directions in your original post in this thread and I can't figure out how to make it work. I've tried every combination I can think of and no joy.

I am out of ideas.

I need you to please tell me exactly how to make it work in phpBB3 using the HTML I quoted in my previous message and the BBCode substitution method described in the original post of this thread.

...ken...
Reply With Quote
  #4 (permalink)  
Old 05-10-2008, 08:10 AM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 374
Quote:
Originally Posted by Ken Ganshirt View Post
I know that!!!

I said in my original message that I'm already using the clock thing in my phpBB2 board. It works great. But it's HTML code.

I want to continue to display the clock in my forum after you convert to phpBB3.

In the phpBB3 test conversion of my forum I've tried following the directions in your original post in this thread and I can't figure out how to make it work. I've tried every combination I can think of and no joy.

I am out of ideas.

I need you to please tell me exactly how to make it work in phpBB3 using the HTML I quoted in my previous message and the BBCode substitution method described in the original post of this thread.

...ken...
I understand you now, but sorry phpBB3 only allow plain text in board/site description. Please use it as forum description at this test forum 1234546 &bull; Index page.

Let me know if you have any questions.

Thank you.
Reply With Quote
  #5 (permalink)  
Old 05-10-2008, 02:12 PM
Ken Ganshirt Ken Ganshirt is offline
Junior Member
 
Join Date: Jan 2008
Posts: 25
I still want to display the clock somewhere on the main index page of my forum. Can you please suggest where I might be able to do that?

For instance, can I do it in the description for one of the forums? And can you please describe how to do it?

...ken...
Reply With Quote
  #6 (permalink)  
Old 05-11-2008, 03:32 AM
jennkei jennkei is offline
Junior Member
 
Join Date: Nov 2007
Posts: 23
I'm pretty psyched about the subforum option phpbb3 will give me, so yay. Thanks to freeforum for the work! Mustn't be easy ironing the bugs. Just a question -- for the mods, do I need to re-request those I currently have (shoutbox, top five posters, recent topics, I believe) when the convert comes in, or will they be automatically in?
Reply With Quote
  #7 (permalink)  
Old 05-11-2008, 07:40 AM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 374
Quote:
Originally Posted by Ken Ganshirt View Post
I still want to display the clock somewhere on the main index page of my forum. Can you please suggest where I might be able to do that?

For instance, can I do it in the description for one of the forums? And can you please describe how to do it?

...ken...
You can put it in the description of one of forums. To do it, please follow instructions below:
  1. Log into your fourm as Administrator -> Click on 'Administration Control Panel' at the bottom of any pages -> Verify your administrator permission again.
  2. Click on 'POSTING' tab -> click on 'BBCodes' under 'Messages' -> press on 'Add a new BBCode' button
    • For 'BBCode usage', enter:
      Code:
      [clock]{TEXT}[/clock]
    • For 'HTML replacement', enter:
      Code:
      <embed src="http://www.clocklink.com/clocks/5011-tiger.swf?TimeZone=GMT-0600&"  width="140" height="120" wmode="transparent" type="application/x-shockwave-flash">
    • For 'Help line', enter:
      Code:
      my clock
      or whatever you want
    • For 'Settings', check on 'Display on posting page' if you would like to have a clickable 'clock' button on posting page so your users can use, if not you have to remember to use it.
  3. Click on 'Submit' to add your BBCode.
  4. Post this in your posts or forum description:
    Code:
    [clock]sometext[/clock]
    sometext: some text, whatever to make it valid to show your HTML code.
  5. Check the result. Wow! it works fine.

Hope this helps.

Thanks.
Reply With Quote
  #8 (permalink)  
Old 05-11-2008, 01:58 PM
Ken Ganshirt Ken Ganshirt is offline
Junior Member
 
Join Date: Jan 2008
Posts: 25
Quote:
Originally Posted by freeforum View Post
You can put it in the description of one of forums. To do it, please follow instructions below:

....

5. Check the result. Wow! it works fine.

Hope this helps.
Nope. I tried that before. But just in case I made an error before, I tried it again. I have spent another 30 minutes trying it exactly as you show and also other variations and none of it works. It doesn't work in forum descriptions and it doesn't work in posts.

My test phpBB3 forum is Ken's Almost Totally Free Board &bull; Index page. Perhaps you can take a look and make sure I did it right. It is in the forum description for the "Home & Shop Air Quality" forum. I will click the button for "Display on Posting Page" so you can also see that it does not work in postings either.

Thanks for looking.

...ken...
Reply With Quote
  #9 (permalink)  
Old 05-13-2008, 02:37 AM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 374
Quote:
Originally Posted by Ken Ganshirt View Post
Nope. I tried that before. But just in case I made an error before, I tried it again. I have spent another 30 minutes trying it exactly as you show and also other variations and none of it works. It doesn't work in forum descriptions and it doesn't work in posts.

My test phpBB3 forum is Ken's Almost Totally Free Board &bull; Index page. Perhaps you can take a look and make sure I did it right. It is in the forum description for the "Home & Shop Air Quality" forum. I will click the button for "Display on Posting Page" so you can also see that it does not work in postings either.

Thanks for looking.

...ken...
It works for you right now. {TEXT} should be in uppercase. It won't work if you enter it in lowercase.
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 03:51 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