Replies
- Brajesh Singh on August 13, 2020 at 8:53 pm in reply to: [Resolved] BuddyPress Docs only shows 25 groups in drop down #32384
Hi Torben,
Thank you for the patience.Please upgrade to 2.1.0. It is available now. Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on August 13, 2020 at 4:38 pm in reply to: [Resolved] BuddyPress Docs only shows 25 groups in drop down #32380
Hi Torben,
Thank you for the patience.I have already fixed it. It was a minor issue with our filter on groups per page.
We are testing currently with WP 5.5 to make sure everything works as expected. That’s why could not release it. It will be available as promised 🙂Regards
Brajesh Hi Kathy,
Thank you for the patience.The problem is caused by this line in Geodirectory plugin
// add shortcode insert button once add_action( 'media_buttons', array( $this, 'shortcode_insert_button' ) );It is in geodirectory/vendor/ayecode/wp-super-duper/wp-super-duper.php
There is no reliable way to remove it.
here is a temporary solution.
add_action( 'bpptc_post_type_admin_enqueue_scripts', function () { remove_all_actions( 'media_buttons' ); } );This is not the right way to handle issue but will make the plugin workable for now. It removes any other plugin hooking to tinymce editor on the profile tabs creation/editing page.
Regards
BrajeshHi Bruno,
Thank you for starting a new thread.1. You can reorder the fields by just dragging and dropping them. The fields list is sortable.
2. Not very convincing use case and I believe using css for hiding label will be better as it is very unlikely that people will use it. If I get more topic on the sa,e then sure.
About the template tags:- WordPress provides template tags for listing taxonomies. Our goal is that if someone is using BuddyBlog Pro, they can override the template as they want but they should not feel it as a limiting factor.
We plan to provide some shortcodes, where you can specify the taxonomy and how the list should be rendered and it will be rendered with the post.
Regards
Brajesh- Brajesh Singh on August 13, 2020 at 12:52 pm in reply to: [Resolved] what plugin to use on my buddypress dating site to show opposite genders profile #32373
Hi @edelawit
Welcome to BuddyDev.Thank you for the question.
I am not aware of any plugin that does it. It is not difficult to filter user profiles. We have shared code for this multiple times over this forum.
The problem arises if you want activity stream(directory) to be filtered by the gender. Do you need activity stream on your site?
Regards
Brajesh Hi Daniel,
Welcome to BuddyDev.Is it about the copyright notice message? Or do you want to remove something else? Please let me know and I will assist.
Regards
Brajesh- Brajesh Singh on August 13, 2020 at 12:42 pm in reply to: [Resolved] Update WordPress 5.5 – Mediapress shows no Galleries ?? #32371
You are welcome.
- Brajesh Singh on August 13, 2020 at 12:41 pm in reply to: Buddypress Activity – Switch from "Load More" to Pagination View #32370
Hi Maurice,
Thank you for the question. A lot depends on your theme and template pack.If you are not using any custom theme, Please let me know which template pack are you using and I will assist.
If you are using a custom theme, Please contact the support for the same.
Regards
Brajesh Hi Kathy,
I am sorry for the experience.
We have reported this issue earlier to Geodirectory via one of our members. The problem lies with Geodirectory trying to add tinymce buttons for Non Post content section.
I will look for the code to disable it and post back in couple of hours.
Regards
Brajesh- Brajesh Singh on August 13, 2020 at 2:40 am in reply to: Buddyblog fork questions : custom post type #32361
Hi Bruno,
Thank you for the replies.1. About the notice: -it seems you are using a version different from me. I do not have any loop on those lines. For now, try adding some taxonomy/custom fields and it should go away. I need to add a few more things before making the other updates available(Hopefully Monday).
Thank you for your questions/suggestions. Here is my view on them.
1 – Add a ‘Edit’ option too (not delete only) :-
At the moment, It is not worth it. Editing is same as recreating a field with same. It may be a nuisance for complex fields but is not an essential item on our list. We will be reconsidering it once BuddyBlog goes stable.2. – Add an option to display or not fields labels:-
Please share an example. If no hint is provided, how will it be useful?3. – As mentionned before add optional text area to display help messages for users
Sure. I will be adding it in next update.4. – Add possibility to indicate how many images/files users can upload
We don’t have bulk image option. The file upload handles single uploads. So, each field you add handles only 1 media.5. – Add possibility to attach a css file to each form. (If I create more than on CPT, I would like to customize their lok and feel upon their objectives/goals.)
Sure.
Technically You can use the normal WordPress template tag to access theme. I have been working on provide a way for modifying the template using shortcodes for these. Please wait fro Monday’s update. I may have a better way to handle it out of the box.
To be honest, showing the custom field data and taxonomies information in the template is the only real challenge I am facing with BuddyBlog. We do not want to force admins to modify template and I am not seeing a simple way to handle it.
Suggesitons are welcome.PS:- Please do start a new thread. That will be helpful for others in future.
Thank you
Brajesh