Quote:
Originally Posted by Paul M
No, you need to put it in forumdisplay.php - at the end just above the print output should do.
|
$userstats = unserialize($datastore['userstats']);
$newusername = $userstats['newusername'];
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
I did this, uploaded the modified forumdisplay.php, added $newusername into my forumdisplay template, and it does nothing.
There seems to be a step or something that I am missing in the whole process. I'm just at a loss.
BTW, your help is greatly appreciated.