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:
Code:
<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