Quote:
Originally posted by -=dm=-
in lright block how the add which forum the user have posted? (like in the old style vBindex)
Thread : Threadstarter : Forum : Replies : Last Post
I tried $postforum but it dont show up...
|
Find:
PHP Code:
$postforum=$latestforum['title'];
Replace with:
PHP Code:
$postforum=$latestthread['title'];
For the news, make sure you have changed newthread.php and admin/misc.php and updated the counters.