Closed (outdated)
Project:
Insert View
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2008 at 15:18 UTC
Updated:
28 Oct 2025 at 17:31 UTC
Jump to comment: Most recent
I'm using insert view to send my frontpage to all my simplenews subscribers.
Everything is fine except that in the email content there are even the hover links over views (Modify, Export and Clone links).
If I disable the over links the mail is sent without them.
Comments
Comment #1
bdwelle commentedI agree this is an issue. Ideally, the insert_view calling syntax would include an option to disable the hover links. For my purposes, I never want them in inserted views, so I hacked the module and added a single line to the _insert_view_substitute_tags() function:
Comment #2
jct commentedThere are more ways to achieve this posted here:
http://drupal.org/node/517028
...advantage being that you can turn off the hoverlinks for just a single view.
Comment #3
thommyboy commentedcan we expect an official new release with a solution? the "patch" is working for me
but it would be really nice to have a "clean"solution as I would expect the hover links
to be displayed when I admin the page containing the view(s) but not displayed for
anonymous users...
Comment #4
Sepero commentedHopefully this is patched. The only reason I was able to find this solution was because I also use simplenews. Unfortunately, there are probably people having this same problem with other ways of using insertview.
Comment #5
igor mashevskyi commentedD6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D6 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!