Closed (won't fix)
Project:
Follow
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2011 at 11:37 UTC
Updated:
22 Apr 2013 at 19:20 UTC
Greetings. My use case requires social media links to be available on nodes as well as for site and user profiles.
IE: User has a personal facebook profile. User created node (perhaps for their business) may also have a facebook link - probably to a facebook page.
Is it possible to add CCK support to this module && would you be willing to add this feature?
Thanks kindly.
Comments
Comment #1
Donatoo commentedThis would be a great feature!
Comment #2
cwithout commentedThis can be accomplished by adding Views support to the module.
Please see #1419474: Add Views to D7 version of Follow for a patch and sample view that lists Follow links for a node author.
Comment #3
irk commentedSince #1419474: Add Views to D7 version of Follow has a working patch that solves this use case, I'm closing this as duplicate. It solves with Views instead of CCK but that's a more flexible approach.
Comment #4
barwonhack commentedI'm not so sure. My point was that an authors' identity is different to a node's identity.
Author: twitter/john-smith
Node: twitter/some-business-name
Comment #5
irk commentedThat's true, it's not a duplicate then.
This would definitely expand the scope of the Follow module. While this functionality is not possible now with Follow, to fit the use case you can already use CCK+Views to solve this problem. Follow does add a unified icon set (though that could be duplicated with themeing). The regex in Follow does ensure youtube links stay as youtube links, etc, but this can also be accomplished with Advanced Link. With that sort of approach, you also have a lot of freedom to decide how the follow links integrate with your content, whether in blocks, via Panels, in the tpl, etc.
Comment #6
q0rban commentedI'm not crazy about this. It would require quite a bit of refactoring of the code to accomplish, and once done, I have a feeling that the extra functionality would be confusing to site builders. Setting to won't fix.