richever
06-11-2008, 07:22 PM
I'm somewhat new to vbulletin and the work I'm doing with it is more on the integration side of things. So, I'm mainly writing php to integrate an existing webapp with vbulletin.
What I'd like to do is get the values for cookiedomain and cookiepath that are set in admincp (and in the setting table) without having to do two separate queries of the setting table.
After some searching, I've seen references to an array called $vboptions from which the values I'm looking for can be found.
But, where do you get this array from?
Thanks!
Rich
What I'd like to do is get the values for cookiedomain and cookiepath that are set in admincp (and in the setting table) without having to do two separate queries of the setting table.
After some searching, I've seen references to an array called $vboptions from which the values I'm looking for can be found.
But, where do you get this array from?
Thanks!
Rich