sQuote from: augras - Hi,
it seems that it's only on http : https seems always ok.
On http fontawesome icons can't be access.
you need to redirect from http to https
do you want to always display the icon of the first post of the topic?
FILE:
/(...)/sources/subs/FlarumStyle.subs.php
FIND:
IFNULL(lt.id_msg, IFNULL(lmr.id_msg, -1)) + 1 AS new_from') . ', SUBSTRING(ml.body, 1, 384) AS body, ml.smileys_enabled, ml.icon
REPLACE:
IFNULL(lt.id_msg, IFNULL(lmr.id_msg, -1)) + 1 AS new_from') . ', SUBSTRING(ml.body, 1, 384) AS body, ml.smileys_enabled, mf.icon