BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24985

    Hi Rojo,
    I have looked into it.

    1. There is a problem with that way featured images are handled in BuddyBlog, they get attached too late and by that time the activity recording is already complete, so including the Featured thumbnail will require some other trick, I just wanted to know if this is very important for you or not?

    I was able to get the title etc like normal post.

    You have a typo in your code

    
    
    add_post_type_support( 'blog_post', 'buddypress-activity' );
    

    That should be

    
    add_post_type_support( 'new_blog_post', 'buddypress-activity' );
    

    Please check after that, If I am still mistaken, Please add 2 screenshots showing the difference between front end post and backend post.

  • Keymaster
    (BuddyDev Team)
    Posts: 24985

    Ahh ok,
    In that case, you don’t need this line

    
    
     define ('BP_ENABLE_MULTIBLOG', true )
    
    

    Just remove it and give it a try. If that does not work, please do let me know if you are using some type of protection plugin ?

  • Keymaster
    (BuddyDev Team)
    Posts: 24985

    Hi,
    You are most welcome 🙂

    By super admin I mean the first account that you created which is capable of managing the Multisite network? Isn’t it a multisite install?

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    Brajesh Singh on in reply to: Individual Images #423

    Thank you Milo 🙂
    I am going to have a lot of such options as addons soon. Please do let me know if you find issues with MediaPress. I am looking forward to making it even better 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24985

    Hi Matthew,
    I don’t think Akismet or BuddyPress can cause it.

    Do you have any code in bp-custom.php or functions.php of your theme?

    Also, Can you please confirm if the behavior is different than what I posted in my previous repl.

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    Brajesh Singh on in reply to: BP Magic not loading Logo or Favicon Icon #421

    Hi Jay,
    I am sorry for the trouble.

    Can you please confirm if the image uploaded successfully? You can check that by visiting Media menu.

  • Keymaster
    (BuddyDev Team)
    Posts: 24985

    Hi Enrons,
    Welcome back to BuddyDev forums 🙂

    The most probable reason is you are not logged in as super admin. Log in as the super admin and try saving the settings. Is it still happening?

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    Brajesh Singh on in reply to: Individual Images #416

    Hi Milo,
    Since MediaPress lists images using MPP_Media_Query(A sub class of WP_Query), It gives us the flexibility to use any 3rd party slider or grid with it. I need some time before I start implementing a few examples with the slideshows,carousels etc.

    You can look into the mediapress/templates/gallery/activity/loop-photo.php to see how easy it can be.

  • Keymaster
    (BuddyDev Team)
    Posts: 24985

    Hi Kip,
    There were issues. I have fixed the issues in version 1.1.6

    Please delete old plugin. Download the new from here
    https://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/

    and update.

    Please note that I have changed the name of the plugin zip file to allow us to provide update in future via the BuddyDev Dashboard plugin.

    Please do let me know if this works for you or not?

    Thank you
    Brajesh

    PS: I thought I posted this yesterday but while checking forum I saw that I missed. I am sorry, It was fixed yesterday and I typed the reply but forgot to post.

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    Brajesh Singh on in reply to: Individual Images #409

    Hi Milo,
    I am sorry but when I am clicking on images or clicking prev/next in lightbox it is opening correct images. Can you please check and provide me a better clue.

    About the comment, When we upload a media, The activity containing Media is considered as gallery activity and not media activity. So, Any comment on Media does not get counted there.