Psilocybin_vbulletin3_import6855
New Member
Hi. This is a quick dirty little edit which allows a user to display a link to their Steam Community Profile in their postbit. This mod is brought to you courtesy of Left 4 Dead Forums.
First create a New User Profile Field:
Title: Steam Community Profile
Description: Your <a target="_blank" href="https://steamcommunity.com/"><b>Steam Community</b></a> profile page. Please only enter the final part of the URL. For example: "http://steamcommunity.com/id/left4deadforums" I would enter only "<b>left4deadforums</b>".
Default Value: N/A
Max length of allowed user input: 30 (will prevent people posting the full URL. This is a "good thing".)
Field Length: 25
Profile Field Type: Single-Line Text Box
Field Required: No
Field Editable by User: Yes
Private Field: Yes
Field Searchable on Members List: Yes
Show on Members List: Yes
Regular Expression: N/A
Hit save and make a note of the profile field ID for the next step.
Edit template POSTBIT. Find:
Add below:
Replace ['fieldX'] with the number of your new profile field.
Save and you're done. Voila!!
DEMO: Left 4 Dead Offical Movie - 1 - Left 4 Dead Forums
First create a New User Profile Field:
Title: Steam Community Profile
Description: Your <a target="_blank" href="https://steamcommunity.com/"><b>Steam Community</b></a> profile page. Please only enter the final part of the URL. For example: "http://steamcommunity.com/id/left4deadforums" I would enter only "<b>left4deadforums</b>".
Default Value: N/A
Max length of allowed user input: 30 (will prevent people posting the full URL. This is a "good thing".)
Field Length: 25
Profile Field Type: Single-Line Text Box
Field Required: No
Field Editable by User: Yes
Private Field: Yes
Field Searchable on Members List: Yes
Show on Members List: Yes
Regular Expression: N/A
Hit save and make a note of the profile field ID for the next step.
Edit template POSTBIT. Find:
Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Code:
<if condition="$post['fieldX']"><div>Steam ID: <a href="http://steamcommunity.com/id/$post[fieldX]" target="_blank">$post[fieldX]</a></div></if>
Save and you're done. Voila!!
DEMO: Left 4 Dead Offical Movie - 1 - Left 4 Dead Forums