Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1753

[3.3.x] Support Forum • Re: Strange Results using New Posts Search Function in v3.3.12

$
0
0
Excellent!

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";*/
Which does seem to change the behavior. I will immediately check out this new information! Thanks for the head's up!

Statistics: Posted by rockedge — Thu Aug 01, 2024 1:18 pm



Viewing all articles
Browse latest Browse all 1753

Trending Articles