BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Custom User Metadata shortcode does not work on tabs #53116

    Hi Mike,
    You will meed something like this

    
    function my_assessment_score( $atts ) {
    // Parse the shortcode attributes
    	$atts = shortcode_atts( array(
    		'post_id' => 0, // Default to 0 if no post ID is provided
    	), $atts, 'assessment_score' );
    
    // Determine the post ID to use
    	$post_id = $atts['post_id'] ? intval( $atts['post_id'] ) : get_the_ID();
    
    // Return the assessment score for the specified post ID
    	return $post_id ? get_post_meta( $post_id, 'assessment_score', true ) : '';
    }
    
    add_shortcode( 'assessment_score', 'my_assessment_score' );
    
    

    Also, for the profile tabs, if you do not pass the post id, It will not show anything.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Demo not loading Community Builder Pro #53115

    Hi Kim,
    I am sorry, the demo got disabled due to our hosting changes.

    I will update the theme page to reflect it. The theme is not fully compatible with BuddyPress 14.0(needs BP classic) and we don’t have a long term plan for now.

    I will suggest looking for other options.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Azra,
    Thank you for your post.

    1. You do not need simple front end post plugin with BuddyBlog pro.

    2. It seems the BuddyBlog pro setting is correct. If your users have issues with default, It is probably one of the other plugins or theme causing it. BuddYblog Pro uses wp_editor to delegate to WordPress for showing the rich text editor.

    My sugegstion would be to test by switching theme/activating/deactivating plugins. I do not think the preference has any effect on front end.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Michel,
    Thank you for the reply.

    can you please share more details about your post type. Are you using ‘post’ post type or a different one. is that post type public or private?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Stephanie,
    Thank you for the reply.

    1. Deleting a plugin from plugin folder is safe. WordPress will not find the plugin(may show you a notice on plugins screen if the plugin was active when you deleted it).

    2. Some of the plugins may create cache etc but the Conditional profile field does not. So, you can delete it without any worry of leftover(there are couple of xprofile meta fields which will remain).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Stephanie,
    I am sorry for the experience.

    The plugin can not stop WordPress from deleting. Most probably you have some other issues(file permission) or a plugin throwing error on file system operations. The conditional plugin has no such ability.

    There are multiple ways to resolve it.

    Quick solution:- You can use FTP to delete if the admin panel does not work.
    Better solution:- Enable debug in WordPress and find out the origin. You may post the debug log here and we will be glad to assist/point to the right direction.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Buddypress custom profile question #53074

    Hi Kim,
    I assume you have figured it out.

    It is done by one of the 3rd party plugins(It could be our BuddyPress Moderation tools + BuddyPress Block user) or “Block, Suspend, Report for BuddyPress” plugin by Bouncingsprout Studio, or from another company offering similar solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Michel,
    Welcome to BuddyDev support forums.

    Thank you for using the plugin.

    Please visit Dashboard->BuddyBlog->Settings-> “Post” and scroll to the bottom for the “Misc Settings” section.

    Please ensure that “Make single post viewable on profile?” is set to “No” and save the settings.

    Please let me know if that solves your issue or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Problem with buddypress groups #53072

    Hi Stijn,
    Thank you for purchasing Community Builder pro.

    Please install BuddyPress classic and activate it.
    https://wordpress.org/plugins/bp-classic/

    After that, Please visit Dashboard->settings->BuddyPress->Options and make sure “BuddyPress Legacy” template pack is selected. Please save the settings and try again.

    That should make everything work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Show featured Buddypress members by search term #53064

    Hi Stephanie ,
    Thank you for the suggestion.

    I am sorry, currently, there is no way to achieve it.

    We lack the time for currently implementing it but it is certainly a good suggestion and we will be keeping it for future reference.

    Thank you
    Brajesh