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 Navigation Bar...

Go down

Solved Moving the Navigation Bar...

Post by Liamsavrii November 18th 2010, 6:46 pm

Hi I would like to move my navigation bar to a different part of my site, let's say below the announcements scrolly thing.

I use PHPB2

So instead of this:
[Banner]
[Navigation Bar]
[Announcements]

I want this:
[Banner]
[Announcements]
[Navigation Bar]

Cheers!
Liamsavrii
Liamsavrii
New Member

Posts : 14
Reputation : 0
Language : English

http://www.21stMR.com

Back to top Go down

Solved Re: Moving the Navigation Bar...

Post by Guest November 18th 2010, 6:54 pm

Okay try this:
Go to ACP - Display - Templates - General - Overall_header: find this part and cut it :
Code:
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>

Paste it under:
Code:
<!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content"  class="jcarousel-skin-tango" style="display:none;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker -->

Save + Publish (:
avatar
Guest
Guest


Back to top Go down

Solved Re: Moving the Navigation Bar...

Post by Liamsavrii November 18th 2010, 7:01 pm

Yay! It works!

Thank you :O
Liamsavrii
Liamsavrii
New Member

Posts : 14
Reputation : 0
Language : English

http://www.21stMR.com

Back to top Go down

Solved Re: Moving the Navigation Bar...

Post by Guest November 18th 2010, 7:05 pm

Glad to help XD

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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