PDA

View Full Version : Play midi on Birthday?


Delhaze
20 Jul 2001, 01:22
I'd like to embed a Happy Birthday midi for users who log on on their birthday.

Any takers?

Delhaze
20 Jul 2001, 21:20
Never mind, managed to do it myself :) :D :p :cool:

webhost
22 Jul 2001, 13:36
yes how?

Delhaze
22 Jul 2001, 19:48
Well it's not exactly pretty, but it seems to work !

Create a new template called "birthdayhack", it's basically a copy of the "forumhome_birthdaybit" template with the midi file inserted.

Insert the following text

<bgsound src="midi/happy.mid" loop="-1"><hr>Today's Birthdays: $birthdays

Create a new folder under your forum root called "midi" and place the "happy.mid" in it.

Then backup your index.php file, and make the following modifications.

Find:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



and replace it with:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Using the <bgsound> tag means it only works with Internet Explorer, but i'm happy with that.

If any real PHP coders want to improve it please do.

webhost
22 Jul 2001, 19:49
thanks