The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Faking Thread/Post Counts
Anyonw know of a way to say add an extra 1000 to each of the numbers shown alongside each forum for Threads and Posts
I can do this for the main total shown under the stats area but cant figure out how to make all the ones alongside each forum increase. |
#2
|
||||
|
||||
Open includes/functions_forumlist.php, find:
Code:
$counters["$forum[forumid]"]['threadcount'] = 0; $counters["$forum[forumid]"]['replycount'] = 0; Code:
$counters["$forum[forumid]"]['threadcount'] = 1000; $counters["$forum[forumid]"]['replycount'] = 1000; |
#3
|
|||
|
|||
Excellent Andy thankyou very much works great
PS: Nice site you have voted for you over at VBulletin that month |
#4
|
||||
|
||||
Starting the exact same thread all over again 2 minutes after the same was closed by a moderator is not cool, funfone. That's a good way to antagonize a lot of good people here who genuinely offer their technical help.
|
#5
|
|||
|
|||
Well I have my answer now thanks for all your help
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|