You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if the guys at Give have planned this feature already, but it would be cool to think how we could easily create a page that would output people who have donated.
I've put a little bit of thought into this and I think the most flexible solution would be using a shortcode. Looking at how Give does things they might have a similar solution planned for non-BuddyPress communities to show donations.
But because we use BuddyPress we could something like
I'm not sure if the guys at Give have planned this feature already, but it would be cool to think how we could easily create a page that would output people who have donated.
I've put a little bit of thought into this and I think the most flexible solution would be using a shortcode. Looking at how Give does things they might have a similar solution planned for non-BuddyPress communities to show donations.
But because we use BuddyPress we could something like
This would output a Member loop of all those who have donated as a recurring sponsor. By default this loop should be bare bones with just the avatar.
Shortcode Parameters Ideas
Some additional custom parameters we can add to make this super flexible
Some style variations like "list" "card" "directory". This is just to open up the way for custom templates in the future.
Show an avatar yes or no.
Show the donation amount (in case of custom donation amounts)
Show the message attached to the donation (if added through a Give custom field)
Show xprofile fields from the user his BuddyPress profile (Name, Location, Age etc etc)
Sort by alphabet, date or donation amount.
Add a custom CSS class to the div container
Hide certain users
A custom loop of users based on user name/ID.
I'm sure there are others I forgot about!
Shortcake Integration
In a perfect world we would look into integrating the shortcodes with ShortCake http://next.fusion.net/tag/shortcode-ui/
@mathetos, @Mamaduka & @mathetos any ideas?
The text was updated successfully, but these errors were encountered: