inherit
142356
0
May 25, 2024 3:54:39 GMT -8
Nemle
56
July 2009
nemle22
|
Post by Nemle on Jan 31, 2013 14:08:35 GMT -8
So, I am sandboxing with one of my sites and noticed that the Boards have all the sub boards contained inside. Any way I can get that to not show? I tried looking for something, but I don't think I'm looking in the right areas. Thanks in advance.
|
|
inherit
148278
0
Mar 7, 2021 3:27:53 GMT -8
thehotone
36
October 2009
thehotone
|
Post by thehotone on Feb 2, 2013 12:33:41 GMT -8
I could do with this too!
|
|
inherit
189516
0
Sept 28, 2019 6:41:12 GMT -8
peejayhutt
31
February 2013
peejayhutt
|
Post by peejayhutt on Feb 9, 2013 17:00:05 GMT -8
I would like this code as well.
|
|
Alexa Raven
inherit
-5199632
0
Nov 28, 2024 1:02:47 GMT -8
Alexa Raven
0
January 1970
GUEST
|
Post by Alexa Raven on Mar 3, 2013 20:58:12 GMT -8
same here
|
|
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 Mar 4, 2013 6:10:41 GMT -8
Nemle, thehotone, peejayhutt, apologies, do you just want the bit for sub-boards and their links that show below the Board Description, to be gone/removed? If so, do the following: Admin > Themes > Layout Templates > Board > Board List Now on approximately lines 26 - 31, you should see: {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma] {/foreach} </p> {/if} Replace the above with the below: <!--{if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma] {/foreach} </p> {/if} -->All you have done, is added those bits in red, which make code not work, without removing it from your templates. If this isn't what you wanted, could you explain a little better for me?
|
|
ATOG
inherit
-5200424
0
Nov 28, 2024 1:02:47 GMT -8
ATOG
0
January 1970
GUEST
|
Post by ATOG on Mar 4, 2013 11:13:57 GMT -8
I'm looking for something similar to this but to have them in a drop-down menu. The old code that use to work for previous versions of proboards, no longer works for v5.
|
|