hi
should be sufficient to make this
admincp ->Plugins & Products ->Plugin Manager search Second Post ADS (press edit)
seach this code
Code:
if (is_member_of($this->registry->userinfo,$ctads['groups']))
{
$ctads['ok'] = false;
}
change to
Code:
if (!is_member_of($this->registry->userinfo,$ctads['groups']))
{
$ctads['ok'] = false;
}
Search this phrase
- $vbphrase[setting_ads_ct_groups_title] on english traslate set: Select the Usergroup to be INCLUDED (permitted)
- $vbphrase[setting_ads_ct_groups_desc] on english traslate set: only groups check show the second post ads
let me know if it works
Regards,
Asterix