inherit
222542
0
Jan 10, 2022 11:37:33 GMT -8
everythingaquatic
33
June 2015
everythingaquatic
|
Post by everythingaquatic on Sept 22, 2015 13:51:40 GMT -8
It would be really handy to have a footer on every page similar to the default page header. Right now, if you want to navigate the forum you have to scroll to the top of a page. If you're at the end of a very long thread, it's not user-friendly at all. This is what I'm talking about:
|
|
inherit
222542
0
Jan 10, 2022 11:37:33 GMT -8
everythingaquatic
33
June 2015
everythingaquatic
|
Post by everythingaquatic on Sept 24, 2015 9:16:18 GMT -8
Any ideas?
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Sept 25, 2015 5:05:40 GMT -8
You can probably copy the navigation tree variable from the top of your forum wrapper template to the bottom. Try this code:
{if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if}
Put it above $[footer] in your forum wrapper template. Remember to preview it to make sure it's what you want, where you want it.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Sept 25, 2015 15:07:24 GMT -8
You can probably copy the navigation tree variable from the top of your forum wrapper template to the bottom. Try this code: {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if}
Put it above $[footer] in your forum wrapper template. Remember to preview it to make sure it's what you want, where you want it. Actually, that won't work. It doesn't allow the drop down to work and I know there was a solution to that but I can't find it. Grrr.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Sept 25, 2015 15:40:21 GMT -8
You can probably copy the navigation tree variable from the top of your forum wrapper template to the bottom. Try this code: {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if}
Put it above $[footer] in your forum wrapper template. Remember to preview it to make sure it's what you want, where you want it. Actually, that won't work. It doesn't allow the drop down to work and I know there was a solution to that but I can't find it. Grrr. Oh rats! Good call, Tumbles! I completely forgot about that I've seen this problem before, too, AND seen the solution! Though I forget what it was. You know what? I'm gonna experiment Probably meet you back here! x
|
|
inherit
222542
0
Jan 10, 2022 11:37:33 GMT -8
everythingaquatic
33
June 2015
everythingaquatic
|
Post by everythingaquatic on Sept 28, 2015 6:51:17 GMT -8
Thanks for you input and attempts to help. MUCH appreciated!!
|
|