The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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> Best Wishes |
![]() |
|
|