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.

Navbar buttons

2 posters

Go down

Completed Navbar buttons

Post by AngelLove2 March 17th 2012, 20:25

Hi guys , when I usually make a forum and a pick a skin from hitskin.com , I change some of its decoration. But now I really dont know how to hide some buttons . I went at Admin Panel > Display > Pictures and Colors > Pics Management went Advanced mode and putted that link : https://2img.net/i/fa/empty.gif at General / Explore down where it says Index and etc. But still no result the button didnt gone . I think its the CSS Stylesheet fault that I cant hide the buttons
here it is :
{body
backgorund-positon: center;
width: 600px
}

.forumline{
border: 3px #ccc785
double;
}


td.row1{
background-image: url("http://up4u.free.fr/images/a9lrvy3g2ue29meoa75.png");
}
td.row2{
background-image: url("http://up4u.free.fr/images/a9lrvy3g2ue29meoa75.png");
}
td.row3{
background-image: url("http://up4u.free.fr/images/a9lrvy3g2ue29meoa75.png");
}

body {
background-repeat: no-repeat;
background-position: none;
}
u{border-bottom: 2px solid;border-color:#B0ADA0;text-decoration: none;
-moz-border-radius:6px;}

I{border-bottom:none; color:#7A5E5E;text-decoration: none}



a:hover {
text-decoration: none ; color: black ; border-bottom: 1px dotted #B0ADA0;
}

.bodylinewidth {
width:70%}

a img {
border: none;
}

a.mainmenu{
text-decoration: none;
color : #000000;
}
a.mainmenu:hover{
text-decoration: none;
color : #B0ADA0;
}

a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:hover{text-transform:uppercase;}

.quote{
font-family: Tahoma;
font-size: 12px;
color: #000000;
line-height: 80%;
background-color: #CCC785;
border: #cfcdce;
border-style: solid;
border: 1px #a08491
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #000000;
background-color: #CCC785;
border: #cfcdce;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
border: 1px #a08491
dotted;
-moz-border-radius:6px;}


.forumline{
background-color: #7A5E5E;
-moz-border-radius: 0px 0px 14px 14px ;
border-bottom: 6px #7A5E5E solid;
border-top: 1px #7A5E5E dotted;
border-right: 1px #7A5E5E dotted;
border-left: 1px #7A5E5E dotted;}














a.forumlink:hover, a.forumlink:hover:visited{
background-color: #7A5E5E;
border-left: 9px solid #7A5E5E;
border-right: 9px solid #7A5E5E;
-moz-border-radius:15px;}

a.mainmenu:link, a.mainmenu:visited{
margin-left : 6px;
margin-right : 6px;
font-family :Georgia;
color: #818181;
background-image: url("http://up4u.free.fr/images/a9lrvy3g2ue29meoa75.png");
text-align:left;
border-left: 6px solid #C9BAAB;
border-right: 9px solid: url("http://up4u.free.fr/images/a9lrvy3g2ue29meoa75.png");
}

a.mainmenu:hover, a.mainmenu:hover:visited{
color: #908789;
border-left: 6px solid #7A5E5E;
border-right: 9px solid: url("http://up4u.free.fr/images/a9lrvy3g2ue29meoa75.png");
}

a {font-variant: small-caps;}
a.button1, a.button2, button.button2, input.button1, input.button2 {
background: darkgreen !important;
}

If you can help me hide the button I would be really happy , I wanna hide Calendar and memberlist and etc. because
i think its really useless for my forum and I wanna put mine buttons

ty again
alex


Last edited by AngelLove2 on March 17th 2012, 23:33; edited 1 time in total
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by Guest March 17th 2012, 20:54

Hi!

After all that codes add this:
Code:
a.mainmenu[href="/calendar"]{
display: none;
}

a.mainmenu[href="/memberlist"]{
display: none;
}
P.S. Calendar you can remove from Administration Panel => Modules => Calendar => Configuration.
avatar
Guest
Guest


Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 21:05

hi there i dont wanna hide only calendar and memberlist
i wanna hide all buttons and put mine
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by Guest March 17th 2012, 21:34

Hi!

You can do this from Administration Panel => Display => Templates => General => overall_header => Edit => {GENERATED_NAV_BAR}. Instead of this you can put:
Code:
<ul>
<li><a href="LINK">TEXT</a></li>
<li><a href="LINK">TEXT</a></li>
<li><a href="LINK">TEXT</a></li>
<li><a href="LINK">TEXT</a></li>
<li><a href="LINK">TEXT</a></li>
<li><a href="LINK">TEXT</a></li>
</ul>

Or, Administration Panel => Display => Homepage => Headers & Navigation => Nav links => Add a customized menu.
Then, you can hide all actually links you have. For this, add to CSS Stylesheet:
Code:
a.mainmenu{
display: none !important;
}
avatar
Guest
Guest


Back to top Go down

Completed Re: Navbar buttons

Post by SLGray March 17th 2012, 21:34

Did you also check the Hide boxes for the buttons you want to hide?


Navbar buttons 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 21:56

Coddy ty a lot your first solutions made buttons Called
TEXT
TEXT
TEXT
TEXT and it actually didnt work.
but that one:
a.mainmenu{
display: none !important;
}

done it job well
and slg i already press hide boxes for the buttons it didnt work
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by Guest March 17th 2012, 21:58

Yeah, this because you need to replace LINK by redirection link, and TEXT by text menu name.
Anyway, now, what's the problem? Smile
avatar
Guest
Guest


Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 21:58

you didnt solve my problem

i said : i need to hide those buttons and put mine

now when i go to images to change the picture of a button from the hide
for example logout the image is not appearing
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by Guest March 17th 2012, 22:06

So, let's start again.

If you want to use the first method, via Templates, you need to replace TEXT by:
Code:
<img src="LINK_IMAGE" />
Replace LINK_IMAGE by link to image. Don't forget to publish template.
If you use and text, also images, replace that with:
Code:
<ul>
<li><a href="LINK"><img src="LINK_IMAGE" /> TEXT</a></li>
<li><a href="LINK"><img src="LINK_IMAGE" /> TEXT</a></li>
<li><a href="LINK"><img src="LINK_IMAGE" /> TEXT</a></li>
<li><a href="LINK"><img src="LINK_IMAGE" /> TEXT</a></li>
<li><a href="LINK"><img src="LINK_IMAGE" /> TEXT</a></li>
<li><a href="LINK"><img src="LINK_IMAGE" /> TEXT</a></li>
</ul>

Or, if you'll use second method, add to CSS Stylesheet:
Code:
a.mainmenu[href="/"]{
display: none !important;
}

a.mainmenu[href="/portal"]{
display: none !important;
}

a.mainmenu[href="/portal"]{
display: none !important;
}

a.mainmenu[href="/calendar"]{
display: none !important;
}

a.mainmenu[href="/faq"]{
display: none !important;
}

a.mainmenu[href="/memberlist"]{
display: none !important;
}

a.mainmenu[href="/groups"]{
display: none !important;
}

a.mainmenu[href="/gallery"]{
display: none !important;
}

a.mainmenu[href="/search"]{
display: none !important;
}

a.mainmenu[href="/profile?mode=editprofile"]{
display: none !important;
}

a.mainmenu[href="/privmsg?folder=inbox"]{
display: none !important;
}

a.mainmenu[href="/groups"]{
display: none !important;
}
Then create customized menus.

Be careful in editing codes. Wink
avatar
Guest
Guest


Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 22:08

no sorry that doesnt work either

ill send u an image in 1 minute to show u what happends
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 22:19

sorry for duble post again:

check that
https://i.servimg.com/u/f43/17/33/06/76/new_bi10.jpg
Navbar buttons New_bi10
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by SLGray March 17th 2012, 23:20

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.





Navbar buttons 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 23:25

problem is related to my problem XD
if i have to type something related to my question issue i will have to write 10-20 lines or you can tell me to write it

sorry for double post but i am in a hurry
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Completed Re: Navbar buttons

Post by Guest March 17th 2012, 23:32

He said to something related to your problem. So, the topic title should be descriptive. Like: Navbar buttons. Wink
avatar
Guest
Guest


Back to top Go down

Completed Re: Navbar buttons

Post by AngelLove2 March 17th 2012, 23:33

okay done btw can you help me?
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Back to top

- Similar topics

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