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.

Moving the Second Nav bar.

2 posters

Go down

Moving the Second Nav bar. Empty Moving the Second Nav bar.

Post by blindbat1457 Wed 18 Aug - 8:12

I just read the tutorial on creating more than one navigation bar and I like it just want to move it down..

http://www.pwpclan.org/forum.htm

I want to move the bar that has the "Quake III: Arena | Quake Live | Modern Warfare 2" down below the

Your last visit was on Tue Aug 17, 2010 6:57 pmView posts since last visit
Current date/time is Tue Aug 17, 2010 10:09 pm View your posts
*pWp*CL@n*View unanswered posts
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by blindbat1457 Thu 19 Aug - 8:10

bump
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by blindbat1457 Fri 20 Aug - 15:51

bump
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by Darren1 Fri 20 Aug - 15:58

Hi,

Have you edited the second Nav bar into all pages, or specifically the index page, also Placehold uses CSS, did you use CSS or Template editions?

This would be possible via template editions

EDIT: If I geta chance tomorrow morning, Ill pop in see what I can do, but hopefully, I should have the code for you within 24 hours. If I don't, I can only blame work & an election Moving the Second Nav bar. Icon_razz
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by blindbat1457 Fri 20 Aug - 23:26

blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by Darren1 Sat 21 Aug - 3:17

Damn Craig and his CSS Moving the Second Nav bar. Redface

I'd rather propose a template version which contains NO restrictions, however, I'll try and do it via CSS.

Does your forum have any custom CSS in the css block?
If not, I'd suggest to use templates Cool
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by blindbat1457 Sat 21 Aug - 7:28

Darren1 wrote:Damn Craig and his CSS Moving the Second Nav bar. Redface

I'd rather propose a template version which contains NO restrictions, however, I'll try and do it via CSS.

Does your forum have any custom CSS in the css block?
If not, I'd suggest to use templates Cool

Code:
body {
  background-image:URL('http://i31.servimg.com/u/f31/11/61/43/96/backgr14.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-repeat:no-repeat;
  }

/*--------------------Vote Bar--------------------*/
.vote {
  float: right;
  width: 23px;
  margin-left: 4px;
  padding-right: 6px;
  }

/*--------------------Description List--------------------*/
ul.a {
  list-style-type:circle;
  }
hr {
  background-color:#333;
  height: 2px;
  }

/*--------------------Forum Row Colors--------------------*/
td.row1,td.row2,td.row3 {
  background-color:#101010 !important;
  }


/*--------------------Category Title--------------------*/
th.secondarytitle h2 {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  text-shadow: 0px 0px 8px #ffffff; height: 50px;
  font-weight:lighter !important;
  }

/*--------------------Topics, Post & Last Post--------------------*/
table.forumline th {
  border-left-width:0;
  color:#ffffff;
  font-family:Arial,Helvetica,sans-serif,Verdana;
  font-weight:lighter !important;
  font-size:10px;
  line-height:1em;
  margin:2px 0 4px;
  padding-bottom:2px;
  padding-top:2px;
  text-transform:uppercase;
  }


/*--------------------Links--------------------*/
a:link,a:visited {
  text-decoration:none !important;
  outline: none !important;
  }
span.forumlink a:hover {
  color:#ffffff !important;
  text-shadow: 0px 0px 8px #ffffff; height: 50px !important;
  text-decoration:none !important;
  outline: none !important;
  }
div.topictitle a:hover{
  color:#ffffff !important;
  text-shadow: 0px 0px 8px #ffffff; height: 50px !important;
  text-decoration:none !important;
  outline: none !important;
  }

a:active {
  color:#ffffff !important;
  text-decoration:none !important;
  outline: none !important;
  }


/*--------------------Navigation Bar--------------------*/
a.mainmenu {
  position:relative; top: -20px;
  }
.gen a.mainmenu {
  position:relative;
  top: 0px;
  }

.second_nav {
  padding: 0 0 0 0;
  background-image: url('');
  border-color: transparent;
  width:98%;
  }

/*--------------------Profile Colors--------------------*/
h1.page-title {
  font-size:14px;
  padding:4px;
  }
th.thhead a:link {
  color:#666633 !important;
  }
input.mainoption,input.liteoption {
  background-color:#000000;
  }


/*--------------------Quote Colors--------------------*/
td.quote {
  background-image:URL('http://i30.servimg.com/u/f30/15/50/66/30/quote13.png');
  background-repeat:no-repeat;
  background-color:#333333 !important;
  border: 1px solid black !important;
  padding: 5px;
  color:#ffffff !important;
  }

All the custom CSS I have
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by Darren1 Sat 21 Aug - 7:38

hmm, right.
Well, I don't know the CSS code for the date/time stamp so I can only really aid you if your willing to do it via the templates. Sorry.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by blindbat1457 Sat 21 Aug - 7:46

Of course. I am confused lol. I can do it via templates.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by Darren1 Sat 21 Aug - 8:26

Basically, the way you did it via the CSS was alot more complex than what it needs to be, especually if your on PunBB/PHPBB2.

Before we go into this any further, I just want to clarify that you know that the date/time doesn't show on any pages but the index.

I notice you only want it on the index page any-ways haha.
Edit the template index_box, you should immediately see the code
<!-- END switch_user_logged_in -->

Below this add this, and alter it to your desire
Code:
<a href="http://www.pwpclan.org/forum.htm#q3">Quake Areana</a>|<a href="http://www.pwpclan.org/forum.htm#ql"> Quake Live</a>| <a href="http://www.pwpclan.org/forum.htm#mw2">**One of my fav games** Modern Warfare 2</a>
That should put it were you currently have it Smile


Sorry about the delay.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Moving the Second Nav bar. Empty Re: Moving the Second Nav bar.

Post by blindbat1457 Sat 21 Aug - 8:32

You play MW2 on xbox?
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Back to top

- Similar topics

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