Posted by sdsheridan on September 7, 2010 at 11:59pm
3 followers
Jump to:
| Project: | Share Buttons (AddToAny) by Lockerz |
| Version: | 6.x-3.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In searching the various social networking add-ons for linking / bookmarking, one thing that none of them seemed to do that well was link to a user profile. Yet I might want to Dig or find Delicious a particular member's profile. So, I created a patch to AddToAny that did that. It does it in one of two ways:
- Through a new block that can be shown on user/* pages via block configuration.
- Through a setting that makes a modification via hook_alter_profile to add the button to the user profile within the content of the profile. For this option, I made additions to the configuration settings to specify (a) show it in the user pages, and (b) what weight should it be (for positioning). The button is wrapped in
<div class="addtoany-user-profile">so the button can be styled and positioned if necessary.
Would be great if this made it into the next version!
Shawn
| Attachment | Size |
|---|---|
| addtoany_cbd-2010-09-07_user_profiles.patch | 5.26 KB |
Comments
#1
Shawn, this sounds really interesting! Can't wait to try it out as soon as I get a chance.
#2
I was just looking for this feature in Drupal 7, but as this was never commited nor tested, does that mean that this feature doesn't exist in D6 either ?