I would like to be able to choose which specific nodes to include the service_links on. For some of my post, like those of a personal nature, I don't want posts to go to digg, et. al. But I would want a tech related article to have those links on them.

See: http://drupal.org/node/39345#comment-175154 for where this issue comes from.

Comments

frjo’s picture

Take a look at http://drupal.org/node/80326 and see if that would work for you, if so add your +1 vote to it.

coreb’s picture

I did comment on that post, but this feature request is slightly different. In this one, I am asking to be able to select if a node will have the service_links or not (preferably on the node creation page).

ginge’s picture

You can achieve that with the service links patch you commented on. Create a new category for service links, and tick that category when you create a node that it must appear in.

This would seem to be the easiest way to do this, otherwise you would probably need a db table to track which nodes are service link enabled. If that is really really what you want, I could make a fairly trivial patch to do it, but I think it's not really needed.

Barry

coreb’s picture

Status: Active » Closed (won't fix)

Okay. I'll use that suggestion.