Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Buddyblog pro suggestions #36067

    Hi sierra,
    Welcome to BuddyDev.

    Thank you for your interest in the plugin. I appreciate the suggestion.

    Can you please point me to a resource showing the single taxonomy field with ACF? We will be glad to have it quickly.

    We are still weighing having ACF support on front end. Even if it comes in future, we will our own custom fields support too for users who need it. We have added support for displaying custom fields in our latest release and our next goal is to work on the field types.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi James,
    Thank you.

    Please get in touch via this form
    https://buddydev.com/buddypress-custom-development-service/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Buddypress Hashtag plugin #36065

    Hi Tosin,
    We have got it working as part of our upcoming activity enhancement module.

    We do not plan to release it as an individual plugin. It will be available when we are releasing our upcoming theme. The goal is to have maximum compatibility with our upcoming 2 themes with all of our extra offering for activity in a single plugin.

    It can be used with other themes too but that is not our priority for now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: [Resolved] is custom services still available? #36056

    Thank you Nick.
    I look forward to your email.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Kateryna
    Thank you for using the plugin.

    Please look for this section under Dashboard->BuddyBlog->Settings-> Post type(the post type specific tab)

    
    Activity Integration
    

    Please make sure it is enabled.

    If is is enabled and the post does not appear in activity, can you please tell me what is the post type used? is the post type public/private?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Janet,
    Thank you for the kind words.
    I am glad I was able to assist. All the best with the project 🙂

    Have a great day!

    Regards
    Brajehs

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Janet,
    I am sorry, I forgot to mention one change needed in teh activity url preview plugin.

    Please open plugins/rtmedia-activity-url-preview/app/assets/js/rtm-url-preview.js

    and on line 131, please change this

    
    urlText = this.value;
    

    to

    
    urlText = $(this).text();//this.value;
    

    Also, delete the rtm-url-preview.min.js file and rename the above file to rtm-url-preview.min.js file.

    That will take care of it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: [Resolved] tags are removed from tab content #36039

    Hi Jeremy,
    Thank you for the patience.

    Can you please update your code and use this instead

    
    
    function disable_wp_auto_p( $content ) {
    	$is_user_page = function_exists( 'bp_is_user' ) && bp_is_user();
    
    	if ( ! $is_user_page && is_singular( 'page' ) ) {
    		remove_filter( 'the_content', 'wpautop' );
    		remove_filter( 'the_excerpt', 'wpautop' );
    	}
    
    	return $content;
    }
    
    add_filter( 'the_content', 'disable_wp_auto_p', 0 );
    

    Does it work?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi James,
    Thank you for the reply.
    We have checked the site.

    We are unable to assist you with the design. The elements from your mockup will come from multiple plugins( specially the price/rating/review etc). We do not have the time slot to accommodate for assisting with these.

    If you need us to just add the xprofile that, that will be a quick job and we can do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Samuel,
    Thank you for the reply.

    For such a large list, using some kind of profanity checking API will be a better solution.

    Regards
    Brajesh