Closed (works as designed)
Project:
Service links
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 May 2008 at 00:46 UTC
Updated:
4 Nov 2010 at 16:08 UTC
I just installed the module, and checked my permissions but the links aren't showing on blog nodes.
I checked permissions and settings.
Any ideas?
Comments
Comment #1
yuriy.babenko commentedI've been trying to figure out the same problem for the last hour.
I have set it to show on all node types, but it doesn't show up for blog nodes :/
Comment #2
yuriy.babenko commentedOK, found the problem.
service_links.module, change line 296 from:
to:
Hopefully this fix doesn't break the internets. ;)
Works for me...
Comment #3
yuriy.babenko commentedJust had a chance to go through my site in more detail...
The above "fix" causes problems on other pages. The service_links module only displays when you're viewing an individual node on the page, not when you're viewing several teasers. Using my change from above causes it to try to display on all pages, but when it can't find the particular node to load, warnings start popping up...
It seems to be working on individual blog nodes now. (Original code)
Comment #4
TheCrow commented