Closed (fixed)
Project:
Share
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2007 at 15:20 UTC
Updated:
5 Jan 2008 at 14:36 UTC
I add some add on links on service links module, but I found share module doesn't use them. Is it possible to add it ?
Comments
Comment #1
greenskin commentedHow did you add the additional links on service links module? There have been a couple of service_links patches that implement a hook for adding custom links. Did you use one of these patches plus another module that utilizes the patched hook, or did you include the link code yourself into service_links.module?
Comment #2
greenskin commentedComment #3
dennys commentedI add it in the service_links.module file directly, is it a correct solution ?
Comment #4
greenskin commentedYes, this if fine. Are you still having problems with the Share module not showing the custom links? As long as your link is named with 'service_links_' before it like $links['service_links_linkname'] then it should show up. Let me know if this is not the case.
Comment #5
dennys commentedYes, the problem is not existed anymore, thanks.