The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do I access phrases in 3.5.3?
Suppose my product has the following markup: Code:
<phrases>
<phrasetype name="myphrases" fieldname="global">
<phrase name="myproduct_phrases"><![CDATA[Example Phrases]]></phrase>
</phrasetype>
</phrases>
|
|
#2
|
||||
|
||||
|
$vbphrase[myproduct_phrases]
|
![]() |
|
|