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: 25402
    Brajesh Singh on in reply to: BuddyPress Ajax Registration #10028

    Hi Diana,
    Thank you.
    Since the description is part of the register form, you will either need to remove the php code from the file

    
    <p class="description"><?php bp_the_profile_field_description() ?></p>
    
    

    or you can hide it using css. Both ways are fine.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402

    Hi Thorstein,

    The improvement for 1,2 will be there by Tuesday. Today, I will be releasing update to recent Visitors and message you on the other thread.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: BuddyPress Ajax Registration #10023

    Hi Frances,
    Thank you.
    Can you please enable registration from Network Admin->Settings page. Please message me after that.

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: BuddyPress Ajax Registration #10021

    Hi Frances,
    My apologies for the inconvenience.

    Please provide me temporary admin detail and I will setup the plugins on the site. My email is brajesh@buddydev.com

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: Mass Messaging plugin creation #10018

    Hi Dale,
    Thank you.

    Have received your email. Will continue the discussion there.

    Thank you
    Brajesh.

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: BuddyPress Editable Activity – not working #10017

    Hi Bogdan,
    Please upgrade to 1.1.6
    https://buddydev.com/plugins/bp-editable-activity/

    It fixes the double content issue(original content being used).

    About the sitewide feed editing, please try it and if it doe not work, please provide me a temporary account. Some plugin is throwing js causing that. I installed Activity privacy plugin for testing purpose but that works fine and does not cause any issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: BuddyPress Ajax Registration #10016

    Hi Frances,
    Thank you for purchasing the plugin.

    I have mailed you too but I am posting here if anyone else have same issue.

    Your registration link is coming from WordPress menu. You will need to add a css class to it(It is very easy to add).

    Please see the tutorial here on how to do it.
    https://buddydev.com/docs/guides/plugins/buddypress-plugins/buddypress-ajax-registration/using-wordpress-menu-link-buddypress-ajax-registration/

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: [Resolved] favorite icone #10015

    Hi Ahmad,
    Please contact your theme author. BuddyPress does not use any icon for the favorite. It is coming from your theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: BuddyPress Ajax Registration #10014

    Hi Diana,
    No problem.

    Please put this in your bp-custom.php

    
    
    /**
     * Add the field description as placeholder of the BuddyPress Profile field.
     * @param  array $atts attributes.
     *
     * @return mixed
     */
    function buddydev_add_field_desc_as_placeholder( $atts ) {
    
    	$atts['placeholder'] = bp_get_the_profile_field_description();
    
    	return $atts;
    }
    add_filter( 'bp_xprofile_field_edit_html_elements', 'buddydev_add_field_desc_as_placeholder' );
    
    

    It will make the field description as the placeholder.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402

    Hi Allan,
    The All members count is managed by BuddyPress, Sometimes, It may go off because of caching etc. In that case, please visit Dahsboard->Tools->BuddyPress and force recalculate the members.

    Thank you for suggestion about the Group, Yes, the goal is to create a highly flexible recommendation engine that allows auto adding for friends/groups on registration/activation and provides suggestions to the logged in members. Will continue the discussion on it in another thread.

    Thank you
    Brajesh