could someone please tell me where I should put this:
///////// vBmood by Velocd /////////
$moodsmilies = $DB_site->query("SELECT iconid, title, iconpath FROM mood");
while ($moodsmilie = $DB_site->fetch_array($moodsmilies)) {
$moodsmiliepath = $moodsmilie['iconpath'];
$moodsmiliename = $moodsmilie['title'];
$moodsmilieid = $moodsmilie['iconid'];
eval("\$usermoodbits .= \"".gettemplate("newposting_usermoodbits")."\"; ");
}
///////// vBmood by Velocd /////////
I don't have this line that is says to place above:
eval("\$replybox = \"".gettemplate('showthread_replybox')."\";");
Also, it says to put some lines of code in the showthread_replybox template. I don't have a template called that. Is there anyone out there that was able to install this correctly?
|