Topic: No post count in spam
If it's possible, how can I turn off the post count in a particular forum section (spam)?
Thank you.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → No post count in spam
If it's possible, how can I turn off the post count in a particular forum section (spam)?
Thank you.
Try this
post.php
change line 317
if (!$pun_user['is_guest'])
with
if (!$pun_user['is_guest'] && $fid != X)
Where X is the category ID.
NOTE: I did not test this.
PunBB Forums → PunBB 1.2 discussion → No post count in spam
Powered by PunBB, supported by Informer Technologies, Inc.