The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need to add "Thread count" to postbit_legacy
In postbit_legacy as it shows "Posts:" i also want it to show "Threads"
I notied in postbit_legacy where it displays posts it is written $post[posts] So how do i display threads instead of posts ? Is there some variable which holds the no. of threads ? or how do i query it from the database ? I couldnt even find the table which holds the thread count of the user. Help plz. |
#2
|
||||
|
||||
You'll need to use a SQL query to count the threads in the thread table.
[sql]SELECT COUNT(*) FROM `" . TABLE_PREFIX . "thread` WHERE `userid` = " . $userid . "[/sql] |
#3
|
|||
|
|||
Thanks mate, so now.. where do i run the query ?
because $userid is recognized only in vb pages, so where should this code be pasted ? should i create a new plugin ? what should be hook location ? Also, ive created a custom page where i want to display results of this query : Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|