inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 20:58:47 GMT -8
If you are like me, and you hate having to navigate away from the forum when needing to make some admin edits. This modification will make the Admin menu button open in a new tab. Yes, you could just right click, but is for those don't want to do that every time. lol
Go to Admin Home > Themes > Layout Templates > Forum Wrapper
Find this line. On(or around) line 26.
<a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]" accesskey="$[navigation.menu.accesskey]">
Add this to it right after the {/if}
{if $[navigation.menu.name] == "Admin"}target="_blank"{/if}
So now it should look like this.
<a{if $[navigation.menu.active]} class="state-active"{/if} {if $[navigation.menu.name] == "Admin"}target="_blank"{/if} href="$[navigation.menu.href]" accesskey="$[navigation.menu.accesskey]">
Note: If you changed the text that shows for your admin button then you will need to replace "Admin" with whatever you put.
Hope this helps!
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 27, 2012 3:50:34 GMT -8
Works for me, I'll add it to the Index =]
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Dec 7, 2012 5:42:02 GMT -8
Hello shortyverrett94... Now this is nice!
|
|
inherit
123501
0
Aug 9, 2021 15:26:46 GMT -8
Mands
❤ GABRIEL LUNA ❤
1,312
April 2008
queenkitty
|
Post by Mands on Jan 8, 2013 20:23:23 GMT -8
Love this Shorty, it was annoying me, thank you so much!
|
|
inherit
163479
0
Mar 15, 2017 21:39:06 GMT -8
Little Devil
413
February 2011
riverinajack
|
Post by Little Devil on Jan 19, 2013 18:47:41 GMT -8
I couldn't get it to work first off and couldn't get into my admin to fixed it up
but after fooling around a bit I got into the admin and fixed it all up
don't worry I fix it all up I didn't have a space between {/if} and {if}
and it works great
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 19, 2013 19:07:55 GMT -8
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 24, 2013 3:34:51 GMT -8
|
|
inherit
23098
0
Sept 8, 2024 12:39:09 GMT -8
✶April✶
♪ Never let your fear decide your fate.
1,109
April 2004
babygurl83
|
Post by ✶April✶ on Mar 6, 2015 18:18:38 GMT -8
Great little mod, I like having the admin panel open in a separate tab also.
Thanks!
|
|
Jareth
New Member
??????????? ??????????
Posts: 95
inherit
219012
0
Apr 12, 2016 6:31:08 GMT -8
Jareth
??????????? ??????????
95
February 2015
inykoluki9i
|
Post by Jareth on Mar 15, 2015 15:10:51 GMT -8
very nice
|
|
inherit
222144
0
Apr 26, 2016 9:01:28 GMT -8
NatAni
43
June 2015
natani
|
Post by NatAni on Jan 2, 2016 9:24:00 GMT -8
Thank you for this code - makes things so much easier
|
|