Page 1 of 1

only basic BBCode allowed in Welcome?

Posted: 28. November 2008 20:03
by borisattva
Your Portal Version: 1.0.2
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.mzriders.com/portal.php

What have you done before the problem was there?
problem is there since install.

What have you already tryed to solve the problem?


Description and Message
i'm trying to have the Welcome box to include a very basic, 2 column table, with text on the left and an image on the right, as it is here http://old.mzriders.com/. there i achieved this by hard-coding html into the welcome.html

once i converted to board3portal i tried using the following bbcode:

[table]
[tr]
[td]We are a community for owners and riders of MZ Motorcycles, Scooters, and/or ATVs. Here you can find articles on ownership experience, reviews on OEM and Aftermarket parts, advice on service & maintenance, bike and rider photographs and maybe even a new friend or two.[/td]
[td][img src="images/mzriders.jpg" alt="MZ Calendar Girl"][/td]
[/tr]
[/table]

but it seems to be relayed at face value.. what am i doing wrong?

Re: only basic BBCode allowed in Welcome?

Posted: 28. November 2008 20:18
by Kevin
That is because this BBCode, you are trying to use, is not defined in your board.
You need to define it. There is no standard BBCode named [table], [tr] or something.

Re: only basic BBCode allowed in Welcome?

Posted: 28. November 2008 20:24
by borisattva
ok i'll look into defining it. thanks!