Quote:
Originally Posted by Analogpoint
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.
|
since the problem seems to be viewing the forum jump menu after a user logs out, and is sent to the login.php page automatically, can't you just add this conditional around the code?
Quote:
<if condition="THIS_SCRIPT !== 'login'">plugin code goes here</if>
|
and it actually IS a problem, because as I pointed out, guests can view the moderator only forums - that pic I posted was a registered user account, not my admin account, and as you can see the moderator forums are visible to guests - I do not want that.