Closed (fixed)
Project:
Service links
Version:
7.x-2.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2012 at 23:20 UTC
Updated:
27 Mar 2013 at 19:50 UTC
I would like to enable the service links in a block on the node pages for formatting reasons. But it seems if I don't enable service links for a content type, the block is not visible either. When I do enable the content type, the block is visible as is the standard node service links, so I then have the links twice on the page.
Comments
Comment #1
modstore commentedNot sure if this functionality is by design or not, but it seems to me that it shouldn't work this way, unless I am missing something.
To get it working for my needs, I changed the node type/path check from if (service_links_show($node)) to just the path check if (_service_links_match_path()) for the block.
Comment #2
simon georges commentedI've managed to have it working following these steps:
What was your issue exactly?