Replies
- Brajesh Singh on March 14, 2018 at 5:35 pm in reply to: [Resolved] MediaPress – S2Member Storage Limit – storage limits by member level not working #13839This reply has been marked as private.
- Brajesh Singh on March 14, 2018 at 5:35 pm in reply to: [Resolved] How To Display User Avatar In List Gallery #13838
Hi @artzam ,
Welcome to BuddyDev.The code @ravisharma shared is one way to do it, the other way will be to copy the gallery-loop.php in the child theme and modifying it.
Please let me know if you want to use the previous approach or need assistance with overriding in theme.
Thank you
Brajesh Hi Julia,
I am sorry but you can’t change that. If you change that, BuddyPress will not work.You can change the ‘profile’ slug but you can not change the text ‘edit’ or ‘group’. If you do, BuddyPress won’t recognize those views.
In other words, most of the actions(except the component slug) are not translatable in BuddyPress.
Regards
Brajesh- Brajesh Singh on March 14, 2018 at 5:29 pm in reply to: Partial or full post as opposed to topic title only #13836
Hi Shelly,
Are you using a child theme? If yes, Please copy community-builder/bbpress/loop-single-topic.php to yourchildtheme/bbpress/loop-single-topic.phpAfter that, please add the following line just before the closing ul tag.
<li class="'bbp-topic-content-small"> <?php echo wp_trim_words( bbp_get_topic_content(), 50 );?> </li>It will show the first 50 words from the topic description.
Regards
Brajesh - Brajesh Singh on March 14, 2018 at 5:20 pm in reply to: [Resolved] How to remove buddypress user from all groups #13835
Hi Mwale,
Thank you for posting.How are you managing the subscription? What is the AP{I to check the user’s subscription?
If you are usig a subscription plugin, do they provide an action on expiry of the subscription?
treagrds
Brajesh - Brajesh Singh on March 13, 2018 at 9:15 pm in reply to: MPP Media Comment notification – include lin to the item being commented on. #13822
Thank you George.
For group notification, I will suggest looking into this(will need modification most probably for notification on upload).
https://github.com/sbrajesh/bp-group-activities-notifierYou can link to the activity permalink(assuming that activities are generated) and that will work as you expect from the UI point of view.
regards
Brajesh - Brajesh Singh on March 13, 2018 at 9:12 pm in reply to: [Resolved] mediapress – Gallery anf photos not accessible to other users #13821
Thank you.
- Brajesh Singh on March 13, 2018 at 8:23 pm in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #13818This reply has been marked as private.
- Brajesh Singh on March 13, 2018 at 8:21 pm in reply to: Conditional Profile Fields not working throughout BuddyPress #13817
Hi Carsten,
Thank you.
Yes, It is a known bug.I will need some time before I can push an update for this. It is feasible to do it know and there are available filters for removing field ids.
Most probably, I will be able to post an update next week.
Thank you
Brajesh - Brajesh Singh on March 13, 2018 at 8:14 pm in reply to: [Resolved] mediapress – Gallery anf photos not accessible to other users #13814
Hi Bzoum ,
Thank you for considering MediaPress.The problem is most probably happening due to pre_get_posts filter misused by some code.
I have got a solution to this and I will most probably release an update for MediaPress today or tomorrow. I will inform you.
Your feedback will help us make it better.
Thank you for the patience.
Regards
Brajesh