The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Could anyone tell me if this is the correct syntax while coding VB3 XML files, please?
Phrases: Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <language name="shouldgetreplaced" vbversion="version here" type="phrases"> <phrasetype name="Group1"> <phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase> <phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase> </phrasetype> <phrasetype name="Group2"> <phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase> <phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase> </phrasetype> </language> Templates: Code:
<style name="Custom" vbversion="version here" type="custom"> <templategroup name="templatetitle1"> <template name="templatetitle1" templatetype="template" date="date here" username="author" version="version here"><![CDATA[ALL TEMPLATE CODE HERE]]></template> </templategroup> </style> One last question, how do I upload them without erasing the current styles, but just adding the information to them? Thanks in advance. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|