ETTY
New Member
I like it when you call me Big Poppa
Posts: 23
inherit
mckevitt@ymail.com
198956
0
Aug 20, 2014 22:38:40 GMT -8
ETTY
I like it when you call me Big Poppa
23
August 2013
hashirama
|
Post by ETTY on Nov 30, 2013 12:56:09 GMT -8
Not sure if this is the correct place, but I've been looking around and the only codes I can find are from v4, is there any v5 codes that allow you to move your Menu (Home, Help, Search, Admin, Messages, etc) anywhere you want? Like say in your banner, or above the site.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Dec 1, 2013 6:53:37 GMT -8
I'm not sure if this concept will work for what you've mentioned, but yes you can move the navigation tree by going to your Forum Wrappers.
Admin > Structure > Layout Templates. Then click on your forum wrapper and find the following
<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]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}> $[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>
Then simply copy, delete and paste it where you want it to appear, again though I air caution here because i've not tried to apply the nav into the banner myself. But doing this has worked for my forums, where i've set the nav (topmost) above all other content. I hope this helped, and if anything should go wrong or look weird for you after you've moved your nav tree. Reset the wrappers to default and start over.
|
|