We have a user with tons of posts, and several thousand reactions received, and no reactions given (because, well, he is that type of guy).
He discovered today and I verified that when he goes under his 'Your Account' and clicks on 'Reactions given', then it gives him a bogus error message: 'Unfortunately, none of your content has received any reactions yet. You'll need to keep posting!' (if he clicks 'Reactions received' it gives him the expected list of his posts).
--
addons/SV/UserEssentials/_data/templates.xml: <div class="blockMessage">{{ phrase('unfortunately_none_of_your_content_has_received_any_reactions_yet') }}</div>
addons/XF/_data/phrases.xml: <phrase title="unfortunately_none_of_your_content_has_received_any_reactions_yet" version_id="2010010" version_string="2.1.0 Alpha"><![CDATA[Unfortunately, none of your content has received any reactions yet. You'll need to keep posting!]]></phrase>
addons/XF/_data/templates.xml: <div class="blockMessage">{{ phrase('unfortunately_none_of_your_content_has_received_any_reactions_yet') }}</div>
--
Thanks in advance... love your addons...
He discovered today and I verified that when he goes under his 'Your Account' and clicks on 'Reactions given', then it gives him a bogus error message: 'Unfortunately, none of your content has received any reactions yet. You'll need to keep posting!' (if he clicks 'Reactions received' it gives him the expected list of his posts).
--
addons/SV/UserEssentials/_data/templates.xml: <div class="blockMessage">{{ phrase('unfortunately_none_of_your_content_has_received_any_reactions_yet') }}</div>
addons/XF/_data/phrases.xml: <phrase title="unfortunately_none_of_your_content_has_received_any_reactions_yet" version_id="2010010" version_string="2.1.0 Alpha"><![CDATA[Unfortunately, none of your content has received any reactions yet. You'll need to keep posting!]]></phrase>
addons/XF/_data/templates.xml: <div class="blockMessage">{{ phrase('unfortunately_none_of_your_content_has_received_any_reactions_yet') }}</div>
--
Thanks in advance... love your addons...