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

modstore’s picture

Not 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.

simon georges’s picture

Category: bug » support
Status: Active » Fixed

I've managed to have it working following these steps:

  • Enable some services;
  • Choose the content type(s) where you want them to be displayed;
  • Choose disabled on the fieldset below regarding where you want them displayed;
  • Position the Service Links block where you want it.

What was your issue exactly?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.