Support Need help with [AH] Gamer Profiles 3.0.0

kutaz

XF is cool thing
Loyal Member
So I was trying to add my own profile, I was using this tutorial, and idk why but this thing is still not working :(
My code for ah_gamerprofiles_macros
Code:
<xf:comment>GitHub</xf:comment>
<xf:if is="{$user.Profile.custom_fields.ah_github}">
    <a href="https://www.github.com/{$user.Profile.custom_fields.ah_github}" class="ah-gp-icon" data-xf-init="tooltip" title="{$user.Profile.custom_fields.ah_github}" target="_blank">
        <xf:fa icon="fab fa-github" />
    </a>
</xf:if>
SS from user field:
d458854da74213e15280b21a631421ee.png

SS from [AH] Gamer Profiles:
25c9c2b322ff904b42412f61c2f0efc6.png

Any idea why this thing is not working???
 

kutaz

XF is cool thing
Loyal Member
Xenforo do u have account on xenforo.com site to download it?
tbh I sill need it
ok nwm, u can do it manually, just make custom fields, and after add this code where u want eg message macros :)
Code:
<xf:if is="{$user.Profile.custom_fields.ah_youtube}">
<a href="https://youtube.com/c/{$user.Profile.custom_fields.ah_youtube}/" target="_blank" data-xf-init="tooltip" title="{$user.Profile.custom_fields.ah_youtube}"><i class="fab fa-youtube fa-2x" style="color:#FF0000"></i></a>
</xf:if>
 
Back
Top Bottom