1

Topic: Moderated by

Hi, I need moderators, but I don´t need to show them on the forum, what´s the easist way to remove the text:

Moderated by bla, bla, bla

Thanks

Re: Moderated by

Line 132 of ./index.php :

                               

<?php echo $forum_field."\n".$moderators ?>

Replace by :

                               

<?php echo $forum_field ?>

3

Re: Moderated by

Thanks