inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 24, 2013 7:52:13 GMT -8
This worked perfectly! Now, how do I put it below the News Feed?
|
|
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 Jan 24, 2013 9:35:27 GMT -8
This worked perfectly! Now, how do I put it below the News Feed? You won't be able to do this with a template mod because the nav tree and news feed aren't both in the same template. All this means is that we'll just need to resort to a little script. Put this in your global footers: <script type="text/javascript">$("document").ready(function(){ $("#navigation-tree").insertAfter("#news"); $("a.recent-threads-button").insertAfter("#news"); });</script>
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 24, 2013 9:49:43 GMT -8
*happy dance* Thank you Shrike!
|
|
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 24, 2013 9:53:05 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. do you have an answer for this question, too? If it can't be done, it's ok. I'm just curious. I've tried a number of different things and none are working.
|
|
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 Jan 24, 2013 10:02:09 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. do you have an answer for this question, too? If it can't be done, it's ok. I'm just curious. I've tried a number of different things and none are working.Sorry about that Moonbeam, I didn't see it over the page break. I don't think that'd be possible because the nav tree itself is actually very complicated and has its own small script to make the sub-menus pop up that relies on positioning them in a specific place. Someone more skilled may be able to do it, or should at least be able to confirm if it would be possible.
|
|
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 24, 2013 10:07:06 GMT -8
I had a feeling that was the case. I tried copying what I thought might be the correct stuff to the quick reply area but all I succeeded in doing was adding a second nav menu combined with another nav tree, lol. Oh well. This is still good either way.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Mar 20, 2013 15:05:37 GMT -8
This worked perfectly! Now, how do I put it below the News Feed? You won't be able to do this with a template mod because the nav tree and news feed aren't both in the same template. All this means is that we'll just need to resort to a little script. Put this in your global footers: <script type="text/javascript">$("document").ready(function(){ $("#navigation-tree").insertAfter("#news"); $("a.recent-threads-button").insertAfter("#news"); });</script> I'm so glad I was directed here. I need this script as well!
|
|
inherit
204792
0
Jan 29, 2014 11:30:47 GMT -8
thedutchman
1
January 2014
thedutchman
|
Post by thedutchman on Jan 29, 2014 11:07:03 GMT -8
I'm kinda a noob, where do I find the global footers to add the nav bar to the bottom?
|
|
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 29, 2014 11:18:38 GMT -8
Admin > Structure > Headers and Footers.
|
|