is there a way to do a member request template, im just wondering, i have something in mind right now
sorta like this im guessing:
two template directories....
template directory1: black
template directory2: white
$result = @mysql_query("SELECT template FROM members WHERE username='$user'");
$row = mysql_fetch_array($result);
$template = $row[template];
$TBS = new clsTinybutStrong
$TBS-> LoadTemplate("$template""index.tpl");
|
then all that other good stuff
think that would work? or would there be something else i would have to add?
ty for the help :)