Quote:
Originally Posted by deadbydawn
Forgive my ignorance here, I'm still learning how to code within the vbulletin world  Do you mean creating a vboption in terms of the admincp->Settings->MyProduct sense? I was initially considering something like that, but it still leaves me confused with how to get the result of the db->insertID from the install code to populate something else. If you can give me a bit more of a push in the right direction, that'd be great!
|
Yes I meant creating a setting for your product on the vb options section.
I've not really tried anything like it myself but looking in the DB I can see that settings you create through the method described above get added into the settings DB table. So I'd have thought you could just run a query to UPDATE the value field of the setting you create and searching by varname with whatever you call it.