CreateMyBB Support Forums
Report/flag posts not working - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: General Support (https://support.createmybb.com/forumdisplay.php?fid=6)
+--- Thread: Report/flag posts not working (/showthread.php?tid=3370)

Pages: 1 2


RE: Report/flag posts not working - Jon - 12-17-2021

After a lot of debugging figured it out was due to the MyProfileComments plugin. Which was overriding the reasons on the report page with it's own template. Fixed the issue in the plugin by removing that code.


RE: Report/flag posts not working - zigbee - 12-17-2021

(12-17-2021, 06:19 AM)Jon Wrote: After a lot of debugging figured it out was due to the MyProfileComments plugin. Which was overriding the reasons on the report page with it's own template. Fixed the issue in the plugin by removing that code.

Thanks