![]() |
Total Views, replies and threads in forumdisplay_threadlist
Would it be possible to show Total Views, replies and threads in forumdisplay_threadlist? Since there is a totalviews template hack and a simalar hack for showthread.
If its not possible I will try at vbulletin.org when they are done with servermove. |
i think this will require hacking...butim not sure
|
I was thinking it might be possible to do it through the phpinclude template.
|
It can be done by phpinclude. Here's a query that should do it:
Code:
mysql> select f.threadcount,f.replycount,sum(t.views) from forum f, thread t where t.forumid = 16 and f.forumid=16 group |
DO I need to run that query for every forum? and how would I apply it in my template?
|
I'm a bit too busy to release a mod but if somebody else wants to (using PAPI naturally :p) that query seems to work nicely. Just remember to add AS clauses everywhere.
|
Uhm I am afraid I dont understand. [blush]
I would really really apreciate it if someone would release this as a mod. |
Is there not something like this already released?
|
no, or I wouldnt have posted this...
|
All times are GMT. The time now is 11:16 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|