inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Nov 24, 2012 14:14:47 GMT -8
Saw this as a request but you can do more than just bold it if you want. You could add a custom class instead of the style part if you wanted, just replace what's between the {if} tags. Toadd to your board, go to Admin > Themes > Layout Templates > Board > Board list template. On line 17 (if you haven't edited it much), find this line: <span class="link"><a href="$[board.href]">$[board.display_name]</a></span><br /> And add the red: <span class="link"><a {if $[board.is_new]}style="font-weight: bold;"{/if}href="$[board.href]">$[board.display_name]</a></span><br />
|
|