i have various other pm hacks installed so how would i go about adding your code to make this work ? here is what i have in index.php
PHP Code:
if ($newpm['messages']==0) {
$lightbulb='off';
} else {
$lightbulb='on';
if ($unreadpm['messages']==0) {
$pmblink='//';
} else {
$pmblink='';
}
}
//new PM sound hack
if ($unreadpm['messages']==0) {
$sound='';
} else {
$sound='<embed src="pm.wav" autostart="true" hidden="true">';
}
//end new PM sound hack
eval("\$pminfo = \"".gettemplate('forumhome_pmloggedin')."\";");
thanks :knockedout: