snblackout
snblackout
Comments
-
FYI, I was able to modify the code where I needed it by using the below logic to determine if it was a sub user or not:
<?php if(!get_app_info('is_sub_user')):?>
<?php endif ?> -
Has anyone found a workaround for this? I'd like to specifically prevent a client from seeing the list of subscribers (since they'd be 3rd party and it's against company privacy policy), but have permissions to create and send campaigns to the l…
-
That was it, some php settings were changed since using Sendy last. Thank you.