Quote:
Originally Posted by liquidblaze
ok great - the hack works .. partly - if i click on the forum that is not moderated, the top line (where the sitetitle and the name of the board appears) shows a not moderated text, but the main page does not...
any hints?
contact me via icq: 54499000 if you want.
|
For this to be displayed on forumhome:
Open index.php and find:
PHP Code:
if ( !isset($forum['moderators']) ) {
$forum['moderators'] = ' ';
}
Replace with
PHP Code:
if ( !isset($forum['moderators']) ) {
$forum['moderators'] = 'Forum is not moderated';
}