A way to hide some icons (not sure what they're called) on the top menu?

Raingazer at 07h13
14
Aug
2011
Well.. I've noticed some themes don't provide all images for the buttons and it's kinda.. well.. degrading.

I'm hoping if there's anyway to hide the buttons on the top menu (just hide them, can still be found somewhere). I'm planning to hide the ones w/ no image related to my current theme.

Preview Image

Speaking of themes. Are there any sites where I can pick some themes? (Sites that are accepted by Forumotion and compatible w/ PHPBB3)

Thanks in advance!

(..and if I'm posting in the wrong board, sorry. > <)
1 Nera., on 14/08/2011 at 11h44
Hi,

Please provide your forum URL for appearance problems.

I can not know wich icon needs to be removed based on the image.

A guess would be calendar?

If yes add this to CSS
Code:

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


If not leave a forum link please.

Have you tried http://hr.hitskin.com/ ?
2 Raingazer, on 15/08/2011 at 02h57
Some skins in Hitskins are not working properly. To be precise, some images from the 'preview' are not displayed when I click save/install. :/

I'm planning to hide the usergroup and search.

Site's link:
Spoiler:


Our team's founder is busy, so I'm in charge of fixing the site. It's only been 2 days and I still have a lot to do. -.-

Thanks for the code! Just wondering, it's just hidden right? And, where do we access the calendar?
3 mgt98, on 15/08/2011 at 03h35
You can still access the calendar at forumlink/calendar which for you is http://www.ggscans.forumotion.com/calendar

To hide usergroups, put this in your CSS
Code:
a[href="/groups"]{
    display: none;
}


To hide search, put this in your CSS.
Code:
a[href="/search"]{
    display: none;
}
4 Chargeredup, on 15/08/2011 at 04h26
Admin panel > Display > Homepage > Headers & Navigation

here you can edit view permissions for all the icons
5 kirk, on 15/08/2011 at 04h34
Chargeredup wrote:Admin panel > Display > Homepage > Headers & Navigation

here you can edit view permissions for all the icons


right and what you cant do there or dont appear in that list. you can do in special rights section for user options.

You can also go through the list in pic's management and remove and images from there that may still be showing.

That is a off navigation bar for that skin, thats on a hitskin or did you create the nav custom?
6 Raingazer, on 15/08/2011 at 07h04
Spoiler:
a[href="/profile"]{
display: none;
}


^ I tried that one for the profile, but the button/icon is still there. I tried erasing the image link, it's still there.. o.o

***

@ kirk : I'm using Hitskins. Why?
7 mgt98, on 15/08/2011 at 07h08
Code:
a[href="/profile?mode=editprofile"]{
display: none;
}

Try that for hiding the profile.
8 Raingazer, on 15/08/2011 at 10h51
Thanks, mgt98!

I don't really know if it worked 'cause there's still an annoying line:

Click me!

But.. I'm thinking it worked since whenever I hover my cursor on that line, there's no more Profile that shows up. Just need to get rid of that line and I'm done. XD
9 Guest, on 15/08/2011 at 20h46
You don't have an image for your "register" button. That's why guests see a vertical line in your navbar.
10 mgt98, on 16/08/2011 at 00h58
That is somebody logged in, though.
11 Guest, on 16/08/2011 at 01h38
It's the same issue as the Register button...an image is missing in Pics Management. Based on what is NOT in the navbar for members, it's probably the images for the PM (No New, New) button.

12 mgt98, on 16/08/2011 at 01h42
Ah! I get you. Sorry.

So, just double check whether you have those images in Admin Panel>Display>Pics Management>Advanced.
13 Raingazer, on 16/08/2011 at 04h52
*sulks* No images for them.. :/

So, I guess I have to either look for another skin or simply just make an image for them in PS? Ahh. > < Troublesome.. Some images in Hitskins are not there. > <

Thanks.
14 mgt98, on 16/08/2011 at 04h55
Request for them to be made here!
15 Raingazer, on 16/08/2011 at 05h45
I was planning to, but it seems I can't?

It says 'one request at a time' (I think). & my first graphic request is pretty hard and can take a long time to make..
16 mgt98, on 16/08/2011 at 05h47
In here? /f31-graphic-requests

Heaps of people have more than one thread in there...
17 Raingazer, on 16/08/2011 at 07h31
Am I the only one following FM's rules? Lol.

Well, I guess I'll make a thread and see what happens.

Thanks, MG! (If you don't mind me calling you MG)
18 mgt98, on 16/08/2011 at 07h34
Better than mgt which looks like midget but I am not. MG is fine.
19 Raingazer, on 16/08/2011 at 08h14
Haha. That never crossed my mind.. until now. xD

-SOLVED-

Thanks for the help guys. Smile
20 Sanket, on 16/08/2011 at 10h32
Since this thread appears to be solved, I will lock this thread and mark it as solved.


Sanket Smile

Similar topics
i want to hide this menu forum url http://gr-revealing.wikiforum.net/forum
sir, my forum is http://kingmanoj.forumotion.com it is now improving.thanx to the editboard management. hide function was superb and nice.but am not getting it now.please re install hide function with some improvements such as a picture has been
how can do this am using phbb2 for now an would also like to know how it is done on punbb version also Please an thanks
See also
more_less
Informations

20 Replies For the topic :
"A way to hide some icons (not sure what they're called) on the top menu?"

This topic has been viewed 1181 times.

Last message :
14/08/2011 at 07h13 by "Raingazer"