Replies
- Brajesh Singh on August 27, 2018 at 5:42 am in reply to: Buddypress activity with image deletion #16987
Thank you Chan.
Sure, will let you know. Hi Den,
Do you have Multiblog mode enabled for BuddyPress?It is enabled by this line
define( 'BP_ENABLE_MULTIBLOG', true );I checked the blog avatar plugin and it works fine for multisite network active BuddyPress.
The only time the issue happens is when multi blog mode is enabled. BuddyPress uses incorrect path for avatar uploads for multiblog mode(It uses site specific paths while the path should be globally same).
That’s why when using Multiblog mode, the avatar is not visible. There are fixes available for the path but I am interested in knowing whether you need the multi blog mode or not?
Regards
Brajesh- Brajesh Singh on August 27, 2018 at 2:25 am in reply to: Buddypress activity with image deletion #16983
Hi WPDev,
We did it intentionally. We do delete activity if you delete a media but the reverse is not enabled currently.
Since it has been there for long now, Please allow me to add it for the 1.5 roadmap to add an option for the same. It is doable.
1.5 will be available around mid November.
Regards
Brajesh - Brajesh Singh on August 27, 2018 at 2:19 am in reply to: [Resolved] Mediapress lighbox image size #16982
Hi,
It is most probably css now. The lightbox supports using full size image but our css constraints it to a maximum width of 920px with max 520px for the image.You may use css and change the lightbox to your need.
Regards
Brajesh Thank you Dom.
- Brajesh Singh on August 27, 2018 at 2:15 am in reply to: [Resolved] Cntent for each member on BuddyPress User Profile Tabs Creator Pro | #16979
Hi Daniel,
Thank you. I am glad it worked.There is no need to donate for it. This plugin is part of our official support 🙂
Regards
Brajesh Hi Ben,
Thank you. I will publish a list on our blog this week.Regards
Brajesh- Brajesh Singh on August 27, 2018 at 2:13 am in reply to: [Resolved] Activity shortcode plugin: Activity shortcode doesn't refresh #16977
Hi Hugo,
Do you have some kind of page caching enabled.The only reasonable explanation seems to be the caching of the page output.
Can you please look into it and let me know?
Thank you
Brajesh - Brajesh Singh on August 27, 2018 at 2:11 am in reply to: [Resolved] BP member types pro: directory slugs and tabs don't work #16976This reply has been marked as private.
- Brajesh Singh on August 27, 2018 at 2:10 am in reply to: Change BP notification text from custom plugin for new topics on bbpress forums #16975
Hi Guilherme,
Thank you for posting.I am sorry but we do not support that plugin. It was a simple example for one of our members and we don’t have any plan to support it in future.
If you want to implement the notification like topic created in group, You will most probably need to rewrite some parts.
At the moment, we do not capture the group id.
You will need to capture the current group id there.
Once you do that, changing this line
https://github.com/buddydev/bbp-bp-notify-new-topic/blob/master/includes/class-bbbp-notifier-component.php#L50 to use the group and topic id should do it for you.Regards
Brajesh