Replies
- Brajesh Singh on September 3, 2015 at 9:58 am in reply to: [Resolved] Make Buddypress Community Private #339
Hi Jay,
Thank you. I will post the code in an hour. - Brajesh Singh on September 3, 2015 at 12:44 am in reply to: [Resolved] Make Buddypress Community Private #332
Hi Jay,
Thank you for asking.
Just asking, are you comfortable with code? It can be done with a few lines of code, It has nothing to do with BP Magic theme but BuddyPress pages are not the actual pages(It resets data early), so most plugin fail at detecting that.If you are comfortable wit code, I will post a snippet quickly.
Thank you
Brajesh - Brajesh Singh on September 2, 2015 at 11:56 pm in reply to: [Resolved] Profile Privacy causing Theme crash WordPress 4.2.4 #330
Hi Leigh,
How did you upload the new updates? Can you please tell me what you saw in your error log( or enable WP_DEBUG) and please post the error.I am running it on 4.2.4 and I don’t see any issue.
PS: Did you delete the old plugin before uploading the new update?
Hi Milo,
Welcome to the BuddyDev forum.The activity listing is not handled by MediaPress but the BuddyPress activity. BuddyPress activity allows us to list comments below the parent activity or list as individual items.
A theme can decide which way they want to list it.
In the function bp_has_activities() you can use the parameter ‘display_comments’ with the value ‘threaded’ to make the comments listed below the activity item.
You can look into your theme and check the ‘activity/activity-loop.php’
and change
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>to
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) .'&display_comments=threaded' ) ) : ?>and that will make all comments list under activity.
Hope that helps.
- Brajesh Singh on September 2, 2015 at 9:29 pm in reply to: [Resolved] Profile Privacy causing Theme crash WordPress 4.2.4 #327
Hi Leigh,
Please upgrade to 1.2.5
You ca download it from here
https://buddydev.com/plugins/bp-profile-visibility-manager/Let me know if that works for you or not?
Thanks
Brajesh - Brajesh Singh on September 1, 2015 at 11:19 pm in reply to: Problems following Extending BuddyPress profile field visibility #322
Hi Matthew,
I have looked at it in detail now.1. Please do note that the profile visibility levels hides the fields for other user(displayed fields) but do not hide the fields on the edit screen as the user needs to update the data(which ma or may not be visible to a subset of users)
I tested with the group privacy and it worked fine for me. I tried marking field as required and updated, then I marked the field as non required and updated, both went well.
So, I have come to the conclusion that the privacy level is not the issue here.
Are you using any other plugin that validates the field or something like that? That might be causing the issue.
- Brajesh Singh on September 1, 2015 at 10:18 pm in reply to: Problems following Extending BuddyPress profile field visibility #321
Hi Matthew,
Thank you.
i am looking at it now. Sorry about yesterday. Got stuck in something else. - Brajesh Singh on September 1, 2015 at 10:17 pm in reply to: [Resolved] Having problems with showing BuddyBlog posts in activity feeds #320
Now, looking at it. Sorry for the delay. Got stuck in something else.
Hi Hans,
Just bumping this topic to make sure that we keep an eye over it and get the plugin completed this week 🙂- Brajesh Singh on September 1, 2015 at 10:14 pm in reply to: BP Default Email Notification Settings Control – ETA for new version? #318
Hi Anders,
have you had any chance to check the update?
I will appreciate your feedback.Thank you
Brajesh