Status: offline

Schtonk

Forum User
Junior
Registered: 08/05/04
Posts: 30
Under the articles section there are numbers in parenthesis, I suppose they mean (Articles/Comments) why does the second number always remain Zero even if there are comments in the system? Is that a bug or am I missing something here?
Independent Media Magazine

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
The second number is the number of pending submissions for that topic.

If you don't want it, you can switch it off in config.php:
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

Schtonk

Forum User
Junior
Registered: 08/05/04
Posts: 30
Thanks, Dirk!


Independent Media Magazine