1 (edited by Piki 2012-10-12 20:04)

Topic: Keep links from moving on login/logout

I have a slight problem adding a link to the correct spot in my forum's nav bar.

When logged in, the link is in the correct position (just to the right of the "Rules" link). But when I log out, the "User List" link disappears and the "Search" link jumps in between the "Rules" link and my custom link.

Is there any way to fix this without allowing Guests permission to view the User List? I'm not in the business of helping others enhance their search engine rankings wink

EDIT: Here is my URL code from Admin -> Settings -> Setup:

0 = <a href="http://localhost/">Home Page</a>
4 = <a href="http://localhost/terms.html">Terms of Use</a>

(it is supposed to point to localhost, I'm still testing things at home)