BigJohnson
05-10-2002, 01:15 AM
I have the store hack installed and the Medals/Cards/Awards hack installed as well. I have a problem in my forumhome template. It doesnt recognize $pminfo at all. So i just took the pm box out of the other template and it works fine. The only thing wrong is that the images doesnt work becuse the html coding says {imagefolder}$lightbulb.gif and that is not working i guess also. Can someone help me out because i have no clue why this is happening to my message board. Thanks you. Here is the code i found in the INDEX.php if you need anything thing. I have know clue if it will help but i will just show you what I know so far just incase it helps.
if ($newpm['messages']==0) {
$lightbulb='off';
} else {
$lightbulb='on';
}
eval("\$pminfo = \"".gettemplate('forumhome_pmloggedin')."\";");
} else {
$pminfo='';
}
if ($newpm['messages']==0) {
$lightbulb='off';
} else {
$lightbulb='on';
}
eval("\$pminfo = \"".gettemplate('forumhome_pmloggedin')."\";");
} else {
$pminfo='';
}