GameOverViper
12-06-2011, 11:00 PM
Want to Add your Xbox LIVE Gamercard to Your Forum Postbit?
With just an addition of a profile field and one template edit, you'll have your Xbox LIVE Gamercard show up in the postbit in no time!
Demo - http://www.xboxoneclans.com/showthread.php?t=5888
If you already have the GamerCards Block in Profile mod (https://vborg.vbsupport.ru/showthread.php?t=232033), then you can simply use the Xbox Live profile field # that you created for the Xbox Live gamertag instead of creating a new profile field for your postbit.
If you already have the above mod, skip the next step.
Step 1 - Making the Profile Field
Create a new User Profile Field
Select "Single-Line Text Box"
Enter Gamertag as the title
Put, Enter your Xbox Live Gamertag Here, as your description
The rest of the settings are you up to you to decide
Remember to make a note of your Field Number that you have just created.
I put the gamercard under the users Avatar, but your free to place it where you want. Now you need to make one edit to the coding.
Step 2 - Go to postbit_legacy template
Find:
<vb:if condition="$show['avatar']">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
and after that, add:
<vb:if condition="$post['fieldX']">
<a class="postuseravatar">
<iframe src="http://gamercard.xbox.com/{vb:raw post.fieldX}.card" scrolling="no" frameBorder="0" height="140" width="204">{vb:raw post.fieldX}</iframe>
</a>
</vb:if>
Now in the code that you have just added, you need to change the 'X' with your Gamertag field number that you created earlier!
Step 3 - Changing the Width of the Postbit
Now the postbit width in default vB4.0 style is smaller than the gamercards actual size. You can edit the width of the post bit area to ensure that the Gamercard fits. To do this:
Go to Styles & Templates and select Style Manager.
Then select StyleVars for the theme your editing.
Find Postbitlegacy-Userinfo-Width.
Change the size to 220 and save.
Your finished.
With just an addition of a profile field and one template edit, you'll have your Xbox LIVE Gamercard show up in the postbit in no time!
Demo - http://www.xboxoneclans.com/showthread.php?t=5888
If you already have the GamerCards Block in Profile mod (https://vborg.vbsupport.ru/showthread.php?t=232033), then you can simply use the Xbox Live profile field # that you created for the Xbox Live gamertag instead of creating a new profile field for your postbit.
If you already have the above mod, skip the next step.
Step 1 - Making the Profile Field
Create a new User Profile Field
Select "Single-Line Text Box"
Enter Gamertag as the title
Put, Enter your Xbox Live Gamertag Here, as your description
The rest of the settings are you up to you to decide
Remember to make a note of your Field Number that you have just created.
I put the gamercard under the users Avatar, but your free to place it where you want. Now you need to make one edit to the coding.
Step 2 - Go to postbit_legacy template
Find:
<vb:if condition="$show['avatar']">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
and after that, add:
<vb:if condition="$post['fieldX']">
<a class="postuseravatar">
<iframe src="http://gamercard.xbox.com/{vb:raw post.fieldX}.card" scrolling="no" frameBorder="0" height="140" width="204">{vb:raw post.fieldX}</iframe>
</a>
</vb:if>
Now in the code that you have just added, you need to change the 'X' with your Gamertag field number that you created earlier!
Step 3 - Changing the Width of the Postbit
Now the postbit width in default vB4.0 style is smaller than the gamercards actual size. You can edit the width of the post bit area to ensure that the Gamercard fits. To do this:
Go to Styles & Templates and select Style Manager.
Then select StyleVars for the theme your editing.
Find Postbitlegacy-Userinfo-Width.
Change the size to 220 and save.
Your finished.