Search found 1 match
- 22. May 2023 20:07
- Forum: Board3 Portal 2.3.x - English Support
- Topic: Show news from a certain user only
- Replies: 2
- Views: 3802
Show news from a certain user only
Hi, I would like to use the news module but showing only the topics from determinated id user. In news.php, I tried adding a new sql sentence like: AND topic_poster = (user_id), but it didn't work. :cry: $sql = 'SELECT COUNT(topic_id) AS num_topics FROM ' . TOPICS_TABLE . ' WHERE ' . $topic_type . '...