Welcome, Guest. Please Login or Register.
May 14, 2025, 02:59:04 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Post Created totals, as well as total post « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Post Created totals, as well as total post  (Read 669 times)
loudog
Noobie
*
Posts: 19


I'm a llama!

Post Created totals, as well as total post
« on: June 22, 2003, 09:33:44 AM »
Reply with quote

I find on my boards that I get alot of one line lame replies, which are fine, but I'd like to reward those who post NEW topics. These are the people who keep the boards rolling. I think it would be cool to see who post the most NEW topics, either in the admin center, and or the profile to the left of the post, and or the member list. It would also be nice to reward these members, and knowing who's the most creative, helps.
Logged
loudog
Noobie
*
Posts: 19


I'm a llama!

Re:Post Created totals, as well as total post
« Reply #1 on: June 27, 2003, 09:58:19 AM »
Reply with quote

Is this a bad Idea or no
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Post Created totals, as well as total post
« Reply #2 on: June 27, 2003, 06:31:36 PM »
Reply with quote

not a bad idea, i think it would be cool to add this to the stats page, and it shouldn't be very hard to do
u can use a query like this:
SELECT t.ID_MEMBER_STARTED, m.membername, COUNT(*) AS total
FROM {$db_prefix}_topics  AS t, {$db_prefix}_members AS m
WHERE m.ID_MEMBER = t.ID_MEMBER_STARTED
GROUP  BY ID_MEMBER_STARTED
ORDER BY total DESC
LIMIT 10;
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:Post Created totals, as well as total post
« Reply #3 on: June 27, 2003, 07:24:56 PM »
Reply with quote

can you intergrade it to a mod :) I like ur mods :)
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Post Created totals, as well as total post
« Reply #4 on: June 27, 2003, 09:23:17 PM »
Reply with quote

done: http://www.yabbse.org/community/index.php?board=158;action=display;threadid=24329
that was an easy mod... :)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
loudog
Noobie
*
Posts: 19


I'm a llama!

Re:Post Created totals, as well as total post
« Reply #5 on: June 28, 2003, 05:57:59 AM »
Reply with quote

Thanks great mod
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Post Created totals, as well as total post « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.090 seconds with 21 queries.