Quote:
Originally Posted by Ocean-Wonders
Great mod but I could do with a bit of help
I'm not sure if I can do this anyway but when I try and change the colour of the title, it displays in the title, for example.
PHP Code:
[color=red]Angels (marine)[/color]
also when a user submits a form they get the form submitted succesfully page but when you view it in the forum it's posted too all that's displayed is a /
Here is an example of my questions
PHP Code:
[size=8 [u][b]{qo_1}/{qo_2}[/b][/u][/size] [b]{qn_1}[b] {qo_1}
any help greatly appreciated
Shawn
|
not sure about the title color, but the problem with your post is probably the / (in {qo_1}/{qo_2}). Try changing that to a non html/bbcode character
Also look at the code yo posted. You are missing a ].
You have:
PHP Code:
[size=8 [u][b]{qo_1}/{qo_2}[/b][/u][/size]
Should be
PHP Code:
[size=8][u][b]{qo_1}/{qo_2}[/b][/u][/size]