Jairo Niño
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Page Ordering] order posts don’t workHi @nomnom99 I tried it and didn’t work whatsoever, here is a video showing it:
Maybe I’m missing something? Can you help me?
- This reply was modified 4 years, 6 months ago by Jairo Niño.
Hi @netreneris,
I have an alternative solution that you definitely should try. If you are using a contact form you can manage the visibility by restricting the creation permission from the Form Builder, see this image: https://prnt.sc/13xtnrf
As you can see in the image you can check or uncheck permissions per user role, so what you have to do is just checking the user role you wanna see the form (checking the create checkbox) and let other ones as uncheck.
Let me know if you got the point or if you have any question left. Have a nice day.
- This reply was modified 4 years, 11 months ago by Jairo Niño.
Hi @maurotello73,
Sorry for the delay. Concerning show the list of posts on the profile members to all the visitors, did you tried the visibility options that have BF Ultimate Members?, see screenshot here: https://prnt.sc/13ojlrtWith regard the visibility for Profile tabs, did you tried the visibility options that comes with Ultimate Members? You can manage the visibility per role, see screenshot here: https://prnt.sc/13ojry5
Let us know if this helps you, or if you have any extra question. Have a nice day.
Hello @netreneris,
I did a test and I can confirm that once I use the function bp_core_remove_nav_item I start getting 404 on all the BuddyForms integrate tabs, In order to give you a good answer, I will need to do a more deeply research. I will deep dive and once I have any update I will back you.Thank you for your patient, have a nice day.
Hi @netreneris,
Sorry for the delay. I’m having difficult to understand the logic on your code, below I will break down of the inconsistencies I found it:On the first part of the code you are validating the user role of the current users, if the user doesn’t have the role “contributor” you are skipping the process. However, after this validation, you are using another validation to check if the user is logged in, only when the user is not logged you’re removing the navigation tab, what doesn’t make sense because not logged-in users doesn’t have roles.
Maybe you can bring more details on what you are traying to do, that would be handy for us.
I will be waiting for your reply.
Hi @rbeltranpuig,
Sorry for the delay, please try using this CSS snippet in the Custom CSS box on your form:form.buddyforms-registration-form .elem-user_pass fieldset { border: 1px #ffff solid !important; }To have in mind:
1) I added the !important statement to bring more priority to the CSS rule.
2) I changed a little bit the selector to math more specific on the tag you want to hit.
3) Please change the reference
registration-formto your own form slug.I hope this answer helps you, let me know if so. Have a nice day.
- This reply was modified 4 years, 12 months ago by Jairo Niño.
Hi @qurgh,
Sorry for the trouble you’ve run into. We are going to take action over this point soon. Thank you for the feedback, we appreciate that.Have a nice day.
Forum: Plugins
In reply to: [BuddyForms Advanced Custom Fields] Not working, and not updated?Hi @claratee,
Sorry for the issue you’re running into. Can you be more specific & detailed about what are you trying to achieve with our product?. As a bit of early advice, if you are trying to link BuddyPress fields (Xprofile fields) with ACF fields by using BuddyForms you will need to have installed BF Member too, also you only can map BuddyPress fields on Registration forms.I will be waiting for your reply.
- This reply was modified 5 years, 2 months ago by Jairo Niño.
Hi yahya0335
Sorry for the delay, I was off due to the holidays Christmas. Happy new year.In BuddyForms exist a feature to export forms, however, if you want to export registered users’ data you will need to use a third-party plugin, that allows you to export users with their respective usermeta data.
Context
Every time you create users thru a BuddyForms form with custom fields like Text, Phone, Number these custom fields will create usermeta entries on the usermeta table, these usermeta entries will have an ID (meta_key) that will match with the slug of the custom field related. For that reason, during the export process, you need to map these custom fields using their respective slugs to be able to have the whole data.With regards to the third-party plugin to export registered user’s data, there are several options on the WordPress.org repository, eg WP Import Export Lite, this one is a good start, this plugin allows you to export any kind of WordPress data as Users, Posts, Page so on, also allow you include metadata on the export & import process.
Let me know if this answers your question, or if you any other questions left. Have a great day.