Author Topic: REQ: mod that shows users who have given most comments  (Read 26065 times)

0 Members and 1 Guest are viewing this topic.

Offline paburmester

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: REQ: mod that shows users who have given most comments
« Reply #15 on: October 28, 2005, 04:11:44 AM »
thanks v@no!

Offline paburmester

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: REQ: mod that shows users who have given most comments
« Reply #16 on: October 28, 2005, 05:15:14 AM »
hey, why i see my top uploder list before my top commenter?? why did i do wrong? please help me

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: REQ: mod that shows users who have given most comments
« Reply #17 on: October 28, 2005, 05:57:48 AM »
You see it where? how would we know what is wrong? ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: REQ: mod that shows users who have given most comments
« Reply #18 on: November 17, 2005, 02:22:58 AM »
I am having the same problem with the Top Uploaders before the Top Commentors.  What I see is this:

 Top 5 Uploaders
DrunkIslander 131
Niens 22
Jade 7
Rinsa 4
Guest 1

Top 5 Commentator
DrunkIslander 131
Niens 22
Jade 7
Rinsa 4
Guest 1
lee 2
GregoryMcdonald 1
DrunkIslander 0
spencer 0
lilshtanky 0

I posted this in another spanish mod somewhere...gonna go find and delete...

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: REQ: mod that shows users who have given most comments
« Reply #19 on: November 17, 2005, 03:52:09 AM »
There is another published mod with simular code, which works without this problem.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Loda

  • Sr. Member
  • ****
  • Posts: 353
    • View Profile
    • Fotosucht Schweiz
Re: REQ: mod that shows users who have given most comments
« Reply #20 on: November 17, 2005, 09:27:15 AM »
hi,
you insert this above the code in the first step in your php file
Code: [Select]
$last_action_user_list = "";

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: REQ: mod that shows users who have given most comments
« Reply #21 on: November 17, 2005, 01:51:48 PM »
Thanks Loda.  V@no I tried searching through the mods for a while last night and couldn't find anything. 

Resetting the $last_action_user_list variable worked perfectly.  Thanks again.