BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: BuddyPress Member Types Pro as member list grid? #52967

    Hi Kim,
    Thank you for the question.

    I am sorry, Member Types pro does not add any grid. It uses similar markup from a theme’s members list and should list in similar way.

    If you have it broken, Please link us to a page using the shortcode and we may be able to assist with custom css for the layout.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Alex,
    Please upgrade to 1.2.8. The notice should be fixed.

    Let me know if that works fro you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Stephanie ,
    Thank you for the reply.
    I am sorry for missing your earlier reply. I haven’t been able to check it.

    1. I will check and update you with the solution for storage issue over the weekend.

    2. For the gallery upload issue, Please look into the browser console and let me know if there is any error. If not, Please look into browser’s network panel and let me know the response.

    If you are not comfortable with browser console, Please link me to the site with a guest user account(normal user) and I will check and assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Tosin,
    Thank you for your patience.

    Ravi will be sharing the custom update with you today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Alex,
    Thank you for reporting the issue.

    We will release an update within 2 working days.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Kim,
    Thank you for the question.

    Yes, It does hide fields on profile edit page.

    Please do know that it does not support all field types.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Kim,
    Thank you for the reply.
    You don’t need to use the default BuddyPress registration form. Do you have any other plugin active that might affect registration/Login or security?

    Can you please link us to your site? We would like to check if there is something else that is ausing the issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: BuddyBlog Group Type Commenting #52933

    Hi Aaron,
    Thank you.

    I have received the mail. Please allow me to get back to you in next 24 hours. Also, I will be sharing a fix for the group blog plugin by tomorrow too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Alex,
    Thank you for your question.

    As I have mentioned earlier, we are unable to assist you with using Tiny Mce 7. This is related to WordPress core. Unless the update is available in core, it is a lot of work to achieve a proper integration.

    Still, for the sake of discussion, I will try to explain your issues:-
    The problem you are facing has 3 dimensions.

    1. Interface where you want to use Tiny MCE 7
    2. saving to database(Kses are used here and unless you allow some tags explicitly via code, BuddyPress will filter out all of them).

    3. Display:- again kses are used to sanitize the output(and even esc_html after that).

    Your second issue is related to input/output sanitization.

    My suggestion is using Tiny MCE 4 which is included with WordPress. It is safe to use. The bug that you had reported in an earlier thread does not apply to it(since the content is sanitized server side too).

    Regards
    Brajesh