BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Buddypress Featured Member Feature Suggestion #41103

    Hello Tosin,

    Please try the following plugin. It allows you to make any WooCommerce product be set as a featured member product means anyone who buys this product will be marked as featured.

    Plugin Url: https://github.com/buddydev/bpfm-woocommerce-addon/archive/refs/heads/master.zip

    Look at the screenshot from the edit product screen in the admin section.

    https://www.awesomescreenshot.com/image/15419790?key=2cfaca55a8e0eb86565b148442c29507

    Regards
    Ravi

    • This reply was modified 3 years, 9 months ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Alison,

    Please upgrade your plugin to “1.0.7” and give it a shot now.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Assigning Member Types During Profile Creation #41084

    Hello Kiki,

    Please update “BuddyPress Member Types Pro” plugin and use the following code:

    
    
    add_filter( 'gform_addon_pre_process_feeds', function ( $feeds, $entry, $form ) {
    
    	if ( ! function_exists( 'gf_user_registration' ) ) {
    		return $feeds;
    	}
    
    	if ( gf_user_registration()->has_feed_type( 'create', array( 'id' => $form['id'] ) ) ) {
    		add_filter( 'bpmtp_disable_bp_role_override', '__return_true' );
    	}
    
    	return $feeds;
    }, 10, 3 );
    
    

    Please let me know if it helps or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddyblog assign different author to specific form id #40936

    Hello Tosin,

    Thank you for the suggestions. I have added this into the BuddyBlog Pro todo items and we will consider this in future versions of the plugin. If you are okay with the custom code I can give you the code which will update the post author once the post is published.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: MediaPress Gallery — Mixed content #40935

    Hello David,

    Thank you for posting. With your requirement, we have the functionality to allow mixed gallery. But we don’t have any plans to enable it anytime soon. The reason is the User interface. Displaying mixed media in a single gallery is going to make the layout look awful and that’s the reason we haven’t enabled it.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] BuddyBlog shows "Uncategorized" when using tags #40934

    Hello Gibby,

    Thank you for asking. WordPress has a default post’s category with the name “Uncategorized”. You can edit this category or create new categories under Posts > Categories in the admin section. Please take a look and let me know.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Blog Categories For Groups #40852

    Hello Charles,

    Sorry for the inconvenience. Both BuddyBlog Pro and Blog Categories for groups are different plugins. Blog Categories for groups plugin needs Simple Frontend Post plugin to work.

    Please share the screenshots of the issue you are facing it will help me to understand your issue more clearly.

    Regards
    Ravi

    • This reply was modified 3 years, 10 months ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Blog Author Profile for Buddypress sites #40851

    Hello Charles,

    “Blog Author Profile for Buddypress sites” is a tiny plugin that is why there is no documentation is made for this plugin. It just offers a widget that shows the post author’s BuddyPress profile field info on a single post page.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddypress user blog post manager layout suggestion #40833

    Hello Tosin,

    Thank you for the suggestions. We have added this in our todo items for BuddyBlog Pro. We will consider this view in upcoming releases and will let you know.

    Regards
    Ravi

    • This reply was modified 3 years, 10 months ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Kiki,

    Thank you for sharing the plugin. I will check and let you know.

    Regards
    Ravi