XenForo I can't add a simple Font Awesome icon.

D

Dkf

Guest
I can't add the 'envelope' icon. Not PRO...

I created two additional fields - Telegram and Email.
Telegram - ok. Email - not working. Why?


Users > Custom user fields >


1691401184211.pngI


Telegram

Value display HTML

Code:

<a href="https://t.me/{$value}" class="button {$fieldId}" target="_blank"

Wrapper display HTML

Code:

Code:
<div>
        {$value} data-xf-init="tooltip" title="{$description}" >
    <i class="fab fa-telegram-plane icon"></i>
            {$description}
    </a>...

Read more

Continue reading...