Log in

View Full Version : bbcode functions


Ron1n
01-19-2005, 09:52 PM
Which functions should be used to parse/unparse posts? I have something that I would like to be able to send thru the standard vb parsing functions, but dont know what to use.

I am not worried about making new settings, i just want to use whatever is default.

I know to use parse_bbcode(), but there must be something else.

Tekton
01-20-2005, 05:13 AM
That's all I thought there was... don't forget about the needed file though~

require_once('./includes/functions_bbcodeparse.php');

Ron1n
01-20-2005, 08:28 PM
so i just use that before I submit it into the database?

Tekton
01-20-2005, 11:58 PM
No, I think you need that file before you do the parse_bbcode() function don't you?