So when someone flags a post and a report is generated the details are not showing up. Any idea why this might be?
Have you tried to see if it's a font color issue ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yeah I highlighted the entire page and there's no white text or anything like that where the font color matches the background color.
Also I did verify that the details are stored in the database.
That seems to be an issue: https://github.com/vanilla/vanilla/pull/5219
In order to fix this you would have to replace 3 views of the plugin:https://raw.githubusercontent.com/vanilla/vanilla/b9a9e41eecdc69bab8148a72ff7ef07cd4c8679a/plugins/Flagging/views/reportcomment.phphttps://raw.githubusercontent.com/vanilla/vanilla/b9a9e41eecdc69bab8148a72ff7ef07cd4c8679a/plugins/Flagging/views/report.phphttps://raw.githubusercontent.com/vanilla/vanilla/b9a9e41eecdc69bab8148a72ff7ef07cd4c8679a/plugins/Flagging/views/flag.php
I just tried it on my test installation, but I couldn't see content flagged before that fix. Only newly flagged content was displayed correctly.
It's great you've found that now since it seems as if it hasn't been fixed in Vanilla 2.4 by now. I will backport it.
Excellent!
This fixed this issue!
Thanks for the help guys... very much appreciated.
Comments
Have you tried to see if it's a font color issue ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yeah I highlighted the entire page and there's no white text or anything like that where the font color matches the background color.
Also I did verify that the details are stored in the database.
That seems to be an issue: https://github.com/vanilla/vanilla/pull/5219
In order to fix this you would have to replace 3 views of the plugin:
https://raw.githubusercontent.com/vanilla/vanilla/b9a9e41eecdc69bab8148a72ff7ef07cd4c8679a/plugins/Flagging/views/reportcomment.php
https://raw.githubusercontent.com/vanilla/vanilla/b9a9e41eecdc69bab8148a72ff7ef07cd4c8679a/plugins/Flagging/views/report.php
https://raw.githubusercontent.com/vanilla/vanilla/b9a9e41eecdc69bab8148a72ff7ef07cd4c8679a/plugins/Flagging/views/flag.php
I just tried it on my test installation, but I couldn't see content flagged before that fix. Only newly flagged content was displayed correctly.
It's great you've found that now since it seems as if it hasn't been fixed in Vanilla 2.4 by now. I will backport it.
Excellent!
This fixed this issue!
Thanks for the help guys... very much appreciated.