The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
I don't know actually, I just guess and set it to No (or sometimes randomly Yes, depending on my mood) not sure how much difference it makes. Wait till someone else replies they might be able to shed some light on it.
![]() |
#12
|
||||
|
||||
![]()
<font color="darkgreen">I think it looks like it should be set to No as my settings are separate from vB.
This is cool but it adds to the vbulletin settings dropdown. i just want to create/use my own settings and display thenm in my own admincp page. Hmm, maybe I just shouldnt use the vb setting table but then it wont be cached like all the other settings and that will require another db call and code etc. When I export what I have (setting group and one setting) nothing but the settinggroup appears in the xml file.</font> |
#13
|
|||
|
|||
![]()
Make sure the individual settings are associated with the product as well and also make sure that "Blacklist" is set to "No" for each setting.
|
#14
|
|||
|
|||
![]()
For setting groups (not ugp):
Code:
<options> <settinggroup name="productpermissions" displayorder="0"> <setting varname="productpermissions_settingname" displayorder="1"> <datatype>free</datatype> <optioncode>yesno</optioncode> <defaultvalue>1</defaultvalue> </setting> </settingroup> </options> For display of settings at the bottom of the ACP's links (cpnav_product.xml): Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="yourproduct" master="true"> <navgroup phrase="yourproduct_options" permissions="canadminsettings" hr="true" displayorder="10"> <navoption displayorder="10"> <phrase>vbulletin_options</phrase> <link>options.php?null=0</link> </navoption> </navgroup> </navgroups> PHP Code:
|
#15
|
||||
|
||||
![]()
Thanks for the code Nullifi3d. I have the admin nav group navigation menu and pages already done but the option/settings is what I mainly needed.
![]() But where is the "admin_index_navigation plugin" yor talking about? Is that in place of using the cpnav_product.xml which I am using? Btw, does anyone know how to import the help topics created in debug mode? I tried and it looks correct but they wont show on my test board. Seems like I need to insert a record or two into the adminhelp table? |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|