inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 14, 2012 17:20:39 GMT -8
This template modification will place the Navigation bar above the banner "home, search, etc.. " How to install: Navigate to "Admin - Structure - Layout template - forum wrapper Locate the following line: <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]" accesskey="$[navigation.menu.accesskey]"> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> Cut that and paste it BEFORE the following line: <div id="banner-container" role="banner"> The navigation bar is now above your banner . If you have any questions feel free to comment
|
|
inherit
171382
0
Dec 27, 2016 2:51:20 GMT -8
LILITH
Thank you for being such a friend to me; oh I pray a friend for life.
189
September 2011
leilalouis
|
Post by LILITH on Nov 15, 2012 19:08:27 GMT -8
Is there a way to edit the navigation menu? Right now I have this gradient on mine that I hate quite a lot.
_________________________
EDIT!
I figured it out. c:
|
|
inherit
144301
0
Jun 10, 2021 18:29:00 GMT -8
Angelic Girl
757
August 2009
enchanted
|
Post by Angelic Girl on Dec 5, 2012 8:58:20 GMT -8
Thanks for this, used the same concept to move the "participated" bar and it worked. :3
|
|
inherit
255996
0
Aug 15, 2018 5:43:11 GMT -8
unicornism
Crazy On Board
11
August 2018
unicornism
|
Post by unicornism on Aug 7, 2018 19:10:53 GMT -8
This puts a nav bar above my banner, but it doesn't get rid of it from below my banner. Now I have two nav bars. One above and one below my banner. How do I fix this? Thanks!
|
|
inherit
268418
0
Sept 7, 2023 13:04:22 GMT -8
charleswright
8
September 2023
charleswright
|
Post by charleswright on Sept 5, 2023 2:31:42 GMT -8
Thank you, was very useful!
|
|