The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Faking Thread and Post Counts...
I searched the archives, and couldn't find anything on this.
I just started a new section of my board, and I would like to fake the thread and post counts on the forum display pages. I would like the forum to look bigger at first glance than it really is. Desciptive, yes, but it may help a little not to scare people off. Is there an easy way to set thread and post counts for each forum to a specific number? Thanks in advance! -Wayne |
#2
|
|||
|
|||
imo, just multiply the variable in index.php.
|
#3
|
|||
|
|||
I thought about that, but I couldn't find the individual thread / post count displays in index.php?
-Wayne |
#4
|
|||
|
|||
in index.php, find:
PHP Code:
PHP Code:
|
#5
|
|||
|
|||
Hey, I replied to the email, but it didn't show up here? Anyways, thanks that worked. For those who want to know, I did this:
// WAYNES CODE TO MAKE BMW SITE LOOK BIGGER if (preg_match("/BMW/", $forum[title])) { $forum[replycount]=$forum[replycount]*9+1112; $forum[threadcount]=$forum[threadcount]*4+112; } // END WAYNES CODE eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";"); This will increase the count for all forums with BMW in the title... Thanks! -Wayne |
#6
|
|||
|
|||
You could also do:
// WAYNES CODE TO MAKE BMW SITE LOOK BIGGER if ($forum[forumid]=="xx") { $forum[replycount]=$forum[replycount]*9+1112; $forum[threadcount]=$forum[threadcount]*4+112; } // END WAYNES CODE eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";"); |
#7
|
|||
|
|||
Right, I thought of that too, but I have about 15 BMW forums that I want to 'fake' the post counts on. Here is the finished product for those who care:
http://forums.pelicanparts.com I have about 11,000 members and 500,000 posts on the Porsche side, but I'm looking to give the impression that we have more BMW posts than are really there. You know, if you see a lame forum, you immediately leave... Thanks again, Wayne |
#8
|
||||
|
||||
Or just edit the templates and take our the variables and hard code it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|