View Full Version : Post Count for certains forum(s)
Nemesis77
11-25-2001, 07:11 AM
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.
WizyWyg
11-25-2001, 09:33 AM
Shouldn't be too difficult, but where do you want this "info" displayed?
Bald Bouncer
11-25-2001, 12:02 PM
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 :D
holev
11-25-2001, 12:42 PM
put the results of this query:
select count(*) from post where forumid=forum_id and userid=$bbuserid[userid];
into a variable and that should work
Bald Bouncer
11-25-2001, 01:59 PM
doesnt work mate :( plus I was after something that could count from more then one forum if needed
holev
11-25-2001, 03:42 PM
[QUOTE]Originally posted by holev
put the results of this query:
select count(*) from post where forumid=forum_id and userid=$bbuserid[userid];
into a variable and that should work
Nemesis77
11-25-2001, 05:22 PM
Ya same for me. I would like to see this displayed in the postbit area. Oh also for only Threads Started not posted replies
Bald Bouncer
11-25-2001, 05:38 PM
the above code I think would give the error FORUMID COLOUMN not found, Ive tried lots of things and gave up in the end :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.