BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi,
    I fixed the error for the other plugin and posted on that topic.
    Looking forward to your mail. Have a great day ahead 🙂

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitor Break / Error !! #442

    Here is the link to plugin for your convenience.
    https://buddydev.com/plugins/bp-profile-visibility-manager/

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitor Break / Error !! #440

    Hi Enrons,
    I have updated the plugin. Version 1.2.6 will not throw any fatal error.

    Please do note that I have changed the directory name of the plugin from bp-profile-visibility to bp-profile-visibility-manager

    That name change was required to allow us provide you automatic upgrades in future via BuddyDev dashboard plugin.

    Please upgrade and do let me know how it went.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitor Break / Error !! #438

    Hi Enrons,
    It seems you have settings component disabled for BuddyPress.
    I am sorry for the fatal error tough, we should have checked for the state of settings component. I will put an update in 30 -45 minutes to do that.

    Please do note that the recent Visitors plugin needs Settings component to be active otherwise a User won’t be able to update his/her preference.

    PS: It is originating from your other problem where you are not able to update the settings. The Settings component can be enabled from that page.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: BP Group Blog #435

    Hi Hans,
    I am sorry for the delay. This plugin is on hold as we are putting all our efforts on MediaPress at the moment. Will need some time(around 10-15 days) before I get back to this plugin.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    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: 24599

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

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

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

    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?