BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: Feature request Blog Categories for groups #434

    Hi Anders,
    Thank you for posting. Please do provide more details as I am not sure what you mean.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Enrons,
    Can I please take a look at your admin page? If possible, please PM me the details.

    Btw, You are able to view the settings but when you save you get this error, right?

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

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

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

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

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

    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: 24706
    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.