Sychev_S
11-06-2005, 07:51 PM
example is attached.
how do i make different latest threads in a second column? Is it possible at all?
code is here:
<if condition="$mods['modcol'] == 1">
<tr>
<td class="alt1" width=50%>
<a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><span class="smallfont">$thread[title]</span><else />$thread[title]</if></a>
</td>
<td class="alt1" width=50%>
<a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><span class="smallfont">$thread[title]</span><else />$thread[title]</if></a>
</td>
</tr>
how do i make different latest threads in a second column? Is it possible at all?
code is here:
<if condition="$mods['modcol'] == 1">
<tr>
<td class="alt1" width=50%>
<a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><span class="smallfont">$thread[title]</span><else />$thread[title]</if></a>
</td>
<td class="alt1" width=50%>
<a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><span class="smallfont">$thread[title]</span><else />$thread[title]</if></a>
</td>
</tr>