Search found 1 match

by Mimic
29. July 2023 10:51
Forum: Board3 Portal 2.3.x - English Support
Topic: Show news from a certain user only
Replies: 2
Views: 5080

Re: Show news from a certain user only

Try this code, pal youtube vanced .
$user_id = 232; // Replace this with the desired user ID

$sql = 'SELECT COUNT(topic_id) AS num_topics
FROM ' . TOPICS_TABLE . '
WHERE ' . $topic_type . '
AND topic_visibility = ' . ITEM_APPROVED . '
AND topic_moved_id = 0
AND topic_poster = ' . $user_id;

Go to advanced search