Topic: Removal of "Moderated by name"

Hi Again

when browsing the index i have underneath each forum "moderated by"

how can i remove this so it never shows?

Thanks in advance

Re: Removal of "Moderated by name"

Open index.php

Find:

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

replace with:

                                <?php echo $forum_field ?>

Save & upload.

That should take care of it smile

Re: Removal of "Moderated by name"

Thanks Heaps