How can I change product's settings via code?
I'm really stumped... I have set up a product, with plugins etc. and have assigned an options group and options.
I can read the options using $vbulletin->options['option_name'] just fine.
What I can't work out is how to write to the options by name via PHP. If possible I need to do this from anywhere rather than just via a specific hook... can anyone help?
|