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

    Hi Tom,
    Thank you for purchasing the plugin.

    Yes, It works with BuddyPress Groups(for activities). I just tested with BuddyPress 2.9.3 and WordPress 4.9.4

    Here are two screenshots.

    https://i.imgur.com/SLgXRSk.png
    https://i.imgur.com/D0rJk7Y.png

    If you are looking for the forum post, It won’t. The plugin is for activity only.

    Can you please re confirm that it is not allowing posting group activity as anonymous?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi trolinof,
    I have checked the plugin now.

    1. The redirect is working fien for me. I will suggest trying deactivating some of the plugins and check it.

    2. Title:- It has 2 parts
    a). Separator. What you say ‘|’ was the old separator specified by the theme. WordPress currently uses ‘-‘ as the default separator.
    You can change this by the following code

    
    
    /**
     * Change WordPress page title separator.
     *
     * @param string $sep separator.
     *
     * @return string
     */
    function buddydev_update_wp_page_title_separator( $sep ) {
    	return '|';
    }
    add_filter( 'document_title_separator', 'buddydev_update_wp_page_title_separator' );
    

    b) Order of title parts:- This will need some modifications as the current order is posts|Blog|Username| Page-xyz|Sitename

    This part needs improvement. We will push it in our next update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Member Type Email & Configuration #13276

    Hi Mohammad,
    I have looked at the file now. It was a 9000+ lines of code and I am not sure why will someone put everything in a single file.

    I could not find any code for inserting user. It will be much better if you can ask these two questions on the membership plugins forum and let me know their answer.

    1. Is there any hook(action/filter) that they fire when a user’s account is created?
    2. If yes, then what is the correct way to access registration form fields by name on that action?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Thumbnail size in activity feed #13273

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi yokijirou,
    Welcome to BuddyDev.

    Please visit Settings-> Blog Categorie Settings and make sure that you have it set as single post

    Where to redirect after creating/updating post?
    

    Please let me knwo if you have already done it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Thank you. Will surely let you know 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Can't get Logout Redirect to work. #13270

    Hi Paul,
    I am sorry for the inconvenience.

    I just checked and I see that the Profile visibility only redirects a user user profile pages if the access does not allow it.

    The profile visibility plugin neither modifies the logout redirect url nor does ny such redirect.

    Is there a chance that you are using some other redirect plugin?

    Thank You
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Sam,
    Thank you.

    I just wanted to provide an update on this.

    I will need another 2 days, It is a bit complicated with the feature set we are trying to push(removing nav, rewriting nav and a few other enhancements).

    Sorry about that.

    Brajesh