inherit
149824
0
Aug 30, 2018 11:36:44 GMT -8
kristabelle89
193
December 2009
kristabelle89
|
Post by kristabelle89 on Jul 2, 2014 13:31:24 GMT -8
I KNOW there used to be a code in the Main Footer to remove the subboards from being shown, and right now my default skin shows no subboards, but with the new skin it does. I don't want them showing (it's messing up the board balance); can anyone help?
Thanks!
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jul 2, 2014 13:35:06 GMT -8
Go to Admin > Structure > Layout Templates > Board > Board List and remove this part:
{if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if}
|
|
inherit
149824
0
Aug 30, 2018 11:36:44 GMT -8
kristabelle89
193
December 2009
kristabelle89
|
Post by kristabelle89 on Jul 2, 2014 13:39:16 GMT -8
Brilliant! Thank you so much
|
|