|
10-11-2005, 06:57 PM
I just figured you guys could help since you're linked at the bottom of the template. Oh well...
I did however figure out how to remove it (through lots of html reading).
Go to: modules/Forums/ and open a file called glance_config.php
look for
// NEWS FORUM ID
$glance_news_forum_id = '0'; // SEPERATE NEWS FORUMS WITH , eg '1,2,3' - SET TO '0' IF YOU DO NOT HAVE A NEWS FORUM
// NUMBER OF NEWS ARTICLES YOU WISH TO DISPLAY
$glance_num_news = 0; // SET TO ZERO IF YOU DO NOT WANT THIS TO BE DISPLAYED or DO NOT HAVE A NEWS FORUM
// NUMBER OF RECENT ARTICLES YOU WISH TO DISPLAY
$glance_num_recent = 0; // SET TO ZERO IF YOU DO NOT WANT THIS TO BE DISPLAYED
Make sure they are all set to zero, ie. $glance_num_recent = 0;
That way nothing will show up there.
|