Attached patch adds a service links field for views integration.
| Comment | File | Size | Author |
|---|---|---|---|
| service_links_views_field.patch | 3.22 KB | q0rban |
Attached patch adds a service links field for views integration.
| Comment | File | Size | Author |
|---|---|---|---|
| service_links_views_field.patch | 3.22 KB | q0rban |
Comments
Comment #1
rmjackson commentedCould someone please confirm whether this patch will be integrated into the next official release of service links?
Thanks very much,
Robbie Jackson
Comment #2
wrb123 commentedi'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
Comment #3
q0rban commentedHi 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!
Comment #4
wrb123 commentedi may not have cleared my views cache... thanks! :)
Comment #5
mattiasj commentedIs this patch commited to any release?
Comment #6
benedictsteele commentedI can confirm that this works really well.
It would be great to get this added to the next release.
Comment #7
portulacaI also tested it and it works as expected. Thank you for the patch.
Can this please be included in dev?
Comment #8
scrimmage commentedyep: that's done it. thanks a lot.
Comment #9
skolesnyk commentedIt's not in the dev. Using latest from 2010-Jan-20
Comment #10
marta_yo commentedgood!!
manual installation with all files in the folder modules/service_links
thanks!!
Comment #11
jhedstromThis patch works as advertised. It would be nice to get this into 2.x dev at the very least.
Comment #12
TheCrow commentedAdded it, thank you!