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: 25348
    Brajesh Singh on in reply to: Branded Login mail adjustment #26691

    Hi Ralf,
    For now, Please feel free to modify the file. I am adding translation support and in future, you can use PoEdit or any other translator to change it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: custom work request #26686

    Hi Fabrice,
    Thank you.

    I checked and it seems that it will need a lot more time from us to come up with a solution that supports the plugins you are using.

    I have issued the refund. Please hcekc.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Branded Login 'get new password' issue #26685

    Hi Ralf,
    Thank you for the patience.

    The plugin is showing the notices. If it is not visible on your site, It is most probably because the template_notice hook is missing.

    Please see it in action
    https://imgur.com/a/8lik43T

    Will you be able to modify the page template? If yes, we need to put this code

    
    <?php do_action('template_notices');?>
    
    

    That will do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Add Url #26682

    Hi,
    You may first try changing it using chrome dev toolbar
    https://developers.google.com/web/tools/chrome-devtools/css

    and later moving that to the Appearance->additional CSS.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Pre Purchase Question Mediapress… #26681
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Activity Autoloader – mobile? #26680

    Hi Vivek,
    Currently, the plugin checks if the “Load more” button is near the scroll and triggers a click on it.

    The scroll function is not throttled and gets call on ever scroll which might not be efficient for mobile devices. That’s why the code was provided.

    I plan to add throttling in next update to help improve the performance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] BP Group notifier plugin #26679

    Hi Vivek,
    Welcome back.

    I recommend using the BuddyPress Group Email subscription for the mails. It is a good plugin. We don’t have any know issue with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Cypx,
    Welcome to BuddyDev forums.

    I am sorry about this but we have a different element naming/classes leading to ti. It was necessary to avoid conflicts with theme’s javascript in the past(Any change in activity stream, used to reflect in sitewide activity causing people issues). So, we changed it and used different naming for the elements.

    You will need to copy the activity css from your theme and prefix it with ‘swa-‘ for each selector. Then add that to your Appearance->Customize->Additional CSs.

    That should do it(with a few minor extra changes).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Andrew,
    Welcome to BuddyDev forums.

    Thank you for the kind words. I am glad that you like our work.

    I checked the plugin and as you already found, the link and text are generated by BuddyPress and not us.

    We have a filter ‘bp_get_the_notification_description’ that gets complete html link for each notification. It may be used to filter. If you want, I can pass the notification object with it.

    The correct way to do it will be to filter it for specific component( eg. friends and the generated output from their notification call back).

    For friends, you may want to look at “friends_format_notifications” in buddypress/buddypress-friends/bp-friends-notifications.php

    They have filters for it.

    Regards
    Brajesh