Hello,
I am Currently in the process of converting my IPB 3.0 Skins onto the VB Platform and have ran into another wall.
I have re-coded the main cat and forum display to show like my IPB Skin Cielo:
I created the same effect in VB by using floats and % widths and margins, however in my IPB version i used a line of code to make sure, each row of blocks showed in line:
HTML Code:
<if test="$this->settings['_counter'] % 2 == 0">
<if test="$this->settings['_counter'] != 0">
</div>
</if>
<div class='index_row'>
</if>
Is there any similar code for VB which allows me to create the same effect? as otherwise if the section is too long from sub forums or text, it distorts the rest of the blocks causing the template to break apart alittle.
Best Wishes