View Full Version : Memberlist screwed up?
apfeifer
04 Nov 2001, 17:01
When the Memberlist get's to my username, it repeats it. Just thought I'd let you know. Screenshot:
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
04 Nov 2001, 19:40
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
04 Nov 2001, 20:54
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.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.