Closed (won't fix)
Project:
Service links
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2006 at 17:39 UTC
Updated:
10 Dec 2006 at 17:05 UTC
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
Comment #1
frjo commentedTake a look at http://drupal.org/node/80326 and see if that would work for you, if so add your +1 vote to it.
Comment #2
coreb commentedI 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).
Comment #3
ginge commentedYou 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
Comment #4
coreb commentedOkay. I'll use that suggestion.