I put this under my postbit right under the Posts:XXX
To Do this follow the instructions below.
1. Go to Postbit_Legacy
2. Search "Posts" should look like this
Code:
{vb:rawphrase 'posts'} : {vb:raw post.posts}
</div>
Below Put
Code:
<vb:if condition="$post['fieldx']"><div class="steamprofile" title="{vb:raw post.fieldx}" style="float: left;"></div></vb:if>
<script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script>
Make sure to change ['fieldx'] to your field number exp: ['field5']
Save and Load . It too long so to edit this go to steamprofile/themes/default
Edit the Style.css file and change to this
Code:
.steamprofile {
position: relative;
width: 180px;
height: 48px;
background: #8ba6b8 url(background.png);
overflow: hidden;
margin: 4px;
z-index: 100;
}
To Change how far it comes out change
I have mine at width: 180px;
Code:
http://thogaming.com/forums/news-center/4325-new-tho-media.html#post4708
If you have already installed this make sure you delete the coding you put in. If you dont it will not work with this!