Attached patch adds a service links field for views integration.

CommentFileSizeAuthor
service_links_views_field.patch3.22 KBq0rban

Comments

rmjackson’s picture

Could someone please confirm whether this patch will be integrated into the next official release of service links?

Thanks very much,

Robbie Jackson

wrb123’s picture

i'm confused about how to apply this patch myself. it looks like it adds some lines of code to the main service links .module file, but then does it create two more files? if so, where do i put those files? i tried putting them in the module folder, and also in the views plugins folder and a service_links subfolder there, yet i cant get the field to show up within views. any help would be greatly appreciated.

thanks,
bill

q0rban’s picture

Hi Bill! the patch was created relative to the service_links module.

in the service_links module folder, run:

patch -p0 < service_links_views_field.patch

also read http://drupal.org/patch/apply

You'll have to clear the views cache after applying the patch.

Thanks!

wrb123’s picture

i may not have cleared my views cache... thanks! :)

mattiasj’s picture

Is this patch commited to any release?

benedictsteele’s picture

I can confirm that this works really well.

It would be great to get this added to the next release.

portulaca’s picture

Status: Needs review » Reviewed & tested by the community

I also tested it and it works as expected. Thank you for the patch.

Can this please be included in dev?

scrimmage’s picture

yep: that's done it. thanks a lot.

skolesnyk’s picture

It's not in the dev. Using latest from 2010-Jan-20

marta_yo’s picture

good!!
manual installation with all files in the folder modules/service_links

thanks!!

jhedstrom’s picture

This patch works as advertised. It would be nice to get this into 2.x dev at the very least.

TheCrow’s picture

Version: master » 6.x-2.x-dev
Status: Reviewed & tested by the community » Fixed

Added it, thank you!

Status: Fixed » Closed (fixed)

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