XF 2.2 anyone managed to add discord as a link + show username in profile?

Martyn

Active member
trying to figure away around it since discord links only work with the userid, is there away to call a value from the 2nd line at all? or for a separate space so if it was

ID NAME

I could make the link as this
<a href="https://discord.com/users/{$value1}" target="blank">{$value2}</a> etc?

very confusing, thanks in advance >.<

1697921217424.webp
 
ideally, yes, but of course, discord does everything by ID. The other option is just to make it not display a link, and make it just show text with the Discord account, but I thought someone might have come across this issue and solved it already.
 
Top Bottom