The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
So, I've created a mod by downloading an existing mod, cleaning out its XML data, and then adding in all my own data. Everything works wonderfully, and I expect to be uploading my mod very soon.
The thing is, I want to provide helpful documentation in that XML file. There are a lot of nodes, some of which look promising (helptopics for example) but I'm not sure how they're meant to work. And the few mods I've downloaded to look at don't have any help content. Is there a Product XML DTD, Schema, or guidelines document? Perhaps a sample Product with simple "hello world" functionality and phrases, options, help topics, faq entries, etc? I'e been searching these forums for maybe half an hour, with no success.. and this is something that I think should be one of the first things I see here, a prominent FAQ entry or announcement! Something along the lines of "Getting started: Creating your first mod" I'd appreciate any help you can offer, thanks! - Cowboy |
#2
|
||||
|
||||
![]()
The XML files are generated by vBulletin; you don't have to write them yourself. There should be lots of information about this in the articles area of this website.
|
#3
|
||||
|
||||
![]()
SirAdrian: I prefer to code in a text editor, when possible. All I'm really looking for though is a description of the XML format.
Besides, I've been looking through the vBulletin Plugin & Products system, and I only see options to Edit Product, Dependencies, Install/Uninstall Code, and manage Plugins. I don't see anything in there about creating any kind of inline help or documentation. - Cowboy |
#4
|
||||
|
||||
![]() |
#5
|
||||
|
||||
![]()
Taragon: thanks. I read through all those threads, but didn't really learn much that I didn't already know. There seems to be plenty of help regarding the vB API, and how to hook and create templates, but I'm more specifically looking for documentation on how the other nodes in the Product XML file work.
Surely there's got to be some documentation out there that describes the Product XML format.. right? - Cowboy |
#6
|
|||
|
|||
![]()
Well it is meant to be download through the admin CP not to be created by editing a xml file.
|
#7
|
||||
|
||||
![]()
Enable debug mode - it will reveal a lot of options.
|
#8
|
|||
|
|||
![]()
Everything in the XML will be generated for you by vBulletin when you export your product. There is really no reason to edit the XML manually.
|
#9
|
||||
|
||||
![]()
Actually, no, I dont think there is (not public anyway).
|
#10
|
|||
|
|||
![]()
The from the XML file is all stored in the database anyway. You increase the risk of bugs and errors if you try and write the file yourself.
I don't see why you want to go and spend the time writing it out character by character, at the end of the day its just going to be fed straight back into vBulletin. The XML file itself is used only once and probably not even see by the user, once you import a product you can edit everything through the AdminCP anyway. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|