Quantcast
Viewing all articles
Browse latest Browse all 2449

Extension Writers Discussion • Help to exclude locked forums from my sql

Hello,

Hope someone can help me exclude locked forums from ths sql:

Code:

FROM ' . TOPICS_TABLE . ' tLEFT JOIN ' . FORUMS_TABLE . ' fON (t.forum_id = f.forum_id)WHERE ' . $this->db->sql_in_set('t.forum_id', array_keys($this->auth->acl_getf('f_read', true))) . 'AND ' . $this->content_visibility->get_visibility_sql('topic', 't.') . 'ORDER BY t.topic_last_post_time DESC';

Statistics: Posted by Stoker 4.0 — Wed Feb 26, 2025 1:43 pm



Viewing all articles
Browse latest Browse all 2449

Trending Articles