Alpha1

Customer
I'd like to add a link to our Patreon profile to the social media links in Style properties → Basic Options → Social
Icon:
How can I add this?
Is this an option that can be added toXenBase? If so then please consider this a suggestion.
 
I've added it to my suggestions. Don't see why I can't add it in the next release. For now, you can easily add it on your own:

Edit: xb_social_icons

Add this wherever you want the link to show up: (replacing linktopatreon with your Patreon link)

Code:
            <a class="shareButtons-button shareButtons-button--brand shareButtons-button--patreon" href="linktopatreon" target="_blank" rel="noopener">
                <xf:fa icon="fab fa-patreon" />
                <span>Patreon</span>
            </a>

Then add this to your extra.less:

Code:
a.shareButtons-button.shareButtons-button--patreon:hover
{
    background-color: #f96854;
}
 
Has this been added to the new version and do I need to revert the template edit?

This completely slipped by me when I switched a software I was using. Sorry, keep your custom edit for now.

It's officially in the release for 2.3.8:
1760031476510.png


Next release you can delete it.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back