SMF Development > Bug Reports

[3553]Bbcode problem

(1/4) > >>

Am':
Hi,

look at this message, bbcodes does not work:

TEST[/size]


--- Code: ---[size=14pt][center]TEST[/center][/size]
--- End code ---

while here if it works:

TEST

--- Code: ---[center][size=14pt]TEST[/size][/center]
--- End code ---

most users of my forum contact me for this problem ...

ѕησω:
I don't think thats a bug seeing as centre tags normally come first, so than you add your color and your sizing.

Am':

--- Quote from: α¢αηѕ on May 28, 2010, 11:23:38 AM ---I don't think thats a bug seeing as centre tags normally come first, so than you add your color and your sizing.

--- End quote ---

yes I know

but novice user do not know that, for them it is a bug

So you really find a solution above ;)

(F.L.A.M.E.R):

--- Quote from: Am' on May 28, 2010, 11:32:58 AM ---
--- Quote from: α¢αηѕ on May 28, 2010, 11:23:38 AM ---I don't think thats a bug seeing as centre tags normally come first, so than you add your color and your sizing.

--- End quote ---

yes I know

but novice user do not know that, for them it is a bug

So you really find a solution above ;)

--- End quote ---

There is no solution for it I suppose. It is the same with PHP coding aswell.

This works:

--- Code: ---<center><font size="3">text</font></center>
--- End code ---

This will not:

--- Code: ---<font size="3"><center>text</center></font>
--- End code ---

Am':
beh why it's work perfectly in phpbb, ipb and vbulletin ?

surely there must be a solution :P

Navigation

[0] Message Index

[#] Next page

Go to full version