Quote:
Originally Posted by burtonmiller
I would like to store two text values as settings options, but would like to make them read-only.
|
Create your product using the "Admin Control Panel" in debug mode (Make sure you are in debug mode). The options you create will be automatically stored in the database and written to the data-store. You can then access your options via:
Code:
$myoption = $vbulletin->options['your option'];
https://www.vbulletin.com/docs/html?...rsion=40202601