XF 2.1 Some issues after upgrading

Pierre Boulanger

Active member
Hello,

I used to use the following code to change the Like icon with a little heart
Code:
//Change-Like-icon//

.likeIcon::before{
    content: '\f004';
    color: #e40929;
}

.actionBar-action.actionBar-action--like::before{
    content: '\f004';
    margin-right: 4px;
}

With the update I noticed that there is a nice feature with reactions that does not work for me. I removed the code but still no reactions popping up. Can you please advice?

After the update I also noticed that there are 2 user avatars. Haw can I remove one?

194680

Thanks!
 
Do you have any outdated templates listed in the Admin CP home page?

You will need to attempt to merge your existing changes with any new template changes, or revert your changes and re-apply them manually. That might fix the reactions issue.

For the double avatars, I suspect you might have had an add-on installed that adds "Last poster avatars"? You can probably just uninstall that now. Or if that was done via a template edit, you will need to revert those changes.
 
Top Bottom