View Full Version : Make steam profile appear under avatar
unknown22
09-11-2010, 10:15 PM
Hi,
Im trying to make the steam profile appear under the avatar
This is the hack (https://vborg.vbsupport.ru/showthread.php?t=231081&highlight=steam)
ctweb
09-12-2010, 02:28 PM
In your postbit_legacy template
Find this - <dl class="userinfo_extra">
Or if you use postbit - <div class="userinfo_extra">
Add before that line
<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: right;"></div></vb:if>
replacing fieldX with your profilefield ID
That should do the trick!
unknown22
09-12-2010, 10:18 PM
Thanks !!
But it sticks out heres picture. And can I ask why it shows on some they use to have it private profile but the steam profile on the forum doesnt change?
ctweb
09-13-2010, 10:05 AM
Thanks !!
But it sticks out heres picture. And can I ask why it shows on some they use to have it private profile but the steam profile on the forum doesnt change?
That might be because of the right float. Try left instead of right.
I did not understand the other part, do you mean it shows for only some profiles?
unknown22
09-13-2010, 09:39 PM
How would I change the float?
Oh the other thing was it doesn't seem to update the profiles of the people
Let's say one person changed their profile to private or had it like that when they input there info and it stay's like that even if they change it to viewable profile.
unknown22
09-14-2010, 11:03 PM
someone know?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.