• 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] Signature steam

cobra1162

Active member
This bbcode will allow the members of your forum to add their signature steam 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 : steam
  • Site title : steam
  • Site URL : http://www.steamcommunity.com
  • Match URL :
    Code:
    ddgamer.com/{$id}/steam_sig.png
  • Embed html :
    Code:
    <a  href="http://steamcommunity.com/profiles/{$id}/"><img  src="http://www.ddgamer.com/{$id}/steam_sig.png" border="0" />
  • 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 steam</h3>
            <p class="description">Insert your steam signature in the thread</p>
            <dl class="exemple">
                <dt>{xen:phrase example}:</dt>
                <dd>
                    [media=steam]you-pseudo-steam[/media]<br />

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

Page help bbcode:
aide bbcode steam.webp

thread creation:
bbcode test steam.webp

complete thread:
bbcode test1steam.webp

Support français ICI
French support HERE
 
Top Bottom