Topic RSS
I was working on making custom forum achievements past special forums ranks. Examples could be "Post in 100 topics" or "Start 100 Topics". I was wondering, is there any way of sensing the post countr or topic count for one specific user from the database. I went through the file that displays user details next to posts, and noticed a lot of variables. Does one exist for topic count? Is there any way I could add one with a MySQL request?
Just wondering, I wouldn't expect for you guys to put in something as redundant and odd as topic count or specific post count in different topics. But if you did, or you could tell me how to go about doing that it would be awesome. I have a pretty sharp coding knowledge in areas excluding MySQL requests, but I can learn quick, so there is no need to dumb down your answer so any person can read it, technical terms are understandable.
Thanks so much for all your help over the past few months, as this isnt my first topic I have started. My site will be placing ads in pretty soon, and I will make sure a little bit of fiscal appreciation slips your way for all the trouble you have been going through to help people like me.
all depends where you are trying to do this… but for simplistic sake, you can do this
where $userid is the id of the current user… and you will have the number of posts by the user… we dont explicityly track topics started, but you could do
$topics = $wpdb->get_resulst("SELECT FROM ".SFTOPICS." WHERE user_id=".$userid);
where $userid is again the id of the current user… and you will have the topics started by that user…
Most Users Ever Online: 444
Currently Online: SPQC
52 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
-Radio-: 1251
Lee H: 606
Luffer: 535
Conrad_Farlow: 485
jim: 478
neon: 263
ovizii: 240
Tal: 240
Member Stats:
Guest Posters: 2616
Members: 7328
Moderators: 1
Admins: 2
Forum Stats:
Groups: 5
Forums: 16
Topics: 10839
Posts: 79118
Newest Members: ordie69, mutha66, jawaulk, mastergalen, ikkiamonrah, OlafKS, js, Anne Wayman, vinzMtl, VikingBrent
Moderators: Brandon C (158)
Administrators: Yellow Swordfish (22131), Mr Papa (23580)
Log In
Register
Home
Add Reply
Add Topic
Offline
Quote



Visit 
Privacy Policy



