Replies
- Brajesh Singh on February 5, 2016 at 5:17 am in reply to: [Resolved] Buddypress posts comment doesn't work #2551
Hi Kyl,e
I seem to have tracked down the issue but will need a confirmation before I push the update.1.AS I Tested, It appears that only posts displayed on the Group blog page have comments closed. The normal posts( which are not accessible from group blog screen) have no effect on the cmment status.
Are ypou facing the same issue? If yes, we need to work around over enthusiastic BudyPress comment closing filter, I had done it for BuddyBlog earlier and the same appears for Blog categories.
Can you please confirm and I will provide a quick update.
Hi Jay,
I am sorry for the delayed reply.
It will be like thisadd_user_to_blog( $blog_id, $user_id, 'subscriber' );
Hope that helps.
- Brajesh Singh on February 5, 2016 at 4:49 am in reply to: [Resolved] Maybe an exploit in Autologin after activation #2549
Hi Christopher,
Thank you for posting.
It is not an exploit as it will never escalate the rights of the user but still it is a bad user experience. I will have an update today. We shomehow missed this in our test and I apologize for that.Thank you
Brajesh or even better instead of using default_role, you can just use the string ‘subscriber’
Login issue should be fixed. No, It will not cause any issue as users will be added as subscribers. Please do make sure that you have set the default role as subscriber.
- Brajesh Singh on February 4, 2016 at 3:57 pm in reply to: [Resolved] Bug with featured image – BuddyBlog / Simple Front End Post. #2543
Hi Leo,
Thank you. I appreciate it. I will be looking at it a little bit late today and will keep you updated. Hi Jay,
I have a post related to this
https://buddydev.com/buddypress/adding-users-to-the-blog-on-which-they-register-in-a-buddypress-wordpress-multisite-based-social-network/All you need to do is change this line
$blog_id = get_current_blog_id();
to
$blog_id = 1;
rest will remain same.
- Brajesh Singh on February 4, 2016 at 3:36 pm in reply to: [Resolved] Bug with featured image – BuddyBlog / Simple Front End Post. #2539
Hi Leo,
I need some help here. It is very strange that I am not able to reproduce it.Can you please provide following details:-
-Which version of WordPress?
-Is it multisite?
-Which version of BuddyPress, Is it network active?
-Which version of BuddyBlog/Front end post plugin
_is there anything else that you think might cause this? Are you using default theme(twentyfifteen/sixteen or something else?)Thank you
Brajesh - Brajesh Singh on February 4, 2016 at 3:08 pm in reply to: Mediapress breaks the cropping function of Buddypress #2536
Thank you. I will be looking at it and will get back to you soon.
Is there any resource constraint? Template not getting cloned seems to be a server resource issue.
2nd issue is common in BuddyPress/Multisite. The user won’t get added to the man site. It still has nothing to do with the user login issue though.
4th and 5th seems to be an issue with the way students are registering. If it was an issue it should have manifested for all users not for a few selected users.