The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is there a hack or can anyone make a hack that will keep track of the # of posts a user has for a certain forum?? Only threads Started not reply posts.
Thanks for any info. |
#2
|
||||
|
||||
Shouldn't be too difficult, but where do you want this "info" displayed?
|
#3
|
||||
|
||||
Ive been requesting this for a long time but never seen a working version
I wanted it for the Postbit....I know it would slowdown the loadtimes but I never really noticed much differance to be bothered |
#4
|
|||
|
|||
put the results of this query:
Code:
select count(*) from post where forumid=forum_id and userid=$bbuserid[userid]; |
#5
|
||||
|
||||
doesnt work mate plus I was after something that could count from more then one forum if needed
|
#6
|
|||
|
|||
[QUOTE]Originally posted by holev
put the results of this query: Code:
select count(*) from post where forumid=forum_id and userid=$bbuserid[userid]; |
#7
|
|||
|
|||
Ya same for me. I would like to see this displayed in the postbit area. Oh also for only Threads Started not posted replies
|
#8
|
||||
|
||||
the above code I think would give the error FORUMID COLOUMN not found, Ive tried lots of things and gave up in the end
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|