Remove certain parts of the navigation
+2
Derri
Sandara
6 posters
Page 1 of 1
Remove certain parts of the navigation
Hi! I want to remove / make the following navigation menu inaccessible:
Home
Portal
Members
Usergroup
Calendar
Gallery
So what will remain / can only be seen in the navigation menu are Profile, Messages, Login/Out/Register
I believe it is possible, but i don't know how to do it. Please help. My forum version is phpbb3. Thank you!
Home
Portal
Members
Usergroup
Calendar
Gallery
So what will remain / can only be seen in the navigation menu are Profile, Messages, Login/Out/Register
I believe it is possible, but i don't know how to do it. Please help. My forum version is phpbb3. Thank you!
Last edited by Sandara on May 23rd 2013, 6:45 am; edited 1 time in total
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
All that you need to do is just remove the images ACP --> Display --> Pics Management --> Advanced --> Then Scroll down and you'll see the navigation buttons.
Note: I'd copy and pate the image urls into a notepad or something encase something goes wrong or you change your mind as this way you can get the images back easily.
Note: I'd copy and pate the image urls into a notepad or something encase something goes wrong or you change your mind as this way you can get the images back easily.
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Re: Remove certain parts of the navigation
Sandara wrote:Hi! I want to remove / make the following navigation menu inaccessible:
Home
Portal
Members
Usergroup
Calendar
Gallery
So what will remain / can only be seen in the navigation menu are Profile, Messages, Login/Out/Register
I believe it is possible, but i don't know how to do it. Please help. My forum version is phpbb3. Thank you!
Do you wish to hide them using css?
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
Use this
- Code:
a[href="/forum"],a[href="/Portal"],a[href="/memberlist"],a[href="/groups"],a[href="/calendar"],a[href="/gallery"] {
display: none;
}
Re: Remove certain parts of the navigation
If you also want to be sure that no one access the memberlist, groups, etc., go to Administration Panel -> Users & Groups -> Special Rights and set the permissions as you need them
Re: Remove certain parts of the navigation
Thank you for your replies, Matti_7 and Ultra Vision!
@Matti: Thank you, the code work, but for some reason it has an ugly space between the remaining links, plus the "home" is not invisible. Here's the screenie:
@UltraVision: i just wanted the menu to be disabled / invisible, but member can still access it through some other ways. But the tip you gave might help me in some other time. Thanks for the reply.
@Matti: Thank you, the code work, but for some reason it has an ugly space between the remaining links, plus the "home" is not invisible. Here's the screenie:
@UltraVision: i just wanted the menu to be disabled / invisible, but member can still access it through some other ways. But the tip you gave might help me in some other time. Thanks for the reply.
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
remove this a[href="/forum"] and for the space Please provide your forum URL
Re: Remove certain parts of the navigation
I removed the one you said, sadly it just returned to normal (home, portal, gallery, etc. are shown). So I just brought pasted the whole code you gave earlier back.
By the way, here's my forum URL: http://isolationrpg.one-forum.net/
Thank you so much Matti!
By the way, here's my forum URL: http://isolationrpg.one-forum.net/
Thank you so much Matti!
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
I don't get why people think it's Ultra Vision, it's Ultron's Vision lol
Anyway, you're welcome
For now, just follow what Matti suggests.
Anyway, you're welcome
For now, just follow what Matti suggests.
Re: Remove certain parts of the navigation
Okay, I tried this https://help.forumotion.com/t121308-how-to-hide-some-text-navbars#800698 but it doesn't seem to work. Any help?
Edit: if this helps, i dunno. most of JS i install don't work, such as the Staff Online widget for Phpbb3, new latest topics for certain forums for phpbb3, etc. The JS in the link I stated above does not work too...is it because that the layout i have is imported from Invision?
Edit: if this helps, i dunno. most of JS i install don't work, such as the Staff Online widget for Phpbb3, new latest topics for certain forums for phpbb3, etc. The JS in the link I stated above does not work too...is it because that the layout i have is imported from Invision?
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
Hello,
Use this code to remove the home link:
Use this code to remove the home link:
- Code:
a[href="/"] {
display: none !important;
}
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Remove certain parts of the navigation
^ Thank you for your reply. for some reason, whenever i put that code in CSS, it erases all codes i placed (total wipe out, good thing i have a backup! whew!). I did it like 3x.
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
I think it's because of the "!important"
You can use this code instead:
Along with the codes provided by Matti_7 to remove the link you wanted, is this solved?
You can use this code instead:
- Code:
a[href="/"] {
display: none;
}
Along with the codes provided by Matti_7 to remove the link you wanted, is this solved?
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Remove certain parts of the navigation
Yay! Solved! Thank you so much!
Sandara- Forumember
- Posts : 106
Reputation : 5
Language : English, Filipino
Location : Somewhere over the rainbow
Re: Remove certain parts of the navigation
Topic Solved & Locked |
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.
Similar topics
» How do I remove the navigation bar?
» Remove navigation links
» How do i remove the navigation bar and have a drop down one
» Remove Color Behind Navigation and Announcement
» How can I remove "Usergroups" from the Navigation Bar?
» Remove navigation links
» How do i remove the navigation bar and have a drop down one
» Remove Color Behind Navigation and Announcement
» How can I remove "Usergroups" from the Navigation Bar?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum