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.

how to remove navigation text bars in phpbb3

2 posters

Go down

how to remove navigation text bars in phpbb3 Empty how to remove navigation text bars in phpbb3

Post by Nitsuga-Leex May 11th 2014, 11:39 pm

can someone teach me how to remove my navigation text bars Sad
this is my nav bar i want to remove those in arrow...
& i dont want to remove that search & log out/Log in & register
how to remove navigation text bars in phpbb3 How_to10



then add navigation bars like this
how to remove navigation text bars in phpbb3 How_to11

that navigation bar in the side is clickable & it has a sliding effect....

please can someone tell me how to ?  Sad
Nitsuga-Leex
Nitsuga-Leex
Forumember

Male Posts : 79
Reputation : 2
Language : English,Filipino

http://riseofthefallen.forumclan.com

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Pizza Boi May 12th 2014, 10:22 am

Hi Very Happy

Hmm... the sliding effect would either require CSS or Javascript so you can just search that effect here: http://w3schools.com/

Another thing, for hiding the one in pointed red arrows, you can do something like this:

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

You should change /index to the links those navigation bar buttons are leading too and then add them all manually.

And then, for the left side navigation bar, I suggest creating them in a widget and placing them on the left side, if you do not want any details and just let the widget show, you can probably do something like this:

Code:
#left {
  width: 0px;
}

^ Not sure if that will entirely work.

Anyway, if ever, can you please provide us the link to your forum and your version?

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Nitsuga-Leex May 12th 2014, 1:49 pm

Pizza Boi wrote:Hi Very Happy

Hmm... the sliding effect would either require CSS or Javascript so you can just search that effect here: http://w3schools.com/

Another thing, for hiding the one in pointed red arrows, you can do something like this:

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

You should change /index to the links those navigation bar buttons are leading too and then add them all manually.

And then, for the left side navigation bar, I suggest creating them in a widget and placing them on the left side, if you do not want any details and just let the widget show, you can probably do something like this:

Code:
#left {
  width: 0px;
}

^ Not sure if that will entirely work.

Anyway, if ever, can you please provide us the link to your forum and your version?

Regards,
Pizza Boi
sir could you put the all code on how to remove text bars.. home,faq,calendar,memberlist,profile,message& new message,groups

thats all i want to remove it..

& my forum version is : Phpbb3
& link to my forum : http://riseofthefallen.forumclan.com/


Last edited by Nitsuga-Leex on May 12th 2014, 1:51 pm; edited 1 time in total (Reason for editing : forgot the link)
Nitsuga-Leex
Nitsuga-Leex
Forumember

Male Posts : 79
Reputation : 2
Language : English,Filipino

http://riseofthefallen.forumclan.com

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Pizza Boi May 12th 2014, 2:39 pm

Hi Very Happy

Well, I can't view your forum as a guest completely so this will have to do, I suppose:

Code:
a[href="/"], a[href="/calendar"], a[href="/faq"], a[href="/search"], a[href="/memberlist"], a[href="/usergroups"], a[href="/privmsg?folder=inbox"] {
  display: none;
}

You know, I have a suggestion. Instead of just making them disappear, why don't you just move them?

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Nitsuga-Leex May 12th 2014, 2:50 pm

Pizza Boi wrote:Hi Very Happy

Well, I can't view your forum as a guest completely so this will have to do, I suppose:

Code:
a[href="/"], a[href="/calendar"], a[href="/faq"], a[href="/search"], a[href="/memberlist"], a[href="/usergroups"], a[href="/privmsg?folder=inbox"] {
  display: none;
}

You know, I have a suggestion. Instead of just making them disappear, why don't you just move them?

Regards,
Pizza Boi
sir it works & how to add those navigation bars with sliding effect ? i want to add one of mine Sad
Nitsuga-Leex
Nitsuga-Leex
Forumember

Male Posts : 79
Reputation : 2
Language : English,Filipino

http://riseofthefallen.forumclan.com

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Pizza Boi May 12th 2014, 3:04 pm

Hi Very Happy

You should check out the link I gave you. Find the 'Animate' portion with CSS3. You should choose which one you like so we can incorporate it in sliding.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Nitsuga-Leex May 12th 2014, 3:28 pm

Pizza Boi wrote:Hi Very Happy

You should check out the link I gave you. Find the 'Animate' portion with CSS3. You should choose which one you like so we can incorporate it in sliding.

Regards,
Pizza Boi
i think this is the solution https://help.forumotion.com/t122613-how-to-put-this-and-how-to-remove

tell me if that is the solution
 i need that for phpbb3


Problem:

Code:
a[href="/"], a[href="/calendar"], a[href="/faq"], a[href="/search"], a[href="/memberlist"], a[href="/usergroups"], a[href="/privmsg?folder=inbox"] {[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
  display: none;[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
}

sir this code is works !!
but if i put it in css  the banner will be gone!!

even i upload many times it will not shown how to fix this?
Nitsuga-Leex
Nitsuga-Leex
Forumember

Male Posts : 79
Reputation : 2
Language : English,Filipino

http://riseofthefallen.forumclan.com

Back to top Go down

how to remove navigation text bars in phpbb3 Empty Re: how to remove navigation text bars in phpbb3

Post by Pizza Boi May 12th 2014, 10:41 pm

Hi Very Happy

Oh crap o.O" I forgot to write mainmenu lol, sorry about that, also, you can't use BBC codes in the CSS:

Code:
a.mainmenu[href="/"], a.mainmenu[href="/calendar"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/memberlist"], a.mainmenu[href="/usergroups"], a.mainmenu[href="/privmsg?folder=inbox"]  {
  display: none;
}

And yeah, the link is viable Smile .

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Back to top

- Similar topics

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