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: 25337

    Hi Carsten,
    Thank you for the details.

    I checked on the site.

    1. No visit count in tab -> It is happening due to translation. Please share me your translation file. The file is missing %d for the count.

    2. Recent visitors count in members directory:- The tab shows unique no. of visitors. It will be reset if a new user visits the profile.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: [Resolved] Mediapress #24335

    Hi Jennifer,
    Thank you.

    I am sorry for the delayed reply.

    The textarea/show and hide is handled by your template pack. In this case bp-legacy.

    It is a lot complex to disable the show hide(I am going to show how to do it).

    Here is the file that causes it.

    https://github.com/buddypress/BuddyPress/blob/4.0-branch/src/bp-templates/bp-legacy/js/buddypress.js

    Here is a modified version of it that does not hide the butons etc.

    https://pastebin.com/ktQtP0Pd

    You can set the height of text area using css.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Carsten,
    Thank you for the clarification.

    Is this possible to duplicate a main nav tab to the sub nav, and in this case how?

    I am sorry but I do not understand it clearly.

    If you want to add the main tab link as a link item in sub tab, sure. You can. Please us the url field while creating sub tab and link to main tab(using our dynamic url tags).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Vivek,
    I have been trying to recreate it but could not.

    If you check with normal blog post/comment, It works.

    The Geo directory article/reviews are post types/comments, so they should work.

    I have been looking at our code and there are 2 things that I noted.

    1. We filter activity entries and limit to certain user ids(depending on context) and we also check that the hide_sitewide is set to 0 non personal activity.

    In other words, the possible reasons why Geodirectory is not working could be 1 of the three
    1.Either Geodirectory saves activity with custom hide_sitewide option which is non zero
    2. Or the user is not attributed correctly
    3. Or they are filtering on activity query themselves and the FB like stream is overwriting them.

    I am not sure which case is happening as I don’t have their BuddyPress integration.

    Will it be feasible for you to allow me to access to your phpmyadmin to confirm that 1/2 is the case or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Herve,
    Congrats.

    I am glad you were able to do it.

    The value is a hash. I am unable to say what might cause it.

    Try cleaning your log and then deactivating plugins one by one. That should give the idea which plugin/code is causing it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Thierry,

    We have released an update now.

    Please upgrade to 2.0.6

    https://buddydev.com/plugins/bp-ajax-registration/

    You can put this code in your bp-custom.php

    
    add_filter( 'bpajaxr_registration_redirect_url', function ( $redirect_url, $user_id ) {
    
    	return wp_nonce_url( bp_core_get_user_domain( $user_id) . bp_get_messages_slug() . '/compose/?r=admin' );
    }, 10, 2 );
    
    

    and it will do the redirection.

    PS:- I am asuming the username of administrator to be ‘admin’. If it is different, Please change accordingly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Glad it is fixed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: Buddypress saving issue #24315

    Hi Axel,
    I am sorry for the delayed reply. I am unable to understand it correctly.

    If possible, Please help me understand.

    Also, since BuddyPress uses’@’ for mentions, It might not be appropriate to use @ in the url.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Vivek,
    Thank you for reminding. I will be trying to work on it today/tomorrow and will get back to you by day end tomorrow(PST).

    Thank you
    Brajesh