• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[BBCODE] Xbox signature

cobra1162

Active member
This bbcode will allow the members of your forum to add their xbox signature i just putting their name

BBCODE:


1. Go into your admincp and media BBcode
2. Add BBcode media
3. Fill in the required fields like this:

  • Media site ID : xbox
  • Site title : xbox
  • Site URL : http://www.live.xbox.com
  • Match URL :
    Code:
    card.mygamercard.net/{$id}.png
  • Embed html :
    Code:
    <a href="http://live.xbox.com/fr-FR/profile/profile.aspx?pp=0&GamerTag={$id}/"><img src="http://card.mygamercard.net/{$id}.png" border="0" /></a>
  • and save bbcode
Edit template help_bb_codes

Add at the end :

Code:
<li class="primaryContent">
        <div class="bbCode">
            <h3 class="title">[media=steam] - BBcode signature xbox</h3>
            <p class="description">Insert your xbox signature in the thread</p>
            <dl class="exemple">
                <dt>{xen:phrase example}:</dt>
                <dd>
                    [media=xbox]you-pseudo-xbox[/media]<br />

                </dd>
            </dl>
            <dl class="output">
                <dt>{xen:phrase output}:</dt>
                <dd class="baseHtml">
                    <i><img src="http://img255.imageshack.us/img255/6366/signexbox.png"></i>
                </dd>
            </dl>
        </div>
    </li>
</ul>

Page help bbcode:
aide bbcode.webp

thread creation:
bbcode test.webp

complete thread:
bbcode test1.webp

Support français ICI
French support HERE
 
This is not allowed in the 'signature', so it will cause more problems than it's worth.
Great idea, just not the best implementation
 
Top Bottom