inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Dec 4, 2012 14:01:16 GMT -8
Go to Structure > Layout templates > Forum wrapper and find this piece of code for the nav tree (and the Participated button) around line 49-53: $[participated_threads_link]
<div id="navigation-tree"> $[navigation.tree] </div> Then somewhere just below it should be the $[header] variable (for the ad and anything in your headers), move the nav tree code to be below this. This will also work for the banner/welcome table. Find all the opening <header> tag around line 15, highlight everything down to and including the closing around line 47 and cut/paste it to be below the $[header] variable. If you're using an existing plugin that does this, remove it (this method is more efficient). Original request
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 4, 2012 15:49:26 GMT -8
ive been waiting for this shrike, but i cant get it, i just keep losing the nav
could you show me what goes under what
i really want it just above the boards, is that possible in the wrapper
<!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"> <a id="logo" href="/">$[forum.title]</a> </h2> </div> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden">Skip Navigation</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]" accesskey="$[navigation.menu.accesskey]"> $[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" style="padding-right:14px;"> <i>{if !$[current_user.is_member]}</i> <i>Welcome Guest Please</i> $[login_link] <i>Or</i> $[register_link] {else} <span><i>Welcome</i> $[current_user.name]</span> $[logout_link] {/if} </p> </div> </header> $[participated_threads_link]
<div id="navigation-tree"> $[navigation.tree] </div>
$[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] $[shoutbox] </div> </div> $[footer] {if $[is_mobile_browser]} <br /><p class="center">Switch To The $[mobile_switch_link]</p> {/if} </body> </html>
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Dec 4, 2012 16:12:16 GMT -8
ive been waiting for this shrike, but i cant get it, i just keep losing the nav could you show me what goes under what i really want it just above the boards, is that possible in the wrapper Looking at the code you posted, the navigation tree is from lines 47-51 (look at the code in my first post, that's what you should find there). Then just below that on line 54 is the $[header] variable—cut and paste the navigation tree code to come AFTER that but before the next line which should be this: <div id="content" role="main"> If that still doesn't show the navigation tree then I'll need a link to your betazone forum to see if I can find anything that might be causing that.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 4, 2012 16:32:47 GMT -8
its rite where i want it
i just was lost because i didnt know where the ad stuff was. i added one under the forums too, it doesnt drop down tho
thanks
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Dec 9, 2012 18:14:23 GMT -8
Works perfectly, cheers =)
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jan 5, 2013 2:20:48 GMT -8
Hi ShrikeThis is great but I've got a problem with the "Participated" button - it seems to floating a line higher than the rest of the nav tree. Here's my test forum so you can see Do you know what might be wrong? Here's my code Forum Wrapper code. Any help gratefully appreciated! Thanks
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jan 7, 2013 11:16:17 GMT -8
This does not appear to be working for me either. I have been trying to move it above, or even below, the news fader area on my forum since it keeps spanning the whole page (which also is conflicting with the sidebar plugin.)
I will post the quote from my thread:
Example:
$[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] $[shoutbox] </div> $[participated_threads_link] <div id="navigation-tree"> $[navigation.tree] </div> </div> $[footer] - If it is put anywhere after $header or before $footer it vanishes completely. - If put after $footer its at the bottom of the page. - If put after $header the ad banner still is below it and not above it.
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jan 9, 2013 2:02:40 GMT -8
Hi ShrikeI realised that you wouldn't see the participated button becuase it's only visible to registered users. I've attached a pic showing how it looks. If you have any idea what might be wrong (my code is posted earlier in this thread) I'd really appreciate it Hi pawl do you think this might be caused by me melding the columns that you helped me on previously? support.proboards.com/thread/432872/removing-boards-columns-home-page I just can't work it out and it's a real pity because the participated thing looks tons better lower down Thanks in advance for any help anyone can give Attachments:
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jan 13, 2013 4:38:49 GMT -8
For anyone interested, I couldn't sort out why the participated button was floating a line above the rest of the Nav tree so I did what Shrike mentioned in the first post and moved everything below the banner It looks pretty good (and avoids the plugin). It's also straightened out the problem with the floating participant button, although some code to display an email signup box I had in my Global Header is now above my banner which I'll try sort out now if I can (put it between the banner and Nav tree)
|
|
inherit
yllaciledehcysP citsatkranS
161169
0
Nov 28, 2013 18:47:45 GMT -8
moonbeam
I have NO IDEA what "psychedelic insultment" is, but I'm clearly a victim of it!
7,230
December 2010
lmccull
|
Post by moonbeam on Jan 20, 2013 9:18:14 GMT -8
I'm wondering if it's possible to add a second one right below the quick reply. I have one added below $[content] (line 66) and above $[shoutbox] (line 74), but I'd really like it between the quick reply and the Related Topics box.
|
|
Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Jan 20, 2013 10:10:08 GMT -8
I'm wondering if it's possible to add a second one right below the quick reply. I have one added below $[content] (line 66) and above $[shoutbox] (line 74), but I'd really like it between the quick reply and the Related Topics box. I put it below the quick reply - check out my board to see it.
|
|
inherit
yllaciledehcysP citsatkranS
161169
0
Nov 28, 2013 18:47:45 GMT -8
moonbeam
I have NO IDEA what "psychedelic insultment" is, but I'm clearly a victim of it!
7,230
December 2010
lmccull
|
Post by moonbeam on Jan 20, 2013 10:23:49 GMT -8
But where do I find that in the template area?
|
|
Ellie
New Member
Posts: 147
inherit
181818
0
Aug 21, 2020 11:49:14 GMT -8
Ellie
147
August 2012
elliearroway
|
Post by Ellie on Jan 20, 2013 10:56:27 GMT -8
But where do I find that in the template area? I added this to the very bottom of the thread template, just below the quick reply. It doesn't include the coding for the drop-down menus because I didn't think it was really necessary there, but you could probably put that in too. Eta: apparently I can't copy/paste it on my ipad, but I just included the navigation div
|
|
inherit
yllaciledehcysP citsatkranS
161169
0
Nov 28, 2013 18:47:45 GMT -8
moonbeam
I have NO IDEA what "psychedelic insultment" is, but I'm clearly a victim of it!
7,230
December 2010
lmccull
|
Post by moonbeam on Jan 20, 2013 11:12:04 GMT -8
Thanks, Ellie. I will give that a try. I'd been kind of poking around but guess I'm not looking in the right places.
|
|
inherit
yllaciledehcysP citsatkranS
161169
0
Nov 28, 2013 18:47:45 GMT -8
moonbeam
I have NO IDEA what "psychedelic insultment" is, but I'm clearly a victim of it!
7,230
December 2010
lmccull
|
Post by moonbeam on Jan 23, 2013 17:05:10 GMT -8
So, I was able to get a nav tree under quick reply. But now I'm wondering how I can get it to pop up the menu like the top one does. I'm not sure exactly what lines in the wrapper go with it.
|
|