Closed (fixed)
Project:
Service links
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2010 at 03:36 UTC
Updated:
6 Aug 2011 at 10:51 UTC
.
| Comment | File | Size | Author |
|---|---|---|---|
| D7_port-service_links.patch | 54.47 KB | pasqualle |
Comments
Comment #1
pasquallepatched version: [EDIT: download link removed]
Comment #2
himerus commentedHas there been any other work/consideration on this port to Drupal 7?
I'd love to see this one "ready" soon.
I'm currently building out several D7 sites, and rely heavily on the service links module.
I will download this patched version, and test it out on one of my current installations and report back.
Comment #3
himerus commentedThis patch "is" working well...
I'm using the image only version in nodes. The links version seems to be spotty.
Also, I was able to appropriately re-theme the image rendering to use my own images in a custom folder, so the underlying theme layer seems to be working well...
However, there IS a major issue in the linked version here.
hook_perm is gone in favor of hook_permission and must be updated in order for anyone but user 1 to see the service links.
http://drupal.org/update/modules/6/7#descriptions_permissions
The following snippet fixes things for me. I put in my own descriptions here, and added the restrict access flag on the administration permission.
Comment #4
ilya1st commentedsubscribing
Comment #5
pasqualleas I see similar patch was already committed
http://drupalcode.org/project/service_links.git/commit/1f85cfc
and a better D7 version is already available, so this task can be closed..
Comment #6
TheCrow commented@Pasqualle, thank you for the first efforce!
@himerus thank you for the correction!