it is not displaying service links when view is set to display fields. Service links field is also added but it is only showing Label and no links are displayed.
Views version is 7.x-3.x-dev

Comments

TheCrow’s picture

file service_links_handler_field_service_links.inc

replace the row 39:

return theme('links', service_links_render($node, TRUE));

with this:

return theme('links', array('links' => service_links_render($node, TRUE)));

TheCrow’s picture

Status: Active » Fixed

Committed!

Status: Fixed » Closed (fixed)

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

Katrina B’s picture

Status: Closed (fixed) » Active

The current dev version does not seem to display Service Links at all in Views. I tried Content: Service Links; I tried a list of nodes instead of a list of fields. I tried a Block Reference field (linked to the Service Links block). Nothing worked.

The Service Links show up on the nodes -- but not in Views.

milos.kroulik’s picture

Same for me on the same setup.

Sorry, was my mistake.

GilAnder’s picture

There is a block called "Service links for not-node pages" which has to be placed in a region to appear.
Maybe is it your problem.

JeepingJohnny’s picture

Service links for Display Suite works through a View into Panel. I got it running right now. Though I am having a little problem with Share on Facebook Widget.

Service Links Displays check in modules.

simon georges’s picture

Status: Active » Closed (fixed)