Replies
- 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 - Brajesh Singh on September 1, 2015 at 10:12 pm in reply to: [Resolved] Max number of photos per one post #317
Hi bayshanac,
Marking it as resolved. Please feel free to open new topic if ou need any further help.Thank you
Brajesh - Brajesh Singh on September 1, 2015 at 10:10 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #314
Hi Lukas,
Closing it as resolved. Please do open new topic if you need any help in future.