The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Quote tags in non-forum-root page?
Currently doing a page which involves showing posts in a modcp page. Having a bit of bother with quote tags though (I think this applies to any page that isn't in the forum root dir). If I use parse_bbcode on a string it strips the quote tags and the text between them entirely; if I use parse_bbcode2 the quote tags aren't changed at all.
This is probably a schoolboy error as I haven't delved into the functions_bbcodeparse code very deeply yet, so I was wondering if anyone had an ideas as to how to get the parse_bbcode functionality working correctly in such a page? |
#2
|
||||
|
||||
ok parse_bbcode2 is primarily used for previews to my understanding
and parse_bbcode is used for most things and should parse quote tags even outside of the forum directory. if you're trying to strip quote tags theirs a function for that though |
#3
|
||||
|
||||
Ok given the following php page:
PHP Code:
|
#4
|
||||
|
||||
the globals are very different.
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|