I know it's been mentioned already and I may have looked passed a patch. Twitter, Twitch, Mixer icons don't open up new windows or link to the site from Postbit
Edited the Macros for each and added href's. All good!
hey @Matt C.
are you maybe planning on adding Mastodon to the list as well? would be nice to have that one in there too
also - we miss you very much on MC![]()
I’ll put Mastodon on the list.
Check for outdated templates.Any reason why the images aren't showing for me?
Gamer Reloaded – A Central hub for gaming content!
www.gamerreloaded.com
Not sure why the tooltips aren't working?
This release fixes a bug where there are no public phrases associated with the Oculus profile.
Is this going to be fixed? I don't really want a second life field in a minecraft forum were some childs are around. Thanks for the awesome addon btw. And it's free? I can untick "Mixer" for example from ACP->Style Properties->AH GamerProfile but that does not remove it from being a question that can be filled in from the user.
<xf:comment>Twitter</xf:comment>
<xf:if is="{$user.Profile.custom_fields.twitter} AND $ahGPStatus.twitter">
<span class="ah-gp-icon ah-gp-icon--twitter" data-xf-init="tooltip" title="{$user.Profile.custom_fields.twitter}">
<xf:fa icon="fab fa-twitter" />
</span>
</xf:if>
<xf:comment>Twitter</xf:comment>
<xf:if is="{$user.Profile.custom_fields.twitter} AND $ahGPStatus.twitter">
<a href="https://twitter.com/{$user.Profile.custom_fields.twitter}" span class="ah-gp-icon ah-gp-icon--twitter" data-xf-init="tooltip" title="{$user.Profile.custom_fields.twitter}">
<xf:fa icon="fab fa-twitter" />
</a>
</xf:if>
<xf:comment>reddit</xf:comment>
<xf:if is="{$user.Profile.custom_fields.reddit}">
<a href="https://reddit.com/user/{$user.Profile.custom_fields.reddit}" class="ah-gp-icon" data-xf-init="tooltip" title="{$user.Profile.custom_fields.reddit}" target="_blank">
<xf:fa icon="fab fa-reddit" style="color:#FF4500" />
</a>
</xf:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.