#e61919
Support Staff
224482
0
Member is Online
1
Nov 21, 2024 17:30:55 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,508
August 2015
socalso
|
Post by Scott on Feb 25, 2019 12:20:02 GMT -8
SafeInSanity , Ok so you currently have this in your Board layout template: {if $[board.sub_board_list]} <div class="container boards"> {if $[board.id] == 99} <div class="title-bar"><h2>TVFO Fan Pages</h2></div> {else} <div class="title-bar"><h2>Sub-Boards</h2></div> {/if} <div class="content cap-bottom"> $[board.sub_board_list] </div> </div> {/if} You can edit it to match this (below) or just replace the whole thing with this: {if $[board.sub_board_list]} <div class="container boards"> {if $[board.id] == 99} <div class="title-bar"><h2>TVFO Fan Pages</h2></div> {elseif $[board.id] == 91} <div class="title-bar"><h2>NEW TEXT</h2></div> {else} <div class="title-bar"><h2>Sub-Boards</h2></div> {/if} <div class="content cap-bottom"> $[board.sub_board_list] </div> </div> {/if} Then change out the NEW TEXT with your desired text. Save changes.
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Feb 25, 2019 18:04:35 GMT -8
Very cool. Thanks again Scott
|
|