T
Y
P
E
R
































#
#-----[ OPEN ]---------------------------------------------
#
language/en/acp/board.php
#
#-----[ FIND ]---------------------------------------------
#
'COLUMN' => '2 columns side by side',
#
#-----[ REPLACE WITH ]-------------------------------------
#
'COLUMN' => '3 columns side by side',
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/forumlist_body.html
#
#-----[ FIND ]---------------------------------------------
#
<!-- IF forumrow.S_SUBFORUM_DISPLAY === '1' -->
<!-- BEGIN subforum -->
<div class="<!-- IF forumrow.subforum.S_ROW_COUNT is odd -->column2<!-- ELSE -->column1<!-- ENDIF -->"><a href="{forumrow.subforum.U_SUBFORUM}" class="subforum <!-- IF forumrow.subforum.S_UNREAD is odd -->unread<!-- ELSE -->read<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a></div>
<!-- END subforum -->
#
#-----[ AFTER ADD ]----------------------------------------
#
<!-- IF forumrow.S_SUBFORUM_DISPLAY === '1' -->
<!-- BEGIN subforum -->
<div class="subforum-<!-- IF forumrow.subforum.S_ROW_COUNT mod 3 eq 1 -->column2<!-- ELSEIF forumrow.subforum.S_ROW_COUNT mod 3 eq 2 -->column3<!-- ELSE -->column1<!-- ENDIF -->"><a href="{forumrow.subforum.U_SUBFORUM}" class="subforum <!-- IF forumrow.subforum.S_UNREAD is odd -->unread<!-- ELSE -->read<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a></div>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/theme/common.css
#
#-----[ FIND ]---------------------------------------------
#
.column1 {
float: left;
clear: left;
width: 49%;
}
.column2 {
float: right;
clear: right;
width: 49%;
}
#
#-----[ AFTER ADD ]----------------------------------------
#
.subforum-column1 {
float: left;
clear: left;
width: 32%;
}
.subforum-column2 {
float: left;
width: 32%;
}
.subforum-column3 {
float: right;
clear: right;
width: 32%;
}
#
#-----[ EOM ]----------------------------------------------
#








Users browsing this forum: No registered users and 0 guests