I reset all of the other templates together and only turned on the board remodel and it still wasn't working right. So I'm fairly sure the issue isn't with one of those or that would have solved the issue. Same with plugins, I turned all those off but the issue still stood. The code on its own works fine on the tester, unless it's a combination of plugins and templates together (I didn't reset all templates and turn off all plugins at the same time)
Edit: Turned reset all the templates, turned off all the plugins, cleared all the headers and footers, still an issue? Very confusing. Here's the remodel code just in case? Logic says that'd be the issue, I just don't understand why it works on the tester?
(Thank you for the help, I'm having no luck with this on my own.)
<table class="list" role="grid"> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td> <div style="width:950px;height:30px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center><font size="5"><a href="$[board.href]">$[board.display_name]</a></font></center> </div><div class="NavGaps">x</div> <table> <tbody> <tr class="spaceUnder"> <td> <div style="width:108px;height:108px;overflow:auto;padding:0px;border:2px solid #17181d;background-color:#393c4d;">$[board.last_thread.last_post.created_by.avatar]</div><div class="NavGaps">x</div><div style="width:100px;height:99px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;">$[board.icon]</div><div class="NavGaps">x</div></td> <td> <div style="width:696px;height:18px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;">{if $[board.posts] > 0} $[board.last_thread.recent_link]{/if} {else} No posts have been made on this board. {/if} by $[board.last_thread.last_post.created_by] $[board.last_thread.last_post.created_on]</div><div class="NavGaps">x</div> <div style="width:696px;height:145px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><div class="NavigatorContentAreas2">$[board.description] </div></div><div class="NavGaps">x</div> <div style="width:696px;height:18px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;">{if $[board.num_mods]} Moderator/s{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><div class="NavGaps">x</div> </td> <td> <table> <tbody> <tr> <td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #ffc24f;background-color:#262934;"><center><font size="5">☀</font></center></div><div class="NavGaps">x</div> </td> <td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>No Events</center></div><div class="NavGaps">x</div></td> </tr> <tr> <td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #ffc24f;background-color:#262934;"><center><font size="5">☀</font></center></div><div class="NavGaps">x</div> </td> <td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>No Events</center></div><div class="NavGaps">x</div></td> </tr> <tr> <td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #17181d;background-color:#262934;"><center><font size="5">☉</font></center></div><div class="NavGaps">x</div></td> <td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>$[board.num_viewing] Viewers</center></div><div class="NavGaps">x</div></td> </tr> <tr> <td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #17181d;background-color:#262934;"><center><font size="5">♢</font></center></div><div class="NavGaps">x</div></td> <td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>{if $[board.threads] == -1}N/A{else}$[board.threads]{/if} Threads</center></div><div class="NavGaps">x</div></td> </tr> <tr> <td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #17181d;background-color:#262934;"><center><font size="5">♦</font></center></div><div class="NavGaps">x</div></td> <td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>{if $[board.posts] == -1}N/A{else}$[board.posts]{/if} Posts</center></div><div class="NavGaps">x</div></td> </tr> </tbody> </table>
</td>
</tr> </tbody> </table> <div style="width:950px;height:15px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;vertical-align:middle;">{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> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="5">No boards were found.</td></tr> {/if} </tbody>
</table>
|