Hello. I think there is a bug with how service_links are displayed. Whether I choose "Service links in links" or "service link in nodes"--when I click "read more" I see my service_links where I expect to see them (at the bottom of the page or in the links section at the bottom of the node), *however* if I click "add new comment" I would expect to *also* see my service_links but I do not. I think the developer is not accounting for how the user arrived at the bottom of the node, but the way I see it, regardless of how the user arrived at the bottom of the node---they should see identical content!---namely....the service links! I'm going to hold off deploying this module to my production site until this issue has been addresses. Thanks!
Comments
Comment #1
frjo commentedI see what you mean, this seems to be the result of setting the service links to show on "Full-page view". If you set it to "Teasers and full-page view" they will show on comment reply pages also.
I'm not sure but I think comment.module should call function node_view($node, $teaser = FALSE, $page = FALSE, $links = TRUE) with
and not like now
With this change the servicelink.module work a expected. I make an issue against comment.module and we will see.
Comment #2
frjo commentedSubmitted an issue for comment.module, see http://drupal.org/node/79941.
Comment #3
TheCrow commentedComment #6
silverwing commentedClosing comments (due to spam)