- Thread starter
- #1

Add-ons - [OzzModz] Gamer Profiles
This add-on is only compatible with XenForo 2.2. If you want a profile added immediately, I charge $25 per profile. This add-on is a port of GamerProfiles - PixelExit.com, which @Steve F has kindly allowed me to release. This add-on makes use...

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 [AH] Gamer Profiles:

Any idea why this thing is not working???