The Arcive of vBulletin Modifications Site. |
|
#1
|
||||
|
||||
![]()
how do I display the amount of replies a user has made under a certain category?
|
#2
|
||||
|
||||
![]()
This is the general query:
Code:
SELECT COUNT(postid) AS posts FROM post LEFT JOIN thread USING (threadid) WHERE thread.forumid='xx' AND post.userid='xx' |
#3
|
||||
|
||||
![]()
Thanks for the fast reply
![]() |
#4
|
||||
|
||||
![]()
oops sorry mate made a mistake the way I phrased it
I need to display the amount of replies a user has made under a certain catagory in there postbit so i need it for me then one user, if possible cheers |
#5
|
||||
|
||||
![]()
lets try and simplify what Im saying
I need to show how many replies a user has made in a certain forum in their postbit (left of the post) |
#6
|
||||
|
||||
![]()
can this not be done boys?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|