BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Buddyboss and buddyblog pro problem #51586

    Hi,
    Thank you.
    The configuration you have shared is correct. Do you mean the tags are not appearing in the email message when a post is submitted for publishing//review?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Buddyboss and buddyblog pro problem #51582

    Thank you.
    I am looking forward to your feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Melanie,
    Welcome to Buddydev support forums.

    Deleting a user will delete most of their content.

    We wrote a snippet for similar purpose in a different contetx
    https://github.com/buddydev/delete-inactive-bp-users/blob/master/delete-inactive-bp-users.php

    That snippet deletes users who do not login to the site within 10 days of registration.

    I hope you may be able to user/customize it.

    PS:- By inactive, I am assuming the users who registered but did not activate/logged in to the site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Featured Members issue with Safari #51576

    Hi Bruno,
    Thank you for the prompt reply and confirming my doubt.

    Please allow us to look into it a bit more. It is very difficult to work with Youzify as they do not unload our stylesheet, they override css with more specific css selectors and the solution is to probably add css with even more specificity than them.

    I am hoping that we will have this plugin compatible in next 2-3 days.

    Please do note that most of our plugins are not compatible due to non-standard behaviour of Youzify and we may not be able to invest time in other plugins(just clarifying so avoid any issue).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] Error Message #51574

    Hi Gisela,
    1. Removing and installing again will not make much difference.
    If you have BP Classic installed and active, you can access directory pages from Dashboard->Pages screen.

    2. The notice is due to our directory tabs caching. I will be releasing an update soon. Please expect the plugin update in 24 hours. There is a space on line 310 which gets printed and is causing the notice for the redirection.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Featured Members issue with Safari #51573

    Hi Bruno,
    Thank you for the details.

    Can you please temporarily disable Youzify and check it and then re-enable it. We have had a lot of issues with it recently and I am hoping that It is not related.

    I will also be asking my colleague to test/update as I lack access to mac currently.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Eric,
    Thank you for the question.

    We will look into it. It depends on BuddyBoss. I will let you know tomorrow if we can add it or not(we should )

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Buddy blog pro #51571
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Centering Activity Photos #51570

    Hi Chris,
    I am sorry, I could not look into it earlier.
    Today I checked but the gallery upload and publishing to activity is broken and the media is not even appearing on activity if I publish them from gallery edit media pages.

    I am sorry to disappoint but it seems a futile exercise to try to make MediaPress work with Youzify.
    I will be happy to assit you if you used except Youzify and Vikinger theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Buddyboss and buddyblog pro problem #51569

    Hi,
    Thank you for the question.

    1. For the tag:- Please edit the form and look for the taxonomy section. In taxonomy, Please ensure that tags are enabled and in the Tags section, Please configure the appearance/view.

    2. There are 2 ways to achieve it:-
    a. Do you want to link to the logged user’s post form? If yes, Please visit the create post link and copy the url. It should look like

    
    
    http://example.com/members/admin/post/create/
    
    

    Please replace the username part with me.
    e.g

    
    
    http://example.com/members/me/post/create/
    
    

    Now, you can add this link using WordPress nav menu(Dashboard->Appearance->Menus)
    That would work.

    b. The other option is to use a site page for post creating/editing instead of the profile page. It will still need the user to login to post.

    Regards
    Brajesh