PDA


View Full Version : New posts since last visit and logout probs


glorify
08-29-2005, 01:42 AM
Hey all. Installed and everything looks fine. Fixed the one bug with the user ranks and have 2 other probs I've searched the answers for.

1) When I log into the cmps_index, in the user cp box it says:
New Posts: 74,141

I have a pretty active board, but not THAT active. :D If I follow the link to the new posts it is correct.

2) If I try to log out from the user cp box in the cmps_index, I get an error message. I can log out fine from the navbar.

Any ideas?

Link (http://www.glorifythepast.com/cmps_index.php) to my cmps_index

JoyB
08-29-2005, 03:29 AM
I'm also experiencing both these problems :)

Brian
08-29-2005, 09:15 AM
1). http://www.vbadvanced.com/forum/showthread.php?t=9316

2). Look in your 'adv_portal_welcomeblock' template for 2 instances of this code:
login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]

And replace each with this:
login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]

JoyB
08-29-2005, 10:02 AM
Thanks Brian, it worked a treat :)

glorify
08-29-2005, 10:16 AM
Thanks--both worked :)