The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Creating a Product - process ?
Hello,
I want to release a product which adds a custom vB powered page to the navbar. I can't seem to figure out how some parts of the XML file are made. The following is what I've got right now and needs to go into the product:
Any help appreciated. |
#2
|
||||
|
||||
Well you need to setup a "developer" board, basicly a vbulletin running in debug mode.
and then you start by creating the product. then each item you add, much have the new product selected. and new templates should be created in "master" template, not default. Then in the product menu when using export it will include phrases, plugins, templates, etc etc. Php files, you just add manually along with the product xml manually uploaded dureing installation. --- Creating a product for vb4 is still excaktly like vb3 and the vb3 documentation on vb.com is sufficient for creating, import/export only the codeing part thats not the same. http://www.vbulletin.com/docs/html/creating_a_product --- So you now need to create a board running in debug, i run one on my computer, locally using XAMPP server(google it), installed vb on it, set it in config to run debug then you will notice you have alot more options availible for exspecially deveping products, adding options, etc.. remember new templates in masterstyle not default, if they are in default they wont be included in the export. |
#3
|
|||
|
|||
Hi Vaupell,
Thanks for your reply, enabling debug mode was the key. Cheers, |
#4
|
||||
|
||||
btw, you dont want to enable debug mode on a live board..
|
#5
|
|||
|
|||
Noted and thanks, I've been working on my laptop.
|
#6
|
||||
|
||||
Well you can enable debug on a live site, But it is best to do it the following way.
Code:
if ($_SERVER['REMOTE_ADDR'] == 'xx.xxx.xx.xxx') { $config['Misc']['debug'] = true; } else { $config['Misc']['debug'] = false; } This will help to debug errors on your live site. |
#7
|
|||
|
|||
Thanks BBR_APBT. That looks useful.
--------------- Added [DATE]1264065850[/DATE] at [TIME]1264065850[/TIME] --------------- Thanks again for all your help, I was able to export/install the product successfully |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|