Quote:
Originally Posted by silverfox_uw
Can it be done, that instead of having the little xbox symbol that you click on in your postbit area, the the actual xbox gamercard is in the postbit area instead, say for example under your avatar?
I am desperate to have our gamercards in the postbit area but do not know how too.
|
I don't add this feature to the mod because of multi platform support. but you can edit the "postbit_gamercads" template and do it yourself:
for just showing the actual xbox live gamercard in the postbit, clear the template data and use this code:
HTML Code:
<vb:if condition="$gamerid['gamertag']">
<dl class="userinfo_extra">
<iframe src="http://gamercard.xbox.com/{vb:raw gamerid.gamertag}.card" scrolling="no" frameBorder="0" height="140" width="204">{vb:raw gamerid.gamertag}</iframe>
</dl>
</vb:if>
Quote:
Originally Posted by InsomniacP
Done the install and changed the profile field bit but not getting the images in post bit? just the x's i have imported the images to my image/misc folder but it's not showing them?
|
I checked your website and find out that the icon file not found:
http://www.mw2forum.co.uk/images/mis...s/xboxlive.png
Like
silverfox_uw said if you guys have a custom style(s), you have to copy the gamericons folder in images/misc of the each style!