View Full Version : Memberlist screwed up?
apfeifer
11-04-2001, 04:01 PM
When the Memberlist get's to my username, it repeats it. Just thought I'd let you know. Screenshot:
Admin
11-04-2001, 04:48 PM
Hmm, I think it's a bug in PPN's online status in member list hack.
I think it reads all your sessions and that's why you show up more than once.
I'll fix it right away, thanks for letting me know. :)
eva2000
11-04-2001, 06:40 PM
Originally posted by FireFly
Hmm, I think it's a bug in PPN's online status in member list hack.
I think it reads all your sessions and that's why you show up more than once.
I'll fix it right away, thanks for letting me know. :) hehe :D
Scott MacVicar
11-04-2001, 07:54 PM
yeah, why you got so many sessions :p
from the way I understand vBulletin you should only have 2 or 3 at maximuim not 15 :)
btw posted how to fix it cause someone else mentioned it
at the
LEFT JOIN session ON (session.userid = user.userid)
it should be
LEFT JOIN session ON (session.userid = user.userid AND session.lastactivity > $datecut)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.