Status: offline

larent

Forum User
Newbie
Registered: 11/30/04
Posts: 7
Is it possible to hide the number of comments shown in parantheses, in the 'Topics' block? I would like to show only the number of articles.
Thanks, Larent

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
That's not the number of comments but the number of submitted (but not yet approved) stories.

Text Formatted Code
// Show the number of stories in a topic in Topics Block                      
$_CONF['showstorycount'] = 1;

// Show the number of story submissions for a topic in Topics Block            
$_CONF['showsubmissioncount'] = 1;
 


bye, Dirk

Status: offline

larent

Forum User
Newbie
Registered: 11/30/04
Posts: 7
Thanks!!