Replies
- Brajesh Singh on July 28, 2021 at 8:30 pm in reply to: [Resolved] How to add or replace content within a predefined group tab? #39797
Hi Nick,
Yes, you can do that. In fact, each of the existing pages have different template hooks available.Regards
Brajesh - Brajesh Singh on July 28, 2021 at 5:42 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39793
Hi Nick,
Thank you for the feedback.Please share a screenshot. It is most probably theme’s stylesheet conflicting and causing the button issue.
– H2 and H3 buttons are blank:-
We are using Font Awesome for the icons. is there any chance that it is not being loaded from cdn? That may explain the reason for some icons not appearing. Here is a screenshot showing it in action.
https://i.imgur.com/DPt6vsI.png
-The tooltip for Ordered List needs to be capitalized
Thank you. It was a typo on our end. We have fixed it.
-I think the link button should be renamed from “anchor”, which I (and most people) don’t understand
We use the icon for the link. The plugin allows you to translate the tooltip.
– I think it is necessary to have a button for adding images. The Add Media button that is present for the other editors does not show up with this one
It is already there. The medium editor does not work like traditional tinymce. We have the buttons for image and video both. Please take a look.
https://i.imgur.com/854RWjJ.png– I assume you are using this editor package https://github.com/yabwe/medium-editor. Is it possible for us to leverage the various extensions that it offers? Some of them look very useful
Yes, that’s right. we are already using the mediumInsert plugin and TC Mention for adding media and allowing auto complete of the user being mentioned.
I see that there are over 20 buttons available, so the ability to customize the toolbar buttons ourselves would be nice
Probably. We will be adding a filter for people who are technical enough to change it as they please.
A way to see/learn and even set the keyboard shortcuts would be helpful. Perhaps this would just be in your documentation page, but if there was a plugin settings page it could be there as well.
Thank you. We will consider adding it or pointing to the Medium editor page for the same.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 1:17 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39787
Hi Nick,
Thank you.I have shared the plugin with you now.
Please activate it. After that, when you create a text are afield(or post content/excerpt), you will get the option to use MediumEditor.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 12:17 pm in reply to: [Resolved] Auto Friendship Pro – conditions not working #39786
Hi,
Thank you for purchasing from us.1. Are you using BuddyPress or BuddyBoss?
2. How is the registration happening? Is it via BuddyPress Registration page or admin dashboard or you are using another method?Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 10:20 am in reply to: How can I allow ilterate between buddypress activity post #39784
Hi Carolyn,
Welcome to BuddyDev.Thank you for the question.
You will need to override the activity-loop.php in your theme. You can do that by moving this file from the parent theme/buddypress/activity/activity-loop.php to your child-theme/buddypress/activity/activity-loop.php
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 9:28 am in reply to: Buddyblog confirm action for publishing #39781
Hi Tosin,
hope you are doing well.I have released BuddyBlog pro 1.1.5. You can use the following code to enable confirmation on the post submission.
// Request confirmation before post submission. add_filter( 'bblpro_submission_button_classes', function ( $classes ) { array_push( $classes, 'bbl-confirm-action' ); return $classes; } );You do not need the BP confirm action plugin for this. Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 6:29 am in reply to: Default Group Tab fallback when a conditional tab is missing #39775
Hi Nick,
Thank you for bringing it.You are right about it. The plugin lacks the option to detect the Sub group/parent group relationship. The solution is to use group type as cope for tabs but that could be cumbersome. I am exploring option to add it as scope without affecting existing users. Please provide me 2-3 days for the same.
For the default nav 404 issue, Please do know that when we are setting default nav(or BuddyPress/BuddyBoss calls the default nav filter ), It is earlier than the registration of nav items. So, It is not possible to check if that default nav items is available as the nav item of the group or not.
I will be looking a bit further to see why the platform/BuddyPress doe not detect it and fallback.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 6:10 am in reply to: [Resolved] How to add or replace content within a predefined group tab? #39774
Hi Nick,
I am sorry. The plugin can not be used to modify the content of existing tabs. You can edit the visibility/availability of the tab but modifying existing content is not feasible due to nature of the tab content.If you check Existing tab option, the plugin should have disabled any option to add extra content/sub tab for the groups.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 6:00 am in reply to: [Resolved] BuddyBlog Pro Medium Editor #39773
Hi Nick,
Thank you.The Medium Editor is a separate sub plugin for BuddyBlog Pro. We did not release yet as we are working on the documentation/blog post. I can share a copy with you today if that helps. Please let me know your email(should I use the one from your account?) and I will share.
PS:- Just to be clear, we were expecting the release around 2nd/3rd week of June and not couple of months ago.
Regards
Brajesh Hi Alexandre,
Welcome to BuddyDev.
The WP Mail SMTP plugin is not compatible. Since you are using BuddyPress on localhost, the default mailer is not able to send the mail.
Please try it on a non local site.
Regards
Brajesh