skyfly024
Forum Replies Created
-
Hello,
I already know how the field works. I have subscribers as users (authors), who should only be able to select themselves and not any other user.
If the user enters “Andreas_Sommer” in the input field “Andr”, then he should only have the user “Andreas_Sommer” to choose from and not “Andreas_Sommer”, “Andrea_Becker” etc.Thanks very much
Hello,
OK. But it should only be possible to filter for your own user. Then you would have at least only filtered your own user for selection plus the co-authors
Thanks very much
Forum: Plugins
In reply to: [Co-Authors Plus] “Access Denied” when creating by co-authorsHello,
i think i found the problem.
It is obviously due to the restricted access mode of “advanced access manager”.
I had activated the mode in the baking menu settings of the “advanced access manager”. (the mode is new – the developers write: Operate the backend menu in a restricted access mode. When set to “Enabled,” all current and future backend menu items are restricted by default unless explicitly permitted).I disabled it again and everything works as it should.
I can’t say why that is. Maybe you can talk to the developers of the “advanced access manager” and find a solution.Thanks very much
Forum: Plugins
In reply to: [Co-Authors Plus] “Access Denied” when creating by co-authorsHello Gary,
I would wish if you would give me a step-by-step guide to achieve the desired result.
When I google I found several suggestions. But all this doesn’t seem to work or be wrong.
Forum: Plugins
In reply to: [Co-Authors Plus] “Access Denied” when creating by co-authorsHello,
Yes, the list is visible.
I have now changed the following:
function allow_editors_to_create_guest_coauthors_edit() {
return ‘edit_others_posts’;
}
add_filter( ‘coauthors_plus_edit_authors’, ‘allow_editors_to_create_guest_coauthors_edit’ );I changed to >
add_filter(‘coauthors_plus_edit_authors’, ‘__return_true’);
Then I added coauthors_plus_edit_authors as a capability in the advanced access manager and set it to be allowed for the user.
But I still get the “Access Denied” error
Even allowing the create_users capability is unsuccessful.
Thanks very much
Forum: Plugins
In reply to: [Co-Authors Plus] “Access Denied” when creating by co-authorsHello,
via the menu: > Users > Guest authors
Capability = list_users
There the user (author) should be able to create a new guest author via the “Create” button. But I always get the error “Access Denied”I have the following in functions.php:
function allow_editors_to_create_guest_coauthors_edit() {
return ‘edit_others_posts’;
}
add_filter( ‘coauthors_plus_edit_authors’, ‘allow_editors_to_create_guest_coauthors_edit’ );function allow_editors_to_create_guest_coauthors() {
return ‘list_users’;
}
add_filter( ‘coauthors_guest_author_manage_cap’, ‘allow_editors_to_create_guest_coauthors’ );Thanks very much
Forum: Plugins
In reply to: [Dashboard Widgets Suite] “User Notes” Edit RoleHi and thanks for the reply. It looks like I can now set that only admins can create notes.
It would be nice if the text was then hidden for everyone so that they could create notes by double-clicking.
But there is one more mistake. Users in a specific group cannot see the notes. Example: I create a note. This note should be displayed to the “Agency” group. But users in the group see nothing. Only when I enter new notes for each user (Any Role) are the notes visible.Hello and thank you for the answer.
That would be really great.
For me that would be very important. This would exclude almost 60,000 image files from the scan. With this, the scan shouldn’t take as long or get stuck.
Thanks in advance for an implementation.I’m talking about Unused Image Cleaner. Not from Image Optimization Pro! I have the Pro version.
That would interest me too
Forum: Plugins
In reply to: [amr shortcode any widget] XSS vulnerabilityI also use the plugin and am looking for an alternative. If anyone has anything please let me know. thanks
Thank you very much. The update fixes the problem. Now everything is fine again.
Forum: Plugins
In reply to: [WP Bulk Delete] No longer deletes from PHP 8 onwardsMany Thanks. Works perfectly again.
Ok… so I’m not the only one. I’m curious. Please write here if there is a solution.
But maybe one more question. Why does the admin-ajax.php query for the plugin take so long? The initiator is wpp.min.js with a duration of 2000 to 3000ms