1. "Add Picture" link has improper IF nearby: user can't see "more images" link.
Please, fix. At my site i did this:
HTML Code:
<div class="alt2 smallfont block_row block_footer">
<a href="group.php?$session[sessionurl]do=grouppictures&groupid=$group[groupid]">$vbphrase[view_pictures]</a>
<if condition="$show['add_pictures_link']"><br>
<a href="group.php?$session[sessionurl]do=addpictures&groupid=$group[groupid]">$vbphrase[add_pictures]</a>
</if>
</div>
2. Offered CSS is not quite universal (applied to mastertemplate via TMS). It's ok for classic skin, but breaks VBSEO's one.
This one looks a bit different, but works for both:
HTML Code:
#content_container {
width:100%;
float:left;
margin-right:-256px;
}
#content {
margin-right:256px;
}
#sidebar_container {
width:250px;
float:right;
}
.content_block {
margin-bottom:6px;
}
.content_block .block_row {
padding:6px;
}
.content_block .block_title {
padding:6px;
}
.content_block h4.thead, .content_block .block_title {
padding:4px;
}
.content_block .block_footer {
text-align:right;
padding:4px;
}
PS. Thanks for your work