Error on main forum page
-
Hello, I installed the plugin and it appears to be working properly on topic views, individual forum views, etc. However, It doesn’t appear to be working on the main forum group page.
I added the following line to your plugin to get it to work as I wait for your reply.
– – – – –
In the filter_query method, I simply checked if the returned meta_query value was an array… and, if not, made it one before adding the meta query to it…
if (!is_array($meta_query)) $meta_query = []; after line 268 of bbpress-pencil-unread.php
- The topic ‘Error on main forum page’ is closed to new replies.