inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Jan 30, 2013 12:38:53 GMT -8
This is a custom link added to our navigation menu on our forum. We have no problem opening all others within the forum (on the same browser window) but it would be nice when our Home Page is clicked to open in a new browser window. This way they are not taken away from the forum but just a new window. All help is greatly appreciated.
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 1, 2013 7:49:57 GMT -8
*burp* BTW, AYC-Home is not the index page of the forum but our main web site.
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 4, 2013 19:38:23 GMT -8
Anyone? Anything?
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 8, 2013 20:37:21 GMT -8
Bump #3
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 12, 2013 21:35:31 GMT -8
Ryan Roos said that I could probably get help with this here. Was he wrong?
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 15, 2013 13:17:31 GMT -8
Bump
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 16, 2013 4:11:08 GMT -8
Hi Greg Yes, I do this on my menu for a couple items. If you look on the Template Modifications Index (32) you'll see an item listed for Make Admin Menu Button Open A New Tab. After you modify the template by adding in {if $[navigation.menu.name] == "Admin"}target="_blank"{/if}the final code looks like this, the maroon text being the added section: <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]">All I did was insert another instance of the {if $[navigation.menu.name] == "Admin"}target="_blank"{/if}but change the name from Admin (the menu item name) to Support (the other menu item name), so my line now looks like this: <a{if $[navigation.menu.active]} class="state-active"{/if} {if $[navigation.menu.name] == "Admin"}target="_blank"{/if} {if $[navigation.menu.name] == "Support"}target="_blank"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}>You can keep adding as many menu items as you want in this manner, but the name that's in the " " MUST be exactly as you have name it on the menu. Cheers
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 16, 2013 6:21:47 GMT -8
Thank you so very much DeltaDart for pointing me in the right direction and thanks to Shorty for the article. Shorty has been helpful to me and so many since v5 has turned out. THANKS AGAIN!
|
|