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
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
Comment #1
TheCrow commentedfile 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)));Comment #2
TheCrow commentedCommitted!
Comment #4
Katrina B commentedThe 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.
Comment #5
milos.kroulik commentedSame for me on the same setup.Sorry, was my mistake.
Comment #6
GilAnder commentedThere 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.
Comment #7
JeepingJohnny commentedService 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.
Comment #8
simon georges commentedThe main topic of the issue is fixed. Regarding Display Suite Integration or Panels, you may look at #1789332: Service Links Displays stopped working with DS 7.x-2.x, #1705154: Service links and display suite and #1334886: Provide a (Panels) custom content type for service links..