Status: offline

LeeG

Forum User
Junior
Registered: 03/26/07
Posts: 25
On the menu that shows the different topics there is the number of stories in the topic, but what is the number after the slash (0/0) that is there on my topics.

Lee
Lee Goldsmith
Lee's Fishing Page
Acton, Maine

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
(number of posts in that topic / number of stories in the submission queue)

You can switch these number off (individually) 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

LeeG

Forum User
Junior
Registered: 03/26/07
Posts: 25
Thanks Dirk

Lee

Lee Goldsmith
Lee's Fishing Page
Acton, Maine