Closed (fixed)
Project:
Mailchimp
Version:
7.x-3.x-dev
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2012 at 23:03 UTC
Updated:
4 Aug 2015 at 18:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
antpre commentedHi there,
Thanks for the good job done with this module.
However I having the same issue as mentioned above.
In the campaign when I insert content from a drupal node using the macro the contextuel links show up on the rendered news lettre...
Disabling contextual link is a work around but certainly not a satisfactory solution.
For me the key selling point of this module is being able to insert content from drupal node.
Are you working on this issue ? Will a fix be available soon ?
Thanks
PS I am runing mailchimp with durpal core v 7.22
Comment #2
bountyla commentedYes, would deffenetly be nice with a better solution for this problem...
Comment #3
jody lynnI was able to use hook_contextual_links_view_alter for my use case.
Comment #4
filipdebruyne commentedAlso waiting for a solution for this issue. I can't send newsletters with 'edit this content' / 'remove this content' to my registered users ...
And the module contextual links is required for a bunch of Commerce modules, so I can't disable it.
Comment #5
hazaHere is a patch that forces drupal to render the node as an anonymous should be able to see them.
Comment #6
Aptalops commentedsubscribe
Comment #7
ashleysman commentedVerified that the patch in #5 solves this problem, thanks Haza.
Comment #8
Aptalops commentedCan also verify that the patch in #5 solves this problem, thanks Haza.
Comment #9
CountPacMan commentedPatch works with minor changes. Updated patch for 7.x-3.x-dev and kept code to remove contextual links.
Comment #10
jami commentedPatch pushed in 7.x-3.4: http://drupalcode.org/project/mailchimp.git/commit/053d35d
Thanks for everyone's work patching and reviewing!