vb.org Archive
>
vBulletin 3 Discussion
>
vB3 General Discussions
> How to get the user's style on a non-vB page?
Log in
View Full Version :
How to get the user's style on a non-vB page?
filburt1
04-16-2002, 01:56 PM
Anybody know how?
$userstyleid = ?
$userstylename = ?
Admin
04-16-2002, 02:07 PM
$userstyle = $DB_site->query_first("
SELECT styleid, title FROM style
WHERE styleid=$styleid
");
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.