i used this code in vbulletin classic (2.3.1)
im now using vbulletin 3 and i am trying to get the code to work ?
phpincludes (Start)
Code:
if ($bbuserinfo['userid']==1) {
$midi = "<bgsound src=\"champions.mid\" loop=\"true\">
<embed src=\"champions.mid\" hidden=\"true\">";
} else {
$midi = "";
}
and in my header template i have a
$midi
this should play the midi but it does not ???
any ideas would be very welocme... or if an easier template condition is known ?