Thread: At A Glance mod
View Single Post
Old
  (#8 (permalink))
Mighty_Y
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
12-12-2004, 09:18 AM

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!


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Reply With Quote