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.

I Want links On My Nav bar (Help Me)

3 posters

Go down

I Want links On My Nav bar (Help Me) Empty I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 27th 2011, 3:07 am

So I Don't Want Buttons On My Nav Bar But How Can I Get Links Like Forumotion Does Like These

Home Portal FAQ Search memberlist User Groups Profile Messages Log Out

How Can I Get Those Links

(Please Help Me)

Forum Version - phpBB2
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 27th 2011, 3:17 am

They should automatically be there? o.O

If not go to Headers and Navigation and make sure the button saying: Only images in the Navigation bar... is turned off.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 27th 2011, 3:31 am

Ok I Did That And It Works But How Can I make It Bigger Like Forumotion Did
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 27th 2011, 3:49 am

Find the Navbar CSS ID or Class and make the font-size bigger.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 27th 2011, 3:52 am

is It This

Code:
*--- This part corresponds at the forum description ---*/
.forum-description {
margin: -12;
padding: 0 3px;
color: #000000;
width: 1000%;
border: 4px solid #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
font-size: 12px;
}
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 27th 2011, 3:57 am

No. link to your forum and Ill helkp.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 27th 2011, 4:01 am

There Is My Forum

http://badhaxer.com/forum
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 27th 2011, 1:30 pm

Your Nav bar is still images....
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 28th 2011, 12:53 am

yea but i no that but how can i make the links more bigger
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 28th 2011, 12:55 am

Well if your nav bar was links I'd be able to find the CSS.

Try and find a CSS code with the word NAV in it.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 28th 2011, 1:08 am

Nope I Don't have It In My Css Style Sheet
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 28th 2011, 1:12 am

Code:
a.mainmenu

Add a tag for:

Code:
font-size: ##px;
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Raze October 28th 2011, 1:30 am

I guessing you got the navbar tut from dion's site?
If so after
Code:
        <li>Hello Guest!</li>
        <li class="wksep">|</li>
        <li id="wktoggle">
You would put for example:
Code:
            <a href="forum">Forums</a>
        <li class="wksep">|</li>
        <li id="wktoggle">
            <a href="search">Search</a> 
        <li class="wksep">|</li>
        <li id="wktoggle">
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 28th 2011, 1:33 am

So Like This

a.mainmenu
font-size: ##px;

Like That
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 28th 2011, 1:39 am

No... in the CSS find:

Code:
a.mainmenu {

and in a line add:

Code:
font-size: NUMBERHERE px;

Example:

Code:
a.mainmenu {
font-size: 14px !important;}
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mr DarkHaxers2 October 28th 2011, 1:45 am

I Search It And It Say It Cant Find

a.mainmenu {
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

I Want links On My Nav bar (Help Me) Empty Re: I Want links On My Nav bar (Help Me)

Post by Mike October 28th 2011, 2:10 am

If you're on PHPBB2 you should find it in the CSS.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Back to top

- Similar topics

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