duplicate Read More links in emails
liquidcms - October 13, 2009 - 09:17
| Project: | Notifications |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I am using 6.x-2.1 and every email i get sent (using phpMailer) has duplicate Read More links for each post list in email. http://screencast.com/t/i36vPwkpYW5
It looks dev is a quite a bit newer than 2.1 so maybe i'll try that - although don't see a post here about this issue.

#1
nope, busted in dev version as well.
#2
wow.. talk about scary template management... ok, well i have put < none > in just about every field i could find under the many tpls i seem to need to modify, and i have now gotten rid of the double Read More links; still can get rid of double title though.
starting tpls though were the defaults; so would still call this a bug as it shouldn't be creating bad emails right out of the box.
#3
nope, my bad.. not 2 titles, just double "type has been updated" http://screencast.com/t/P2kQjE6w sure it is here somewhere in one of these tpls.
#4
ok, about to give up... got it close though.. after editting 3 or 4 tpls i have it pretty much trimmed of redundant info - still a "The [type] has been updated" string which isn't in any of the tpls; so i guess hard coded - doesn't this sort of defeat the purpose of a tpl if parts of it are hard coded??
#5
Take a look at this (template fallbacks), http://drupal.org/node/252625
About 'digest lines', if you set them to none, they'll default to the hardcoded message (?)
Really this happens with a Notifications out-of-the-box, no more settings?