Thats great. I will try this now.
Quote:
Originally Posted by kh99
I mean something like this:
Code:
global $styleid;
if ($styleid == 1){
Code
}
But like I mentioned above, I don't see why $vbulletin->userinfo[styleid] shouldn't work.
|
--------------- Added [DATE]1312215039[/DATE] at [TIME]1312215039[/TIME] ---------------
Using the 'global $styleid;' first certainly triggers the template replacement, but what happens now is that both the original and replacement templates are trying to display...
Ahh! just had a thought.
Think I know whats happening, I'll let you know later.