View Full Version : New Thread Count Wrong
Scott MacVicar
11 Feb 2002, 17:17
I'm guessin when you show the count of new threads its including those in private forums, i've added a screen shot.
When i came here it said 51 Updated Threads but when I get new it only shows 50 and as vBulletin checks for private forums in the getnew function i'm presuming its a bug in the coding.
Scott MacVicar
11 Feb 2002, 17:20
and after i've clicked getnew
The weird thing is, I also get a wrong thread count sometimes... could it be they're hiding a forum from me? :eek:
Anyhow just recently someone mentioned a new way to get these stats (total posts/threads) and I'll try to implement it.
Thanks for the heads up. :)
Scott MacVicar
11 Feb 2002, 17:34
I wish i had looked at the hack now
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
is the hack
I suppose you could make some minor alterations to the hack, to make this work.
you need to move the following section of code under the query which gets access table permissions.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So you add this below
// if user is know, then welcome
and then relocate the entire piece of code to below
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
this won't have any effect on the forums
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.