Jump to content
  • 0

Question

Posted

Salut,cum pot pune in profil badge de la recent achievement?

Sau mai degraba din ce template le pot lua,ca sa le pot pune in profil?

Pe cele care sunt afisate la avatar am reusit sa le extrag,dar pe acestea nu stiu unde sa le caut,desii am gasit template-uri care coincid nu sunt sigur ca sunt cele bune.

 

badge.png

2 answers to this question

Recommended Posts

  • 1
Posted (edited)
     <!-- Badges -->
              <div class="author__badges">
                <span class="title">BADGES</span>
                
                <div class="user_badge">
                  {{if !$comment->isAnonymous() and $comment->author()->canHaveAchievements() and \IPS\core\Achievements\Rank::show() and $rank = $comment->author()->rank()}}
                    {$rank->html( 'ipsOutline ipsOutline:2px' )|raw}
                  {{endif}}
                </div>
                
                {{if \IPS\core\Achievements\Badge::show() and \count( \IPS\core\Achievements\Badge::getStore() )}}
                {{foreach $comment->author()->recentBadges( 5 ) as $badge}}
                <div class="badge">
                  {$badge->html( TRUE, TRUE )|raw}
                </div>
                {{endforeach}}
                {{endif}}
              </div>

 

 

stilizarea ti-o faci tu dupa bunul plac

Edited by MOTAAAN

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.