Views integration: Add a Service Links field
q0rban - June 17, 2009 - 15:07
| Project: | Service links |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
Attached patch adds a service links field for views integration.
| Attachment | Size |
|---|---|
| service_links_views_field.patch | 3.22 KB |

#1
Could someone please confirm whether this patch will be integrated into the next official release of service links?
Thanks very much,
Robbie Jackson
#2
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
#3
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!
#4
i may not have cleared my views cache... thanks! :)
#5
Is this patch commited to any release?