Post by Former Member on Jan 11, 2019 0:02:02 GMT -8
lorsynth.boards.net/
Working on my first board remodel and for some reason any other board in the cat besides the first seems to kill itself. Am I missing a closing <if> or something? Yikes. <3
Working on my first board remodel and for some reason any other board in the cat besides the first seems to kill itself. Am I missing a closing <if> or something? Yikes. <3
<table class="list" role="grid">
<tbody>
{foreach $[board]}
{if !$[board.is_redirect]}
<tr id="$[board.content_id]" class="$[board.content_class]">
<td> <div class="locationcontainerf">
<img src="//storage.proboards.com/7017659/images/dfcdfkstDkmibEBicwQz.png" alt="Avatar" class="locationimagef">
<div class="locationoverlayf">
ttt
</div></td>
<td><div style="width:830px;height:30px;overflow:auto;background-color:#522C39; padding: 4px">{if $[board.num_mods]}
Moderator{if $[board.num_mods] != 1}s{/if}:
{foreach $[board.moderator_group]}$[board.moderator_group.comma_before] $[board.moderator_group]{/foreach}{if $[board.moderator]}{if $[board.moderator_group]}, {/if}{/if}
{foreach $[board.moderator]}$[board.moderator]$[board.moderator.comma] {/foreach}
</div>
<table>
<tbody>
<tr>
<td>
<div style="width:160px;height:25px;overflow:auto;background-color:#522C39; padding: 4px">{if $[board.posts] > 0}
$[board.last_thread]}
$[board.last_thread.recent_link]{/if} {else}
No posts have been made on this board.
{/if}</div><br>
<div style="width:160px;height:25px;overflow:auto;background-color:#522C39; padding: 4px">by $[board.last_thread.last_post.created_by]</div><br>
<div style="width:160px;height:25px;overflow:auto;background-color:#522C39; padding: 4px">$[board.last_thread.last_post.created_on]</div><br>
</td>
<td><div style="width:360px;height:100px;overflow:auto;background-color:#522C39; padding: 4px">$[board.description]</div></td>
<td> <div style="width:90px;height:60px;overflow:auto;background-color:#522C39; padding: 4px">{if $[board.threads] == -1}N/A{else}$[board.threads]{/if}</div><br>
<div style="width:90px;height:60px;overflow:auto;background-color:#522C39; padding: 4px">{if $[board.posts] == -1}N/A{else}$[board.posts]{/if}</div></td>
</tr>
</tbody>
</table><div style="width:590px;height:30px;overflow:auto;background-color:#522C39; padding: 4px">{if $[board.sub_board]}
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}{/if}
</div></td>
</tr>
</tbody>
{/if}
</table>