The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

I want to remove groups from navbar

5 posters

Go down

Solved I want to remove groups from navbar

Post by Perfe <3 November 3rd 2020, 9:32 pm

Hello! Is it possible to hide Member groups from navbar? I dont have the permission to hide it (yes im admin with full rights)

Screenshot:
I want to remove groups from navbar Za_a_112
Perfe <3
Perfe <3
Forumember

Male Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria

https://.bg-bunker.bulgarianforum.net

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by Ape November 3rd 2020, 9:52 pm

Yes you can

ACP >> Display >> Pictures and Colors >> Pics management >> Advanced Mode >>
find : Usergroups : Then add the following code the save
Code:
https://2img.net/i/fa/empty.gif

Then you may want to move the hidden button to the end to stop gaps

ACP >> Display >> Homepage >> Headers & Navigation >>
move it to the top
I want to remove groups from navbar Captu300


I want to remove groups from navbar Left1212I want to remove groups from navbar Center11I want to remove groups from navbar Right112
I want to remove groups from navbar Ape_b110
I want to remove groups from navbar Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19143
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by SLGray November 3rd 2020, 11:38 pm

If the navbar is just images, you just need to remove the images.


I want to remove groups from navbar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by Perfe <3 November 4th 2020, 1:54 pm

SLGray wrote:If the navbar is just images, you just need to remove the images.

It's text + image
and i want to remove the text and the image.
Perfe <3
Perfe <3
Forumember

Male Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria

https://.bg-bunker.bulgarianforum.net

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by Ape November 4th 2020, 4:12 pm

You can do that how i have pointed out on my last post
https://help.forumotion.com/t159719-i-want-to-remove-groups-from-navbar#1113723


I want to remove groups from navbar Left1212I want to remove groups from navbar Center11I want to remove groups from navbar Right112
I want to remove groups from navbar Ape_b110
I want to remove groups from navbar Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19143
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by Perfe <3 November 4th 2020, 6:15 pm

Ape wrote:You can do that how i have pointed out on my last post
https://help.forumotion.com/t159719-i-want-to-remove-groups-from-navbar#1113723

Its not working :/

I want to remove groups from navbar Za_a_113
Perfe <3
Perfe <3
Forumember

Male Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria

https://.bg-bunker.bulgarianforum.net

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by TheCrow November 4th 2020, 6:17 pm

@Perfe <3 what is your forum link please?

Please note that the link of your forum on your profile is inaccurate.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by Perfe <3 November 4th 2020, 6:19 pm

TheCrow wrote:@Perfe <3 what is your forum link please?

Please note that the link of your forum on your profile is inaccurate.

Ok thanks for reminding me, im gonna change it later. Here is my forum -> https://ak47-cs.bulgarianforum.net
Perfe <3
Perfe <3
Forumember

Male Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria

https://.bg-bunker.bulgarianforum.net

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by skouliki November 4th 2020, 6:22 pm

you said you are the admin ...does the founder of the forum want to hide this option?
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by TheCrow November 4th 2020, 6:24 pm

Okay, so when you click on a link on the navigation bar it takes you to the page. For example, if you click on the Memberlist link it will take you to
Code:
https://{FORUMNAME}/memberlist

All you have to do is get that extension in the url
Code:
/memberlist
and add it in this line of code in your CSS Stylesheet:
Code:
a.mainmenu[href="/memberlist"] { display: none!important }

By adding this it will hide your memberlist link from the navigation bar. You can do this with any other link of your navigation bar by doing the same steps again.

Regards,
TC.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

TonnyKamper likes this post

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by Perfe <3 November 4th 2020, 6:55 pm

TheCrow wrote:Okay, so when you click on a link on the navigation bar it takes you to the page. For example, if you click on the Memberlist link it will take you to
Code:
https://{FORUMNAME}/memberlist

All you have to do is get that extension in the url
Code:
/memberlist
and add it in this line of code in your CSS Stylesheet:
Code:
a.mainmenu[href="/memberlist"] { display: none!important }

By adding this it will hide your memberlist link from the navigation bar. You can do this with any other link of your navigation bar by doing the same steps again.

Regards,
TC.

Your code worked, but i changed it href="/memberlist" to href="/groups". ('cuz i hide the groups not memberlist)

skouliki wrote:you said you are the admin ...does the founder of the forum want to hide this option?

Sorry, my mistake! I wanted to say that im the founder with full rights and this topic is solved
Thanks to The Crow, Ape and skouliki!
Perfe <3
Perfe <3
Forumember

Male Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria

https://.bg-bunker.bulgarianforum.net

skouliki and TheCrow like this post

Back to top Go down

Solved Re: I want to remove groups from navbar

Post by skouliki November 4th 2020, 8:09 pm

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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