|
Post by Wormopolis on Mar 12, 2013 16:43:22 GMT -8
if sub-boards are in there even without the plugin running, then its because your template has sub-boards in there.
this:
{if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma] {/foreach} </p> {/if}
is what puts sub-boards in.
|
|
|
Post by tunescool on Mar 12, 2013 17:37:12 GMT -8
[replyingto=admin]%3Cfont%20color%3D%22FF5500%22%3EWormopoli%3Cfont%20color%3D%22FFFFFF%22%3Es%3C/font%3E%3C/font%3E[/replyingto]this is my template
<td class="latest"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> <i>By</i> $[board.last_thread.last_post.created_by_user] <i>On</i> <span class="date">$[board.last_thread.last_post.date]</span> {/if} {else} No Posts Have Been Made On This Board {/if} {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma] {/foreach} </p> {/if} </td> <td class="main clickable"> <span class="link">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br/> <p class="description">$[board.description]</p> {if $[board.num_mods]} </td>
the sub boards are stlll where they are
|
|
|
Post by Wormopolis on Mar 12, 2013 19:10:01 GMT -8
yeah you have the sub-boards in the last post cell. that is what I have been saying all along
|
|
|
Post by tunescool on Mar 12, 2013 19:19:06 GMT -8
so what should the template be, it was just what it was
|
|
|
Post by Wormopolis on Mar 12, 2013 22:33:51 GMT -8
move the sub-board stuff under the description. look at your unchanged test board to see what I mean
|
|
|
Post by tunescool on Mar 13, 2013 2:31:37 GMT -8
i changed it, theyre on the bottom left
|
|
|
Post by Wormopolis on Mar 13, 2013 16:47:52 GMT -8
|
|
|
Post by tunescool on Mar 13, 2013 17:18:10 GMT -8
yea
|
|
|
Post by Wormopolis on Mar 13, 2013 23:25:31 GMT -8
according to the source the plugin isnt running
|
|
|
Post by tunescool on Mar 13, 2013 23:39:59 GMT -8
i took iy out i didnt want it looking like that. the sub boards are in the rite spot but the new thread is in the middle. the plugin is out, heres a pic, the evan board
<a href="http://www.imagebam.com/image/740293243141759" target="_blank"><img src="http://thumbnails104.imagebam.com/24315/740293243141759.jpg" alt="imagebam.com"></a>
|
|
|
Post by Wormopolis on Mar 14, 2013 15:49:08 GMT -8
so if "new thread" wasnt in there, would it look correct?
|
|
|
Post by tunescool on Mar 14, 2013 16:54:30 GMT -8
yea the sub boards are where they should be, i need to ba able to move them down with css or something
|
|
|
Post by Wormopolis on Mar 16, 2013 10:35:37 GMT -8
I think the new thread plugin is creating its own table in there...
|
|
|
Post by tunescool on Mar 17, 2013 17:53:20 GMT -8
|
|
|
Post by Wormopolis on Mar 19, 2013 16:18:11 GMT -8
Well its not making a new table, but its not going to work together. bot codes are going to fight for that right side if not using a table, and if using a table, the "new thread" link isnt even aware of it.
|
|