Replies
- Brajesh Singh on September 14, 2018 at 6:30 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17360
Hi Max,
Thank you,.No, It is not the influence.
On BuddyPress trac anyone can request a feature and the people in BuddyPress team are good people. They will most of the time entertain a feature if it has some merit and can make BuddyPress better.Limiting the duration, yes, we can. It won’t work for past uploads, but we can start tracking last uploaded time in future and do it.
I will get this feature in our next release(not in today’s release).
Thank you
Brajesh - Brajesh Singh on September 14, 2018 at 6:20 pm in reply to: Display sitewide activity for followers only #17358
Hi Velli,
You can change the code to this
// additional check for activity dir if ( ! bp_is_activity_directory() ) { return ; }to
// additional check for activity dir if ( ! bp_is_activity_directory() || friends_get_friend_count_for_user( get_current_user_id() ) < 1 ) { return ; }I am assuming you were using it for friends and not followers.
PS:- For anyone else looking at this topic, The Facebook Like Activity Stream support sitewide activity now.
Regards
Brajesh - Brajesh Singh on September 14, 2018 at 5:56 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17357
It’s a good suggestion the problem is we don’t seem to have a proper hook to copy the media. The action fires after an image is uploaded. That was happening when we released the plugin initially.
I will be looking at it in more details when next cycle of BuddyPress starts and if needed(which I believe we should), can get a hook into the core by requesting the BP team.
Thank you
Brajesh - Brajesh Singh on September 14, 2018 at 5:48 pm in reply to: Disable creation of account on other subsite #17355
Hi Joris,
Welcome to BuddyDev and thank you for using BP Auto Activate Auto Login plugin.I am sorry but the above plugins combination can not restrict users across the multisite sub sites.
The correct approach will be to set the registering blog as the primary blog of the user and then restricting user to their primary blog.
If you are comfortable with code, I can supply some code next week to achieve it.
Yes, it does not fall in our support but is will be only a few lines of code( I need to setup a network and test, that is more time consuming) and I can provide it without any extra cost.Thank you
Brajesh - Brajesh Singh on September 14, 2018 at 5:46 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17354
Hi Max,
1. Sorry, It is not doable currently. The avatar upload is handled by BuddyPress and it removes the old avatar the moment a new avatar is uploaded. That’s why we are unable to show old avatar and use placeholder.
2. Seems like a bug. will push an update in next couple of hours.
Regards
Brajesh - Brajesh Singh on September 14, 2018 at 2:14 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17350
Thank you Max. I am sorry that it did not work the way you wanted.
It is possible to hard code the size(in px) in the above code. You may try setting a fixed size and see if that works.
Regards
Brajesh Hi Matt,
2. Yes, you can recreate and assign them to BuddyPress component by visiting Dashboard->BuddyPress->Settings->Page screen.
3. You can translate using the method 2 or 3 from this article (or from the page I linked earlier)
https://www.wpbeginner.com/wp-tutorials/how-to-translate-a-wordpress-plugin-in-your-language/For future proofing, you can keep the translated file in wp-content/languages/plugins directory.
4. I hope our customers to be reasonable and do consider the effort we put in supporting them. I knew you could demand anything but the hope was you would’t 🙂
For individual plugins we do not offer any discount. It is rare for us to do that as the plugins are already priced very economically considering the time we invest on support.
I can offer a maxium of 20% one time discount.Thank you
Brajesh- Brajesh Singh on September 14, 2018 at 2:10 pm in reply to: How do I upgrade Blog Categories for Groups ? #17348
Thank you Elaine.
Please do note that you will see upgrade notice for the Premium plugins too but clicking on their upgrade won’t work if your current account does not have an active purchase for the same. Just clarifying.
Thank you
Brajesh Hi Matt,
Please link me to the page. The gallery should set the first image as the cover automatically.Regards
Brajesh- Brajesh Singh on September 14, 2018 at 2:00 pm in reply to: How do I upgrade Blog Categories for Groups ? #17345
Hi Elaine,
Welcome to BuddyDev forums.have you configured the BuddyDev dashboard with you API key? if yes, next time WordPress checks for plugin updates, It will show you the available updates from BuddyDev.
Once you see the notice, you can upgrade the free plugin. For the paid plugin to upgrade, you will need to purchase them.
Regards
Brajesh