PDA

View Full Version : Building a mod/product for vBulletin...


LWillmann
09-22-2008, 06:01 PM
I have achieved the basic integration and functionality for it so far, and it's working OK, but not fully to my expectations.

I would like to have this more fully integrated into the vBulletin package, where it can be administered from the AdminCP, controlling the permissions per usergroup, etc.

I have built the database tables for my mod, and the pages for it, and linked them to the forum itself (via the navbar), and the templates and such are working (followed the tutorial for creating your own templated pages on this site for that).

Where can I find information on adding a section to the ACP for my mod, so that I can read and set configuration options for my mod?

I think that having the ACP integration would get me closer to my expectations, as right now usergroup permissions are handled in code, and that's not how I want to handle it. There are other options that I would like to have available as well.

Guest190829
09-22-2008, 06:46 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=99570" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=99570</a>

Read the section on Bitfields and XML, they should help in integrating your product into the Admin CP. Some of the articles may not be fully up to date, but read along the thread and there should be updates where appropriate. If you run into an issue, post in the article thread or here even.

Guest190829
09-22-2008, 06:47 PM
Also, moved to Programming Discussions as it is more appropriate here.

LWillmann
09-22-2008, 10:56 PM
Thanks very much, there are several informative things there!