How to delete the page "Usergroups"? and "FAQ"?

iamaguy1234 at 21h32
25
Nov
2011
I need help deleting the FAQ and Usergroups page on my forum. Thanks. groar
1 Nera., on 25/11/2011 at 21h44
Hello,

In navigation? Add this to CSS:

Code:
a[href="/groups"] {
    display: none;
}
a[href="/faq"] {
    display: none;
}
2 blindbat1457, on 25/11/2011 at 22h06
Whoa I been using CSS for a while but that is the first time I have seen brackets. What exactly does that do?
3 Guest, on 25/11/2011 at 22h49
I reccomend:
Code:
a.mainmenu[href="/groups"] {
    display: none;
}
a.mainmenu[href="/faq"] {
    display: none;
}

Why? Because if you'll post one of these links in one message or in other place exception navbar it will disappear. Smile
4 iamaguy1234, on 26/11/2011 at 00h49
Thanks guys! It worked!
5 Sanket, on 26/11/2011 at 07h56
Since this thread appears to be solved, I will archive this thread.


Sanket Smile

Similar topics
Ok Sorry For Posting Again But How To Delete This In total there are users online :: 0 Registered, 0 Hidden and 0 Guests Most users ever online was 10 on Mon 15 Aug 2011 - 16:29 How Can I Delete This I Really Want To delete This Please Help Me.
i just want to know if it is possible that the other groups can access the administration panel for example those user in community manager can access the administration is that possible?
I must be missing something really simple, but I cannot figure out how to delete a movie from the database. There are several that I have deleted, but even removing their folder and all files from the hard drive does not remove them from the database.
See also
more_less
Informations

5 Replies For the topic :
"How to delete the page "Usergroups"? and "FAQ"?"

This topic has been viewed 895 times.

Last message :
25/11/2011 at 21h32 by "iamaguy1234"