BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Hi Brent,

    Thank you for the reply.

    I am sorry but MediaPress will not be able to support BuddyBoss as it does not make sense for us to support some feature which is almost same as their native features. I understand your needs but we have no benefit for supporting an outlier case where we have to invest significant time without being much helpful in general.

    If you want to use sitewide gallery, we will try to help with supporting that for BuddyBoss though. I will suggest disabling members/groups integration and enabling sitewide only.

    If you face issues with that, Please let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Hi Brent,
    Thank you for the post.

    I am sorry, I removed the credentials as the topic can not be marked private(Replies can be).

    MediaPress and BuddyBoss are incompatible. BuddyBoss have their own media solution and have created the experience around that.

    I will suggest using BuddyBoss media(you can enable it from components) instead of MediaPress when using BuddyBoss.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: BuddyBlog Pro – Groups – Activity Entries #55064

    Hi Nik,
    Hope you are doing well.

    I finally tested it on BuddyPress 14.0 and I am unable to reproduce your issue.

    Please take a look.
    https://ibb.co/5hFg2svG
    https://ibb.co/0jDQpGxM
    https://ibb.co/yct6dzRS
    https://ibb.co/dwSBJMYx

    Can you please share me a screenshot/video listing all the settings of the BuddyBlog Groups? or if you have a staging site, please allow me temporary access to it.

    I am assuming that you are using latest version of the BuddyBlog and BuddyBlog Groups(RC14)

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Hi Antonio,
    Welcome to BuddyDev support forums.

    I am sorry for the delayed reply. At the moment, the plugin does not have the ability to link to custom url.

    I can update the plugin and add a filter that will allow linking to a different url. Will it be fine with you if I shared some snippets(after plugin update) for this purpose? If yes, please provide me API details from WCFM that helps differentiate if a user is a store and to retrieve the store url for a user.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: Help Needed with Profile Completion Plugin #55062

    Hi,
    Hope you are doing well.

    In that case, your page id might be incorrect. The code will disable redirect on the specific page, it does not know what that page is.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: How to get rid of this at sign? #55061

    Hi Josh,
    Thank you for the question.
    The simple solution is to use css.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Hi Joh,
    I am sorry for the delay in reply.

    Please use this code, it will completely disable the linking.

    
    
    add_action( 'bp_init', function () {
    
    	$priority = has_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data' );
    
    	if ( false !== $priority ) {
    		remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', $priority );
    	}
    
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Hi,
    Welcome to BuddyDev support forums.

    I am sorry for the delayed reply. Can you please share more details:-
    – Is it for BuddyPress or BuddyBoss?
    – Is it happening for all groups or one of private/public/hidden groups?
    – Is it happening for any specific type of activity or all type

    Which plugin(BuddyPress/BuddyBoss) and theme are you using?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: BuddyBlog Pro – Groups – Activity Entries #55058

    Hi Nik,
    I am sorry, I had couple of bad work weeks recently and could not do much about it. Please allow me till day end this Wednesday, I will have a proper explanation/solution.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: Continer Class issue with Activity Plus Reloaded #55057

    Hi Lea,
    Hope you are doing well.

    Which theme and template pack are you using? Is it happening on post from profile activity stream or sitewide(or both).

    Please let me know and I will assist.

    Regards
    Brajesh