inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Oct 2, 2013 10:33:25 GMT -8
I love this but it made my Nav Tree go above my welcome/updates which is in my Main Header. I've tried moving my Nav Tree code around in the Forum Wrapper but it didn't work. I want it to be right above my Plot table that says "Plot Events." Thank you! novamterram.boards.net/
|
|
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 Oct 10, 2013 4:31:39 GMT -8
|
|
inherit
200382
0
Oct 26, 2013 12:42:23 GMT -8
abouthsu
40
September 2013
abouthsu
|
Post by abouthsu on Oct 18, 2013 20:50:18 GMT -8
Sorry, but how do I go about manually upload or install a plugin?
|
|
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 Oct 19, 2013 0:55:19 GMT -8
|
|
inherit
184664
0
Jun 17, 2019 10:48:46 GMT -8
ladybythelake
24
October 2012
ladybythelake
|
Post by ladybythelake on Dec 10, 2013 4:04:19 GMT -8
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Dec 10, 2013 16:45:04 GMT -8
I have a good plug in. 1.0.1 which works. The only thing it is on my computer so if you want it installed on your forum let me know and I can do it for you, free of charge lol. If anyone knows how I can put it up here let me know I will do it.
|
|
inherit
184664
0
Jun 17, 2019 10:48:46 GMT -8
ladybythelake
24
October 2012
ladybythelake
|
Post by ladybythelake on Dec 10, 2013 20:01:16 GMT -8
I have a good plug in. 1.0.1 which works. The only thing it is on my computer so if you want it installed on your forum let me know and I can do it for you, free of charge lol. If anyone knows how I can put it up here let me know I will do it. Speed33Yes, and thank you so much for fixing that for me! The volunteer members here are so wonderful! I'm truly grateful for your help!
|
|
inherit
40253
0
Mar 20, 2022 10:27:08 GMT -8
sharon
1,429
April 2005
sharon
|
Post by sharon on Dec 18, 2013 15:41:02 GMT -8
AWESOME - this plugin is flawless. Thank you!
|
|
wing
New Member
Owner Keeping it Simple
Posts: 167
inherit
186010
0
Feb 26, 2014 23:45:56 GMT -8
wing
Owner Keeping it Simple
167
November 2012
criss
|
Post by wing on Jan 16, 2014 0:59:07 GMT -8
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 16, 2014 6:58:49 GMT -8
wingWhat browser are you using? I can't duplicate this issue, but I know people have report it working and not working, and when I look at your forum as a guest, it works fine. The code needs updating (double ready function, I coded it when half asleep lol), but in it's state right now, it still works for me. Can you logout and see as a guest? I've updated the code anyway, but there isn't really a difference, just sorted out the funny code
|
|
wing
New Member
Owner Keeping it Simple
Posts: 167
inherit
186010
0
Feb 26, 2014 23:45:56 GMT -8
wing
Owner Keeping it Simple
167
November 2012
criss
|
Post by wing on Jan 16, 2014 7:48:51 GMT -8
Thanks Peter I did find it after reading on further,
Thanks for coming back to me.
Wing
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Jan 17, 2014 19:43:21 GMT -8
Is the prob sorted wing? If not let me know
|
|
wing
New Member
Owner Keeping it Simple
Posts: 167
inherit
186010
0
Feb 26, 2014 23:45:56 GMT -8
wing
Owner Keeping it Simple
167
November 2012
criss
|
Post by wing on Jan 18, 2014 3:23:15 GMT -8
Hi Speed,
Yes it is, many thanks.
|
|
inherit
241839
0
Oct 22, 2020 15:26:22 GMT -8
wiscwhip
11
February 2017
wiscwhip
|
Post by wiscwhip on Feb 9, 2017 8:44:09 GMT -8
I installed this on our board and I now have a double Nav Bar at the top of the page instead of one at the top and one at the bottom. Here is a snip of the board........ Turned out a little small, but you can see them together in the photo. Below is the full Forum Wrapper code I think is in question? <!DOCTYPE HTML> $[tag.html.open] <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head> <body> {if $[maintenance_mode]} <div class="maintenance-header"> {if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if} </div> {/if} <div id="wrapper"> <header> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a> <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> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. {if $[login_link] || $[register_link]} Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link]. {/if} {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> </header> $[participated_threads_link] {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} $[header] <div id="content" role="main"> {if $[notice]} <div class="container"> <div class="title-bar"><h2>$[notice.title]</h2></div> <div class="content pad-all cap-bottom"> $[notice.message] </div> </div> {/if} $[content] $[participated_threads_link] {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} $[shoutbox] </div> $[footer] </div> {if $[is_mobile_browser]} <br /><p class="center">Switch to the $[mobile_switch_link].</p> {/if} </body> </html>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 9, 2017 14:42:04 GMT -8
wiscwhip, Yeah, doesn't support duplicate nav elements. Ditch the plugin and try adding this to your global header instead. <script>
$(function(){
var ad = $("#top-ad-banner"); var elements = $("#wrapper header, #wrapper a.recent-threads-button:first, #wrapper #navigation-tree:first");
if(ad.length && elements.length){ elements.insertAfter(ad); } });
</script> Basically the same code as what is in the plugin, but attempts to get only the first of it's kind.
|
|