inherit
123501
0
Aug 9, 2021 15:26:46 GMT -8
Mands
❤ GABRIEL LUNA ❤
1,312
April 2008
queenkitty
|
Post by Mands on Dec 30, 2015 19:29:44 GMT -8
I had this function on my old theme for my "admin" account, and I've switched to a new theme without transferring the code for that funky monkey. It's a lazy way to get the admin open on a new tab, but I know someone created it, and I can't for the life of me find the code anywhere in any of the lists. Could someone please point me in the right direction?! I can't even seem to locate it in my previous "admin" theme. LOL!
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Dec 30, 2015 20:36:50 GMT -8
Where the Nav begins in forum wrapper, select it and replace it (starting with the div) with this...
<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.name]=="Admin"} target="_blank" {/if} {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> </div>
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Dec 30, 2015 20:37:19 GMT -8
|
|
inherit
123501
0
Aug 9, 2021 15:26:46 GMT -8
Mands
❤ GABRIEL LUNA ❤
1,312
April 2008
queenkitty
|
Post by Mands on Dec 31, 2015 14:00:08 GMT -8
Thanks so much guys! Much appreciated! <3
|
|