5 posters
I want to remove groups from navbar
Perfe <3- Forumember
- Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria
- Post n°1
I want to remove groups from navbar
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°2
Re: I want to remove groups from navbar
Yes you can
Then you may want to move the hidden button to the end to stop gaps
find : Usergroups : Then add the following code the saveACP >> Display >> Pictures and Colors >> Pics management >> Advanced Mode >>
- Code:
https://2img.net/i/fa/empty.gif
Then you may want to move the hidden button to the end to stop gaps
move it to the topACP >> Display >> Homepage >> Headers & Navigation >>
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°3
Re: I want to remove groups from navbar
If the navbar is just images, you just need to remove the images.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Perfe <3- Forumember
- Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria
- Post n°4
Re: I want to remove groups from navbar
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.
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°5
Re: I want to remove groups from navbar
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
https://help.forumotion.com/t159719-i-want-to-remove-groups-from-navbar#1113723
Perfe <3- Forumember
- Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria
- Post n°6
Re: I want to remove groups from navbar
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
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°7
Re: I want to remove groups from navbar
@Perfe <3 what is your forum link please?
Please note that the link of your forum on your profile is inaccurate.
Please note that the link of your forum on your profile is inaccurate.
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Perfe <3- Forumember
- Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria
- Post n°8
Re: I want to remove groups from navbar
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
skouliki- Manager
- Posts : 15391
Reputation : 1709
Language : English,Greek
Location : Greece
- Post n°9
Re: I want to remove groups from navbar
you said you are the admin ...does the founder of the forum want to hide this option?
    General Rules | Tips & Tricks | Lost Founder Password?Â
   Rules of the Graphic Design Section | Sticker Points |  Graphic Requests
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°10
Re: I want to remove groups from navbar
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
All you have to do is get that extension in the url
and add it in this line of code in your CSS Stylesheet:
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.
|
All you have to do is get that extension in the url
|
- 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.
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
TonnyKamper likes this post
Perfe <3- Forumember
- Posts : 49
Reputation : 1
Language : Bulgarian
Location : Haskovo, Bulgaria
- Post n°11
Re: I want to remove groups from navbar
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 urland add it in this line of code in your CSS Stylesheet:
- Code:
/memberlist
- 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!
skouliki and TheCrow like this post
skouliki- Manager
- Posts : 15391
Reputation : 1709
Language : English,Greek
Location : Greece
- Post n°12
Re: I want to remove groups from navbar
Problem solved & topic archived.
|
    General Rules | Tips & Tricks | Lost Founder Password?Â
   Rules of the Graphic Design Section | Sticker Points |  Graphic Requests