Quote:
Originally Posted by Zowners
Hey Andrew just asking about that additional extra you gave me to limit downloads by posts. I want to add usergroup id 17 to the exceptions so that they dont require posts to download, im having difficulty finding where to add it in the code.
|
Take a look in the plugin code and find the line
Code:
$exclude_groups = array(6);
Change this to, e.g.
Code:
$exclude_groups = array(6, 17);