Quote:
Originally Posted by yoyoyoyo
When I log out of my forum the "Forum Jump" is still showing on the login.php?do=logout&logouthash= link, and it is showing forums that should not be viewable by unregistered guests, such as my moderator areas:
when I go from there to the forum index.php the forumjump is not viewable, but it is on the login page
|
This is a problem with the vB core. The forum jump menu is showing for the same reason that the 'register' link is not showing and the 'search' dropdown is showing instead of just a link to the search page. If, after logging out, you go to the forum home page, you will get the register link, as well as just the 'search' link instead of a drop-down.
But in any case, this is *not* a problem, since the *only* way to get to that page and view the forumjump dropdown, is to actually have the privileges and then log out.
There's not much I can do about it, since at that point the vB core code tells me that the user is still a member-- ie the $show[member] variable still evaluates to true.