STEAM Profile/Status Display
This is something that will give your users an ability to view member's status for their STEAM account. Offline/online/games playing/etc.
You can find an example here: http://forums.tf2maps.net/ Just look at any thread and find a post. The widget should be in the upper right hand corner of the post. Nothing has to be installed on your server. Step 1 Create a custom user profile field. Name it Steam ID. Code:
Single-Line Text Box Editable, Searchable, Members List Step 2 Plug your field id in to the following code Code:
<if condition="$post['fieldx']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[fieldx]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if> Step 3 Place the code in step 2 that has been changed to reflect your profile field after Code:
$template_hook[postbit_messagearea_start] <if condition="$show['messageicon'] OR $post['title']"> <!-- icon and title --> <div class="smallfont"> If you would just like to have the options of having the status as sigs, visit http://steamprofile.com updated instructions for vbulletin 3.8 http://steamprofile.com/forums/showthread.php?tid=3 Download No files for download. Screenshots |
Similar Mods
Miscellaneous Hacks Steam freinds status in postbit | vBulletin 3.7 Add-ons |
Mini Mods Steam Community Profile in Postbit | vBulletin 3.7 Template Modifications |
Mini Mods Steam IM Card | vBulletin 3.6 Add-ons |