Closed (fixed)
Project:
Subscriptions
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2008 at 07:03 UTC
Updated:
11 Sep 2008 at 05:32 UTC
When you get email notification there are unsubscribe links for each content which is redundant. Only one unsubscribe link is enough at the bottom of the email. Is there away to get rid of the repetitive link after "Direct unsubscribe link (content type)"?
Comments
Comment #1
salvisNo, there's no way to get rid of multiple links. They are typically not redundant, because you usually have more than one subscription.
If you only have one subscription, say to the 'forum topic' type, then you'll have the same link over again, but that's a special case that doesn't warrant a special effort.
Comment #2
wisdom commentedIf you take also feed subscription at one time a large number feeditems get updated. Then the email too crowded with unsubscribe link. It does not good look. Usability is suffering here.
Comment #3
salvisWhat is a feed subscription?
Comment #4
wisdom commentedI use feedapi module to aggregate job feeds from a couple of other sites. Each feed update every 24 hours and got a handful of them saved as feed item nodes. My site sends out these feed items to subscribers using subscriptions module.
Comment #5
salvisAren't they a content type of their own? You could remove the unsubscribe link for that type.
Comment #6
wisdom commentedYes they are content type of their own. I will try and see your recommendation.
Comment #7
wisdom commentedThe one below is the modified mail template I am using which get rid of
| Direct unsubscribe link (!subs_type):
| !unsubscribe_url
But I keep getting the unsubscribe link for each content.
Comment #8
salvisI think you're talking about digests, no?
Then you want to modify the digest item template on admin/build/mail_edit/subscriptions-digest.
Use either !subs_type or !node_type to form a condition, if you want.
Comment #9
wisdom commentedThis sounds a solution. I made changes and will see the result in the next email notification when the feed is updated.
Comment #10
wisdom commentedproblem solved
Comment #11
salvisGreat, thanks!
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.