Replies
- Brajesh Singh on February 5, 2016 at 1:56 pm in reply to: Comments are not visible in relation to the gallery #2556
Hi Felicia,
I am sorry but I am not sure what to look for here. Can you please change your theme to TwentyFifteen/Sixteen and confirm if it is still there. In that case, It may be a conflict with some plugin. I just need an idea on what is causing it to provide any solution. I am sorry for the inconvenience.Thank you
Brajesh- This reply was modified 9 years, 7 months ago by
Brajesh Singh.
- This reply was modified 9 years, 7 months ago by
- Brajesh Singh on February 5, 2016 at 1:54 pm in reply to: [Resolved] Bug with featured image – BuddyBlog / Simple Front End Post. #2555
Hi Lambert,
Thank you for posting.
I am sorry that it is happening. I will have a definite solution today. Most probably, I am on an updated trunk and that’s why I am not seeing the issue. I will be posting in next couple of hours with a solution.Thank you
Brajesh - Brajesh Singh on February 5, 2016 at 7:38 am in reply to: [Resolved] Buddypress posts comment doesn't work #2552
Hi Kyle,
I have pushed an update. Can you please upgrade to 1.2.2 and let me know if it fixes for you or not?
https://buddydev.com/plugins/blog-categories-for-groups/Thank you
Brajesh - 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.