Samuel
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Export configurationOf course @keraweb
Perhaps I have expressed myself in the wrong way.
What I wanted to say is that View Admin has a specific functionality that allows you to export and import all roles (native and customized). I know that this is not the main focus of the plugin, but it was the only plugin where I found this option without having to change the members for another plugin.
Anyway, those were two options that helped me and maybe I could help someone else.
Thank you for clarifying the two plugins ??
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Export configurationHi @kimber254
If you want to continue using members.
I have used this plugin: https://www.ads-software.com/plugins/view-admin-as/This plugin have an option to export roles.
But you can switch from plugin to:
https://www.ads-software.com/plugins/advanced-access-manager/
It is much more complete.Okay, thanks for listening ??
Hello
So, suppose I don’t use any permission plugins, what would be the solution?
In my view, hiding the tabs on the Titles and Meta screen or any other screen is something that should be in Rank Math itself.
In these cases that I presented I did not use the permissions plugin to hide the posts menu and the custom post type. I just created a Role that does not have these permissions. And this role was created without using the plugin.
Then Rank Math itself has to hide its options according to the role of the user.
The role manager option that Rank Math offers today hides only entire screens, but does not hide small parts within each one.
I believe that everything related to Post Type and Taxonomy Rank Math has to make a filter that checks the user’s permission for this.
Hi.
So, I’m using Advanced access Manager.
However, all that I showed there I did manually as the default theme configuration. These are user roles created once wordpress is installed using the add_role function.
As I showed there in the image in red are the options that should not appear. Green is an example that is correct appearing according to the role permission.
Any questions I can try to explain better.
Thanks for listening.
Another important part is that I also have custom posts with specific capabilities for them.
Using the following argument in the register post type:
‘capability_type’ => array(‘building’,’buildings’),And the taxonomies of this custom post type also have the capacity changed:
‘capabilities’ => array(
‘manage_terms’ => ‘edit_buildings’,
‘edit_terms’ => ‘edit_buildings’,
‘delete_terms’ => ‘edit_buildings’,
‘assign_terms’ => ‘edit_buildings’
),Thank you, I will wait ??
I really couldn’t activate it.
I gave all possible capabilities for the custom role and do not release the general settings.
The wordpress editor role, even with fewer permissions, can access the general settings screen.
Thanks for listening.
But as I said above, I went to Role Manager’s settings and activated all permissions. Even so he didn’t release it, it was very strange.
I even did the following test, using the members plugin I duplicated the editor function and created a role with the name “test”. And even with all the capabilities of rank math in the “test” role released, the general settings option does not appear.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Conditional logic taxonomy valueI understand. This form with the ID will help me.
Thanks a lot for the help.
Quick response hahahaha
I had another SEO plugin installed, after I removed it it was all right.
Thanks for the answer.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Conditional logic taxonomy valueYes, I used ACF extended in the example, as I thought it would be easier to understand, since the request was made in this plugin.
My main need is that taxonomies are natively included in the sitemap of the site, in many cases this is necessary.
For example:
Today I have a project with a post type called “real estate”, this post type has a taxonomy called “type”. The type taxonomy has 2 values that are sale and rent. If the user selects to sale a specific group of fields is shown, if for rent the group of fields is already another.
This makes it easier for the customer not to get lost when registering information or filling in unnecessary fields. So the layout is much cleaner and simplified for usability.
And I need the URLs to be included on the site map as follows: https://mysite.com/real-state/sale/
I imagined that it could be something with obstacles, because if it weren’t, maybe it would have already been done.
However, as in the forum it was said that this would be done in version 5.7, I found it a bit strange.
https://support.advancedcustomfields.com/forums/topic/conditional-logic-using-taxonomy-field/page/5/
Thanks for the answer.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Conditional logic taxonomy valueTaxonomy field:
https://imgur.com/MsPVQXMAny field that may need the taxonomic conditional logic:
https://imgur.com/YkIACp8What I think is that in the conditional logic there should appear the list of the terms of the selected taxonomy.
In short, the user creates a custom field that contains the terms of a taxonomy.
Then we create another field that requires the selection of a specific taxonomy term.
- This reply was modified 4 years, 6 months ago by Samuel.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Conditional logic taxonomy valueThanks for listening.
It really is a feature that I have seen several requests and no solution. Perhaps some obstacles to doing so.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Suggestion for developers.Okay, now I understand.
Thank you very much for the clarifications. I really believe that I will have to do everything manually.
Thanks.