vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How to create vB options with your plugins/hacks? (https://vborg.vbsupport.ru/showthread.php?t=263924)

TheJacob 05-20-2011 09:08 AM

How to create vB options with your plugins/hacks?
 
How to create vB options with your plugins/hacks?

I have just recently started developing vBulletin. I have noticed some of the plugins I have downloaded create options in the vBulletin options menu allowing for futher plugin functionality. Is there a guide or tutorial on how to add a vB option for your own plugin?

nitra1000 05-20-2011 12:10 PM

Just download some simple mods and look at the source it's relatively simple

BirdOPrey5 05-20-2011 03:43 PM

You need to put your forum into "debug mode" to add options and such.

https://vborg.vbsupport.ru/showthread.php?t=82835

This should be done on your test installation, not on a live forum.

Now you can go to the options page where the other mod options are and you'll have a link to "add" new options and new settings.

A "quick" overview on how to make a new product:

1) Put forum in debug mode
2) Go to "Add New Product" and give the Product a name and such
3) Go to Options and add options (choose the product you just created)
4) Go to Plugins and add plugins (to the product you created)
5) If necessary to to the MASTER TEMPLATE and add templates for the product you just created
6) When all done go back to the Product List and export the xml file.

In debug mode you can also edit the options of existing mods so you can see what other people have used/set.

ozzy47 07-13-2011 02:41 AM

Nevermind I figured it out


All times are GMT. The time now is 06:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01036 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete