Thanks a lot dude. tell me how to donate i will send you some paypal.
if anyone want to add my custom mod to this one here it is: this makes it so avatar in the first post is 150%/fills up the whole postbit, then the rest are all small at 75%
find:
Code:
{vb:raw row.rowend}
</vb:each>
</span>
</vb:if>
after add:
Code:
<vb:if condition="$show['avatar'] AND $vboptions['bop5sp_showavatar']">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img style="width:<vb:if condition="$post[postcount] == 1">1</vb:if>75%" src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
then go in simple post bit options in Admin CP and do "add setting"
leave all product info. call varname "bop5sp_showavatar"
name it Avatar?
do option as "yesno"
now you have option for avatars in simplepostbit mod.