Login  Register

Manage Subscriptions - add Digest or Individual indication

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Manage Subscriptions - add Digest or Individual indication

Coleen_Astalos
495 posts
On the Manage Subscribers page, it shows the users Name, Email address, Subscription Type and then a link to Unsubscribe them.

The Subscription Type just shows "All Posts" or "New Topics Only".  Is there a way to add a column that shows whether they're getting them in "Digest" or "Individual"?

This would help me with members who don't understand why they're not getting the emails.  I'll be able to tell if they should only be getting one each night or if they're on individual and maybe the messages are going to their SPAM folder or being filtered by their ISP.

Thanks,
Coleen
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Manage Subscriptions - add Digest or Individual indication

Coleen_Astalos
495 posts
I've figured out mostly how to do this.  In the macro: list_subscribers, I've added column for subscription frequency.  I just don't know what the field name is for digest vs regular.  It looks like n.subscription.type is the All posts vs New Topics Only.  So I"m assuming that there is a similar field that indicates digest versus regular.

Is there somewhere to see the definition of the fields under subsctiption and the values?
Thanks,
Coleen
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Manage Subscriptions - add Digest or Individual indication

Pedro
2557 posts
Please, use n.subscription.type. You will receive INSTANT or DAILY_DIGEST.
My test forum.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Manage Subscriptions - add Digest or Individual indication

Coleen_Astalos
495 posts
Thanks!  Works great.