Quote:
Originally Posted by stuky4ever
How can I add the Steam Profile thing below the Post Count. Example.
|
Took a bit of playing around but finally got it for me
find:
Quote:
{vb:raw post.yahooicon} {vb:raw post.skypeicon}
|
In your postbit_legacy file.
and under that ^ line paste in:
Quote:
<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: left;"></div></vb:if>
|
Make sure to change the X in ['fieldX'] part to the number of your field when you created it.
Save and reload.
p.s you might and probably will have to modify the css a little to fit it in there better! but that I wont explain as it might be different all depending what theme you are using etc. The css file is located in "/steamprofile/themes/default" this is the block you need to edit up a little bit to fit your needs.
Quote:
.steamprofile {
position: relative;
width: XXXpx;
height: XXXpx;
background: #8ba6b8 url(background.png);
overflow: hidden;
margin: 4px;
z-index: 100;
}
Replace the XXX's with the sizes for your forum, i used width: 170px; height: 48px; for mine but it might be different for yours
|
Well hopefully that made sense

if not let me know and i'll try and explain better. Oh and here is a lil screenshot of what it looks like... hope this is allowed :O
Mark