Excellent!
I did try using :Which does seem to change the behavior. I will immediately check out this new information! Thanks for the head's up!
I did try using :
Code:
/*[Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)- Creates temporary table, query is far from optimized$sql = 'SELECT t.topic_idFROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' pWHERE p.post_time > ' . $user->data['user_lastvisit'] . 'AND t.topic_id = p.topic_idAND t.topic_moved_id = 0AND ' . $m_approve_topics_fid_sql . "GROUP BY t.topic_id$sql_sort";*/
Statistics: Posted by rockedge — Thu Aug 01, 2024 1:18 pm