Quote:
|
I didn't fix the Glance mod for us, chatserv did.
|
Wrong

I fixed it

while I was fixing more stuff that went buggy on the site

Everyone having the same problems and want to fix them manually:
open glance.php
find
Code:
$glance_last_visit = $userdata['user_lastvisit'];
after add
Code:
$glance_recent_offset = $HTTP_GET_VARS['glance_recent_offset'];
Have fun!