This site is inactive. Owner of this forum started new forum called Admins talk forum. It can be found at http://admins.forumotion.com
This site is inactive. Owner of this forum started new forum called Admins talk forum. It can be found at http://admins.forumotion.com
. Login Register

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Post: #1Wed Mar 12, 2014 10:16 pm

Kite Trojan

Kite Trojan

Retired staff
How can I get my Navigation Bar for guest to look like: have Home FAQ Memberlist Log in Register
and registered to be
Home FAQ Memberlist Profile You have no new messages Log out [ username ]

Post: #2Wed Mar 12, 2014 10:22 pm

Ikerepc

Ikerepc

FH Founder
Just go in admin panel -> Display -> Headers & Navigation

and fix it Smile

http://admins.forumotion.com

Post: #3Wed Mar 12, 2014 10:35 pm

Kite Trojan

Kite Trojan

Retired staff
I know there is a CSS code, that is another way, but I don't like it. It is a bit harder.

Post: #4Wed Mar 12, 2014 10:43 pm

Ikerepc

Ikerepc

FH Founder
What you want?

CSS code is this for non display some tag. In this case link:

Code:
a[href="/usergroups"] {
display: none;
}

That's for don't displaying usergroups link. Use same for others.

http://admins.forumotion.com

Post: #5Wed Mar 12, 2014 10:46 pm

Kite Trojan

Kite Trojan

Retired staff
Not Working

Post: #6Wed Mar 12, 2014 10:48 pm

Vaccam

Vaccam

Retired staff
Use my code

Code:


a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/Home"], a.mainmenu[href="/portal"]  {
    display: none;
}
 

Post: #7Thu Mar 13, 2014 12:58 am

Kite Trojan

Kite Trojan

Retired staff
Home FAQ Memberlist Profile You have no new messages Log out [ username ] , thats not close to what i want o.o, also the code looks like zyon's but it wont work

Post: #8Thu Mar 13, 2014 6:12 am

Ikerepc

Ikerepc

FH Founder
I'm find mystake in my code lol!

liks is "/groups" and not "/usergroups" Very Happy

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

This should work.
You want to remove just usergroups?

http://admins.forumotion.com

Post: #9Tue Mar 18, 2014 8:20 pm

Ikerepc

Ikerepc

FH Founder
Hey, is this solved?

http://admins.forumotion.com

Post: #10

Sponsored content

View previous topic View next topic Back to top  Message [Page 1 of 1]

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