PDA

View Full Version : How to figure out which theme a user is using?


DISLEX
06-05-2008, 08:27 PM
I'm looking through the PHP code for showthread trying to figure out how fetch_template knows which template to fetch (for which style). Where is this kept track of for each user?

nexialys
06-05-2008, 08:55 PM
user table, field styleid

Opserty
06-05-2008, 08:58 PM
$vbulletin->userinfo['styleid'] I think.

DISLEX
06-05-2008, 10:59 PM
Is there any documentation anywhere that goes into details about these structures and their parameters? Or do you just have to figure it all out from the code

Paul M
06-06-2008, 01:36 AM
Mostly you need to figure it out by reading the code.

Opserty
06-06-2008, 07:46 AM
Figure, figure, figure.... ;)

Oh and vBulletin Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187) :)