Animefreak
phpbb3 html question.. I have added html coding in the Description of the forum. But the code is shown as code and not the html thing. For example
http://animeparadise.zaphod3.myfastforum.org
the shoutbox forum shows the code but does not show the actual shoutbox.. I was wondering if there was any way to fix that.. thx for your help
Symon
PHPBB3 does not allow HTML in the forum.
All HTML are now done via bbcodes.
Look on HOWTODOIT to get the idea on what to do.
Animefreak
I looked on the howtodoit but my html code is Spoiler:
<!-- Start Shoutbox Include -->
<iframe src="http://www.shoutmix.com/box/animeparadise/" width="500" height="200" scrolling="yes" frameborder="1">
View shoutbox
</iframe>
<!-- End Shoutbox Include -->
How would i change that to bbcodes?
Symon
Animefreak wrote: I looked on the howtodoit but my html code is Spoiler:
<!-- Start Shoutbox Include -->
<iframe src="http://www.shoutmix.com/box/animeparadise/" width="500" height="200" scrolling="yes" frameborder="1">
View shoutbox
</iframe>
<!-- End Shoutbox Include -->
How would i change that to bbcodes?
HOWTODOIT 3
Iframe is the one you want.
Animefreak
Sorry to annoy you but after adding the bbcode on to the forum the rest of my forum is not visible...
my forum url is http://animeparadise.zaphod3.myfastforum.org
thx
This is the information I put for the bbcodes
BBCode usage
Code: [iframe]{URL}[/iframe]
HTML replacement
Code: <iframe src={URL} width="500" height="200" scrolling="yes" frameborder="1">
and at the forum Description
Code: [iframe]myshoutbox url[/iframe]
Symon
what else is in your forum description.
Animefreak
That is it! There is nothing else!
Symon
Then it looks like it doesn't like it there and you will have to remove it,, although you still have broken html tags in other forum descriptions.
Animefreak
KK thx for ur help!