The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Create Routes / Pages / widgets with vbulletin product
Hello ,
As I can't find a useful vbulletin 5 developer documentation anywhere , I was trying to learn it by reverse engineering some of the few products available here on vb.org on some products .. I can see the product XML file have it's own pages /routes /widgets Code:
<routes> <route guid=""> <regex></regex> <class></class> <arguments></arguments> <product></product> </route> </routes> Code:
<widgets> <widget guid=""> <template></template> <icon></icon> <isthirdparty></isthirdparty> <category></category> <cloneable></cloneable> <canbemultiple></canbemultiple> <product></product> <definitions> <definition> <field></field> <name></name> <defaultvalue></defaultvalue> <isusereditable></isusereditable> <isrequired></isrequired> <displayorder></displayorder> <validationtype></validationtype> <product></product> </definition> </definitions> </widget> </widgets> Code:
<pages> <page guid=""> <title></title> <metadescription></metadescription> <moderatorid></moderatorid> <displayorder></displayorder> <pagetype></pagetype> <product></product> <parentGuid></parentGuid> <pageTemplateGuid></pageTemplateGuid> <routeGuid></routeGuid> </page> </pages> Thanks! |
#2
|
||||
|
||||
|
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
vBulletin 5 documentation is nearly non-existant, and the documentation that does exist barely helped me out. I just wrote my widget in the XML file, same goes for my templates. Then I edited the templates from the control panel.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|