help with script that i posted.

Adam01

New Member
Messages
114
Reaction score
0
Points
0
Don't you have to convert the BBtags into actual html codes?
like using string replace:
[.color=red]hello[/color] ----> <font color=red>hell</font>
 
Last edited:

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
the thing is that its saved as
[tagname:randomstring]stuff[/tag]

and then a couple others are
[something:something:randomstring]stuff[/tag]

and i thought it would be easier to just try to use the functions in phpbb

i could probably just do that though >.< i wanted to get creative
 
Top