Hi severins,
Sorry but I dont understand this.
The original line was (its now commented):
//$sql_query = “SELECT * FROM $lnx_PRT_options[prt_phpbb_tt] WHERE TOPIC_APPROVED = 1 $EXCLUDED_FORUM $EXCLUDED_FORUM ORDER BY”;
I changed it to:
$sql_query = “SELECT * FROM $lnx_PRT_options[prt_phpbb_tt] ORDER BY”;
so the plugin would work, but it still shows posts from excluded forums.
What change should I do to not showing those posts?
Thnks in advance