@danahendrickson,
You are seeing that opt in or opt out option because you have chosen to send notifications at intervals rather that immediately after a post is published. When configured this way there is no option to have control over categories (adding this feature would require far too much server processing power and would likely not work) and the decision is made you, the administrator.
I do not want users to control catgories; I want individual users to select how often they receive new posts: immediately, once-a-day, etc. as described for your plug-in.
Is this possible? How do I configure it so they can do this?
Thanks!
Dana
@dana,
What you are describing is not possible with Subscribe2.
Okay, I thought this would be a natural capability og your plug-in as it would make the subscription service user-friendly.
Users have different preferences so forcing them to accept a single universal option set by a single administrator’s seems very awkward.
Could I manually configure the options for individual users who request a particluar one?
Thanks,
Dana
@dana,
In my opinion and experience, this capability is not something that is scalable or deliverable using an interpreted computer language like PHP that is commonly run in a restricted manner (RAM and time limits) on shared web servers.
You can by all means start with the Subscribe2 code as a base and try to implement suc a feature but the changes needed probably are not trivial.