View Full Version : signature in db
AN-net
03-04-2004, 11:09 PM
where is your signature located?
i cant seem to find it in the database
Xenon
03-04-2004, 11:12 PM
usertextfield table
AN-net
03-04-2004, 11:16 PM
ok thanks but now i getting a db error:
'userid' in where clause is ambiguous
what does that mean?
Xenon
03-04-2004, 11:29 PM
you have two columns userid and are not specific which one you mean.
replace it with user.userid in the wherclause
AN-net
03-04-2004, 11:32 PM
how do i parse bbcode?
Xenon
03-06-2004, 12:08 PM
parse_bbcode()
look at functions_bbcodeparse.php
AN-net
03-06-2004, 03:40 PM
thanks
AN-net
03-06-2004, 06:08 PM
whats difference between bbcodeparse and bbcodeparse2?
Xenon
03-07-2004, 12:14 PM
bbcodeparse2 is the actual parser, you have to manually set up the options there.
bbcodeparse does find out which options bbcodeparse2 has to use.
depending on where you want to use the parser, most of the time in an external script bbcodeparse2 is your choise :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.