The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Why doesn't this work
This is in the template:
<phrase 1="$vboptions[bbtitle]">{vb:rawphrase test_x_area}</phrase> This is the phrase: <phrase name="test_x_area" ><![CDATA[{1} Test Area]]></phrase> This is what is been displayed: %1$s Test Area |
#2
|
||||
|
||||
The syntax for a phrase is totally different in vB4. Have you tried a search in the templates to see what it is like now? example:
old: <phrase 1="$vboptions[bbtitle]">{vb:rawphrase test_x_area}</phrase> new: {vb:rawphrase test_x_area, {vb:raw vboptions.bbtitle}} |
#3
|
|||
|
|||
Lynne, thanks for that.
Works great now. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|