Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

deleting some "sortcuts" in navigation

3 posters

Go down  Message [Page 1 of 1]

1deleting some "sortcuts" in navigation Empty deleting some "sortcuts" in navigation Wed Jul 24, 2013 3:23 am

Zyon

Zyon
manager


How to delete some navigations?

You need copy to your CSS (AdminPanel -> Display -> Colors -> CSS)

This code for:
1. Search
Code:
a[href="/search"]{
display: none;
}

2. FAQ
Code:
a[href="/faq"]{
display: none;
}

3. Groups
Code:
a[href="/groups"]{
display: none;
}

4. Calendar
Code:
a[href="/calendar"]{
display: none;
}

5. Memberlist
Code:
a[href="/memberlist"]{
display: none;
}

if you want you can put all this code in one, with this code:
Code:
a[href="/calendar"], a[href="/search]{
display: none;
}

you can move others too, but it is important.

http://admins.forumotion.com

Mike.

Mike.
User


Thank you for this code !
I think is helpful.

http://zerocheaters.ro

Zyon

Zyon
manager


I use that on my forum, and I see on lots of forums admins don't know how to move that navigations, and I'm share with you this code

http://admins.forumotion.com

4deleting some "sortcuts" in navigation Empty Re: deleting some "sortcuts" in navigation Thu Jul 25, 2013 11:07 am

Sasori

Sasori
Administrator


This tutorial is too simple , sended to garbage.

Sponsored content



Back to top  Message [Page 1 of 1]

Similar topics

-

» navigation bar

Permissions in this forum:
You cannot reply to topics in this forum