View Full Version : Creating admin options for products
nickh
06-04-2009, 09:31 PM
When creating or editing a product's options at
Admin CP > vBulletin Options > vBulletin Options > Some Product
must the product's XML file be edited by hand, or is there a GUI tool available?
Thanks,
Nick
Dylanblitz
06-04-2009, 10:07 PM
If you aren't comfortable editing the xml manually you could always export it after you make the changes. Everything tied to that products installation xml will be exported.
ACP -> Plugins & Products -> Manage Products
Click products dropdown and select Export
--------------- Added 1244156984 at 1244156984 ---------------
Oh, I misread this, I thought you meant making changes to the values after install. I don't know if a GUI tool for editing the xml.
Dismounted
06-05-2009, 05:24 AM
Enable debug mode by adding this to your config.php:
$config['Misc']['debug'] = true;
nickh
06-05-2009, 12:50 PM
Enable debug mode by adding this to your config.php:
$config['Misc']['debug'] = true;
Thanks for the suggestion, but could you explain how that will help with respect to my original question?
Thanks,
Nick
Dismounted
06-05-2009, 12:53 PM
Do it and go back into vBulletin Options...
nickh
06-05-2009, 12:59 PM
Thanks for the suggestion, but could you explain how that will help with respect to my original question?
Thanks,
Nick
Ah, nevermind. I just looked in
vBulletin Options > vBulletin Options > My Product
and see that there are "Edit", "Delete", and "Add Setting" links to modify the product's options page.
Thanks!
0ptima
06-30-2009, 01:48 AM
What table are these options saved in?
Andreas
06-30-2009, 03:32 AM
setting
But normally you don't ever have to touch this.
Dismounted
06-30-2009, 04:33 AM
What are you trying to do? As Andreas said, you don't need to directly touch those values.
0ptima
07-01-2009, 01:25 AM
I want to append banned IPs with an SQL...
Dismounted
07-01-2009, 04:50 AM
Be aware that there may be caches you have to rebuild. Not 100% sure if there is one for banned IPs.
Andreas
07-02-2009, 05:26 PM
There is - the vBulletion Options datastore.
-> build_options()
0ptima
07-04-2009, 09:46 PM
Guy, thanks for the info.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.