I'm liking this mod. Only problem is it shows featured threads even if a user doesn't have permission to view the thread. Here's the query that selects the featured threads:
PHP Code:
$query="select * from " . TABLE_PREFIX . "thread WHERE `featured` = 'featured' limit $rows ";
What would we need to change here to make it so it only selects threads the user has permission to view?