this is a copy of a post i made from the bbcode and smilie action thread
i'm moving it here because this is the support thread
__________________________________________________ __________________________
Quote:
Originally Posted by Link14716
This is now a part of uCash & uShop 0.95, only not. It allows BBCode and Smilies, needs no file edits, works with post caching, etc, works everywhere custom titles are shown, and doesn't need it's own action file - it just uses the standard Change Custom Title and Change Other User's Custom Title action files, controlled by an action specific variable. 
|
i upgraded to version 0.95 and now the custom user titles don't parse the bbcode what did i do wrong
i also ran the query
Quote:
Originally Posted by Reeve of shinra
Sandman: use this
PHP Code:
ALTER TABLE `user` DROP `titleparse`;
Alternately, go into phpmyadmin, go to the user table, check off the field 'titleparse' and click on the little garbage can icon at the bottom. (be sure NOT to hit drop at the top)
|