Log in

View Full Version : help with my code please ?


Mickie D
05-26-2004, 07:37 PM
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)


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 ?

Gary King
05-26-2004, 09:47 PM
Have you checked the source code to make sure there is no midi code, first of all?