How is the text of vbulletin posts stored? Does vBulletin translate the vBCode and smilie codes to pure html and then the end result saved in its raw form? Or is it stored unaltered with vBCodes and smilie codes untranslated?
If it's the first, then obviously vBulletin has to do a reverse translation when a user tries to edit a post.
If it's the latter, then when the thread is displayed, vBulletin has to dynamically translate the vBCodes back into html.
If someone can help me with this I'd greatly appreciate it. Thanks.
If it's the first, then obviously vBulletin has to do a reverse translation when a user tries to edit a post.
If it's the latter, then when the thread is displayed, vBulletin has to dynamically translate the vBCodes back into html.
If someone can help me with this I'd greatly appreciate it. Thanks.
Comment