PDA

View Full Version : Help adding Opetions to menu?


TXGamers
02-28-2008, 04:35 PM
Ok, I'm attempting to create a [MTGDECK] tag to help with my forums. But after working away using the orginal code from "vBCode [table]" I need to add options to the AdminCP->vBulletin Options->xxx area .. I do not seem to be able to locate the place where I can configure what options I need to allow the user to configure.. Do I have to hack it in? or is there a place that I'm missing?

I see the code in the XML that is imported with a module - Like:

<options>
<settinggroup name="bbcode_table" displayorder="301" product="table_test">
<setting varname="stg_table_active" displayorder="10">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
</settinggroup>
</options>


But how do I add my own options?

Thanks,
Matt

Lynne
02-28-2008, 05:12 PM
You need to turn on debug mode in order to add your own vboptions.

Boofo
02-28-2008, 05:15 PM
You can add them when you make the product.

TXGamers
02-28-2008, 06:21 PM
To turn on debug mode go here!

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

Thanks!
Matt