-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting 13 years, 4 months ago
@tindell – this is one of several areas where the BuddyPress core API embeds too much markup and presentation, causing a consequent problem for developers.
If you look at my solution on page 1 of this thread, you have the […]
-
thinkluke posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting 13 years, 4 months ago
I got the exact same issue here @tindell … featured image will not display in buddypress activty until I update it in the backend of wordpress manually 🙁 Has anyone come up with a solution? This is really frustrating!!!! Ah […]
-
ARHistoryHub posted on the forum topic BuddyPress Like will change in 0.0.9 in the group BuddyPress Like: 13 years, 7 months ago
@tindell – Sounds like we’re ‘screwed’. But just as I was reading your post I saw that another promising plugin is just now under development – https://buddypress.org/community/groups/creating-extending/forum/topic/rate-anything-new-plugin-in-development-soliciting-architecture-advice. Looks like a viable successor to the Like plugin! @Dwenaus
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 13 years, 7 months ago
@tindell: adding the excerpt should be straightforward – around line 32 in my pastebin code (from page 1), after you’ve assigned the thumbnail to the activity_content – you’ll need to do something like: (for standard WP excerpt): $activity_content .= $post->post_excerpt; (for BP excerpt): $activity_content .= bp_create_excerpt…[Read more]
@tindell
Not recently active