Quote:
Originally Posted by Greight
No, it isn't mate. This is phpBB and I want it like this:
and here is the mod.
|
Using vB4.1.2, Edit
threadbit template and replace this:
PHP Code:
<!-- title / author block -->
With this:
PHP Code:
<!-- title / author block -->
<vb:if condition="$thread[avatarurl]">
<img style="width: auto; max-height: 40px; position: relative; float: {vb:stylevar left}; margin: 2px 4px 2px 4px;" src="{vb:raw thread.avatarurl}" border="0" />
</vb:if>