The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vB Custom Pages
I noticed in vbcustom pages the following is needed to put placed in to include forum stats on the page:
PHP Code:
https://vborg.vbsupport.ru/showthrea...74#post1757574 |
#2
|
||||
|
||||
If you are using a template to spit something out, then yes, it does need to be included in one of the arrays at the top of the page. I'm not sure, but your problem may be that you are trying to get the forumcount for a forum you have asked not to have post counts. So, I'm not sure if the postcounts are available for that forum in the forumcache. You'd have to check that. I know there are several threads here about getting the post counts in specific forums, you might want to try a search.
|
#3
|
|||
|
|||
I'm trying to get forum threads and posts to all count on the forum stats at the bottom of the page regardless of forum rules.
http://evercube.net/forum/ You will notice the header thread count is different than the footer thread count. The header stats are counting all the threads on the site while the footer is only counting forums that have permission to count posts. This is what the header is calling: PHP Code:
|
#4
|
|||
|
|||
I cannot help but feel this should have been included in your other thread:
https://vborg.vbsupport.ru/showthread.php?t=207005. I will review this and see what I can come up for you. // Edit // Have you attempted the following: Find: PHP Code:
PHP Code:
|
#5
|
|||
|
|||
Alright, basically all I am asking is where is the footer stats on vbulletin calling from?
If you can tell me that, just need to have them be changed to call like the header stats. --- Edit I'll try it --- Edit Thanks a bunch worked prefect. |
#6
|
|||
|
|||
Glad I could help You may want to post in your other thread that this issue was resolved.
Thank you! |
#7
|
||||
|
||||
You know that doing that will run 6 queries on forumhome, and that's not even doing much?
To answer your question, the $specialtemplates array is anything the page needs fetched from the datastore. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|