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: 25454
    Brajesh Singh on in reply to: Multisite Global terms #4704

    I am sorry, I have been a little busy. I will get @ravisharma to update this project and change the table creation method to only create table for the current site.

    In that way, whenever you will visit a site, the tables will be created for them and that will solve all the issue.

  • Keymaster
    (BuddyDev Team)
    Posts: 25454

    Hi Lavis,
    I am sorry about the delay. Though I want to update it, I am stuck with a project of mine. Since both the above plugins are written by me, @ravisharma is not updating them at the moment.

    I will need a few days(atleast till Thursday) to complete my other project and then dedicate time on this.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Rename BuddyPress Profile Menu items #4702

    Hi Lavis,
    You can do that easily using any translation tool. I will recommend using Poedit and translating the string.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: [Resolved] Featured Images in MediaPress? #4698

    You are most welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Problem #4696

    Hi Christian,
    I am sorry but Ravi is on leave. he has been handling your issues and He will only be back on Monday.

    I am sorry but due to the nature of your site, I am unable to test it on the site.

    In the meantime, I will like to assist you here and see if that solves your problem.

    1. It is not possible to loose any data without some change. Do you remember if you installed a new plugin or upgraded one?

    2. The MediaPress data will never be lost. It is still there but may not be visible.

    PS: Any chance that you have anything related to multilingual recently? Also, Please do check Dashboard->MediaPress->settings and see if they are correct or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: [Resolved] Featured Images in MediaPress? #4695

    Hi Brian,
    My apologies for the delayed reply.

    Please use

    
    mpp_get_media_id() 
    
    

    It will give you the current media in the loop.
    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Multisite Global terms #4685

    Hi Ro,
    The plugin should be able to fix the site. It does not check which site you are on and It tries to fix everything in single request.

    Can you please use phpmyadmin and see if _terms, _term_taxonomy tables acre getting created for the blogs or not? It will be prefixed by the database prefix for the blog id.

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Multisite Global terms #4683

    Hi Ro,
    what happened when you activated it?

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: Multisite Global terms #4680

    It does not matter. You can keep it enabled o disabled as you prefer.

  • Keymaster
    (BuddyDev Team)
    Posts: 25454
    Brajesh Singh on in reply to: [Resolved] Featured Images in MediaPress? #4678

    Hi Brian,
    MediaPress images are normal WordPress attachment.

    You can use set_post_thumbnail() on any of these atatchment to set them as the featured image.

    Reference : https://codex.wordpress.org/Function_Reference/set_post_thumbnail

    Hope that helps.