The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello
how to check how much posts user have written in one specyfic forum? thanks. |
#2
|
||||
|
||||
![]()
If you just want to check on a users posts every once in a while in the admin cp, then check out this mod -Users posts
|
#3
|
||||
|
||||
![]()
You can use a MySQL query, something like this:
[sql]SELECT COUNT(postid) AS numposts FROM posts WHERE forumid = X AND postuserid = X[/sql] This query might be pretty costly though. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|