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???
 
Back
Top Bottom