Hi,

I'm using the service links module as a block. I'd like the block to show when a user views an image gallery. Essentially each tag forms it's own gallery. So I guess you'd use the path to the tag ID and the tag title as the inputs needed.

-- Sugendran

Comments

TheCrow’s picture

Version: 5.x-1.x-dev » 6.x-2.x-dev
Status: Active » Fixed

2.x contain already a block for not-node pages, in the old version just need create a block and insert the code below:

  print theme('service_links_block_format', service_links_render(NULL));

Status: Fixed » Closed (fixed)

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