PDA

View Full Version : Admin CP - adding some settings


CarlitoBrigante
07-11-2007, 05:00 PM
Hello!

I have to add options for my product in the control panel. I understand I must use the XML file to add the "visual" thing, but how can I add the fields containing the admin settings to the tables? Should I create them manually or I can use an XML file?

Thanks!

Edit: Ok, I realized the best thing to do was to open a product xml file and start from there. I am just kinda surprised there isn't a public developer documentation for vbulletin.

Thanks!

Attilitus
07-11-2007, 05:44 PM
You need to turn on debug mode and then you can start to configure most of the stuff through the admincp. :)

https://vborg.vbsupport.ru/showthread.php?t=82835&highlight=debug+mode

CarlitoBrigante
07-11-2007, 09:49 PM
Uh, that is even easier! Thanks a lot !:)

CarlitoBrigante
07-20-2007, 10:47 PM
I have been developing this advanced product for a community for a few days now, and I am amazed to see that developing add-ons for vBulletin can be so simple and rewarding if you already are a php/mysql coder (been doing this for the latest 8 years).

I have worked with a dozen of CMS and forums, but none came close to the straightforward - and at the same time, complex enough - system behind vBulletin.

Great job!