Quote:
Originally Posted by vBB-vietnam
I don't want forums isn't active appear the latest replies column. How to ?
Forum isn't Active mean: Will not appear but remains accessible if the forum's URL is known
(Edit in ACP -> Forum Manager -> Chose Forum, see blow:
Forum is Active (Will not appear if set to no, but remains accessible if the forum's URL is known)
)
|
i guess what u want is to exclude some forums from being calculated, and the current hack does not support this requirement.
what u need to do is to find out that part of code in php, and in the SQL try to exclude the those forums that u dont wanna be included in the statistic.
e.g.
search ......... where forumid != 1..............
hope the concept helps.