inherit
xxashleydesiree-93xx@hotmail.com
200134
0
Dec 6, 2013 6:50:59 GMT -8
ashleyxd
1
September 2013
ashleyxd
|
Post by ashleyxd on Sept 17, 2013 8:48:33 GMT -8
Hello there, I was wondering if their was anyway to change the word 'sub-board' into another word that would make ones site more personalized ?
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 Sept 20, 2013 2:32:56 GMT -8
Hello there, I was wondering if their was anyway to change the word ' sub-board' into another word that would make ones site more personalized ? Thanks Admin > Themes > Layout Templates > Board > Board List On a new default theme, find line 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]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if} If you don't use a word that requires an 's' on it for when you have more than one, for example currently it displays as: Sub-board: Sub001 Sub-board s: Sub001, Sub002 So, when you have multiple, it adds the 's' (in blue). You will need to remove the part in red, if your word doesn't require that 's'. If you're unsure, say what word you'll be using to replace "sub-board" and I will happily tell you if it needs removing or not.
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 24, 2024 12:04:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 29, 2013 9:37:49 GMT -8
Hello there, I was wondering if their was anyway to change the word ' sub-board' into another word that would make ones site more personalized ? Thanks Admin > Themes > Layout Templates > Board > Board List On a new default theme, find line 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]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if} If you don't use a word that requires an 's' on it for when you have more than one, for example currently it displays as: Sub-board: Sub001 Sub-board s: Sub001, Sub002 So, when you have multiple, it adds the 's' (in blue). You will need to remove the part in red, if your word doesn't require that 's'. If you're unsure, say what word you'll be using to replace "sub-board" and I will happily tell you if it needs removing or not.
|
|
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 Sept 29, 2013 9:41:03 GMT -8
So you want to remove the whole: Sub-boards: Link 1, Link 2 If so, go to the same place as above, and where you see: {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} Add <!-- to the start, and --> to the end. This comments the coding out, so it should now look like: <!--{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
155569
0
Nov 19, 2014 18:26:55 GMT -8
Himms
Chasing and Blaming Silver Penguins.......
352
June 2010
himms
|
Post by Himms on Oct 15, 2013 16:05:33 GMT -8
I know I'm butting in, yet I have a question on the related topic. Alternating the sub-board name.
What do I do if I like to place in different names for sub board in different categories?
|
|