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: 25377
    Brajesh Singh on in reply to: Block website tools for getting indexed #48002

    Hi Daniel,
    Thank you for the question.
    There is not much you can do about it. You may use a plugin like this
    https://wordpress.org/plugins/hide-my-wp/

    It may have some issues with the setup. My suggestion will be to asses if it is worth the time/security and use if needed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Khalid,
    Thank you for the questions.

    1. At the moment, we are unable to spend time on this one. Please feel free to reach us for our customization service if you can sponsor the development.

    2. You can integrate any video player. MediaPress video is a normal WordPress attachment and we are using the default shortcode provided by WordPress for the video player(we do not include any video player on our own). If the above plugins alter WordPress’s default player behaviour, It will apply to MediaPress as well.

    Otherwise, you can always override our template for video/video list and use a different player.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Tosin,
    I will suggest not doing it or if you do still plan to it, make sure the excerpt does not contain html tags.

    Also, where did you find the above code? It is not related to the activity content.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #47994

    You are welcome.
    No, Please don’t do that. Otherwise, this file will not be loaded automatically.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyPress Registration Control #47993
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #47991

    Hi Carsten,
    BuddyPress is loading buddypress.min.css, so please create a file and name it buddypress.min.css and put it in your theme/buddypress/css directory.

    BuddyPress will pick it instead of the default nouveau css.

    Hope it works.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #47988

    Hi Carsten,
    Welcome back!

    Thank you for the question.
    Before I assist, let me help you with a few points:-

    WordPress has a convention for loading asset files(css/js)

    1. Enqueing:- You tell WrodPress to load some asset file identified a name(handle) and a url.
    2. Dequeuing:- You tell WordPress to disable loading of a previously enqueued asset fle.

    When a page load, WordPress looks for all the enqueued asset which needs loading and loads them in the page(head or footer depending on enqueue params).

    The handle is unique and allows you to manage dependency, loading order etc.

    Now, do you want to completely remove the BO Nouveau style?
    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] Buddy Blog Pro: GROUP Version?? #47987
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: buddypress clear notifications throwing PHP warning #47986

    Hi Matt,
    Thank you for reporting the issue.

    It seems BuddyBoss has changed their API and instead of array it is returning something else.
    https://github.com/sbrajesh/bp-clear-notifications/blob/master/bp-clear-notifications.php

    The code is working for BuddyPress as it gets an array of notifications.

    I will check the BuddyBoss implementation and update you by tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Regarding the BuddyPress Emoji plugin #47985

    Hi Jen,
    I am sorry, could not reply in time yesterday as we had some server issue to tackle.

    There is a reason why we(or other’s) don’t provide an emoji plugin. The emoaji plugin needs the text area to be editable content instead of the textarea tags being used. Most of the BuddyPress theme have javascript code tied with the existence of the form textarea and replacing it with editable content breaks.

    That’s why we added the support for our theme butnot others.

    Regards
    Brajesh