Replies
- Tosin on August 17, 2023 at 12:48 pm in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50233
Thanks for the feedback
Can I proceed to update BuddyBlog Pro to the current 1.3.9 version as the version you sent me is 1.3.7
Also will BuddyBlog Pro 1.3.9 work with the pay per post you sent me.Thanks
- Tosin on August 11, 2023 at 3:47 pm in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50180
Hello Ravi,
Any update on the next stage
Thanks
- Tosin on August 7, 2023 at 1:16 pm in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50121
The next stage now would be to enable the (promote) button for non expired/promoted posts
Thanks
- Tosin on August 4, 2023 at 11:31 am in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50099
I have disabled the script manager for now
- Tosin on August 4, 2023 at 11:17 am in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50098This reply has been marked as private.
- Tosin on July 26, 2023 at 12:14 pm in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50031
Hello Ravi
Have you been able to watch the video
- Tosin on July 24, 2023 at 11:48 am in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50020This reply has been marked as private.
- Tosin on July 21, 2023 at 11:34 am in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #50012
Hi
1. Copy and paste https://ibb.co/L93Y1g4 in the browser search bar
4. so this code should work
add_action( 'bp_activity_entry_meta', function () { global $activities_template; if ( ! function_exists( 'bblpro_ppp_promote' ) || empty( $activities_template->activity ) || empty( $activities_template->activity->secondary_item_id ) ) { return; } $post_id = $activities_template->activity->secondary_item_id; $form_id = bblpro_post_get_form_id( $post_id ); if ( $form_id ) { echo bblpro_ppp_promote( $post_id, array( 'label' => esc_html( 'Edit or Promote Your Post' ) ) ); } } );
- Tosin on July 18, 2023 at 12:30 pm in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #49979
Hello Ravi,
Apologies for the late feedback I was just discharged from the hospital.
I have tested the plugins you sent and noticed
1. Clicking the promote button displays weird code, see image https://ibb.co/L93Y1g4
2. How does the shortcode [bblpro_ppp_promote post_id=126] work, is it for promoting a single specific post
3. For old non promoted posts, after clicking the post edit button and user is redirected to the post editor, the pay per post product selection field is still visible instead of being hidden. While editing an old non promoted post and I select a product price the post is only updated and not redirected to checkout.
If there is no redirection to checkout then I think the pay per post product selection field should be hidden in the editor only when editing old post. The pay per post product selection field should only display when creating a new post
4. I would also like to display the promote button in activity meta button section like https://ibb.co/PrPnhB1
Thanks
- Tosin on July 4, 2023 at 8:46 am in reply to: [Resolved] Buddyblog pay per post improvement/suggestion #49899
Awesome, I would like to ask if it will be possible to add the button to the activity meta buttons as I have this code for something similar
add_action( 'bp_activity_entry_meta', function () { global $activities_template; if ( ! function_exists( 'bblpro_get_post_edit_link' ) || empty( $activities_template->activity ) || empty( $activities_template->activity->secondary_item_id ) ) { return; } $post_id = $activities_template->activity->secondary_item_id; $form_id = bblpro_post_get_form_id( $post_id ); if ( $form_id ) { echo bblpro_get_post_edit_link( $post_id, array( 'label' => esc_html( 'Edit or Promote Your Post' ) ) ); } } );
Kindly see image https://ibb.co/PrPnhB1