Is it a joke? Download link is in the first page of this topic.HoBu4eK wrote:Download link please...
Code: Select all
<h4 class="row panel-title">
<span class="col-md-7 col-sm-6 col-xs-12"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></span>
<span class="col-md-1 col-sm-2 hidden-xs text-center small">{L_TOPICS}</span>
<span class="col-md-1 visible-lg visible-md text-center small">{L_POSTS}</span>
<span class="col-md-3 col-sm-4 hidden-xs small">{L_LAST_POST}</span>
</h4>
col-md-7
(occurs twice) and add it to the {L_POSTS}
and {forumrow.POSTS}
.Code: Select all
<dl id="profile{postrow.POST_ID}" class="postprofile col-md-3 col-sm-4 col-xs-12">
Code: Select all
<dl id="profile{postrow.POST_ID}" class="postprofile col-md-3 col-sm-4 col-xs-12 text-center">