-
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
thanks for you help Roger Dodger. couldn’t get the peice of shit to work, not enough documentation in the buddypress… wiki… function list? not sure what it is, but its not helpful. Anyways i used drupal to achieve the same […]
-
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
Roger, This is the code I have thus far….
add_filter(“gform_post_submission_1”, “set_post_thumbnail_as”, 10, 2);
function set_post_thumbnail_as($entry, $form){//getting first image associated with the post
[…] -
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
Is this on the right track?
bp_activity_add(array( ‘id’ => $post_id, ‘action’ => ‘I did something awesome’, ‘content’ => ‘more content here’, ‘component’ => ‘your component’, ‘type’ => ‘activity_thing’ )); […]
-
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
Sorry I would search for it myself on buddypress however the search is broken..just returns me to the home page.
-
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
The form gets saved by the gravity forms, however this happens before the thumbnail gets set. Could you possibly help me out with some code I can add to my post submission filter? The documentation for buddypress really sucks… […]
-
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
Hi Roger, I jumped to a solution then, when in fact it does not work correctly, sorry…
I have used your code from page 1 to display featured image on the bp activity stream. However I have a gravity form that lets user upload […]
-
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 have found a solution if you are using gravity forms… I just need to know who to add the post id into the form submission function because atm it just uploads the image to the actually form page 🙁
add_action(“gform_pre_submission_2”, […]
-
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 […]
@thinkluke
Active 8 years, 11 months ago