skyfly024
Forum Replies Created
-
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.Forum: Plugins
In reply to: [WPvivid — Backup, Migration & Staging] Unused Image Cleaner! – Folter FilterHello 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.Forum: Plugins
In reply to: [WPvivid — Backup, Migration & Staging] Unused Image Cleaner – Folter FilterI’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.
Forum: Plugins
In reply to: [WP Popular Posts] Error 404 wp-json/wordpress-popular-posts/v1/popular-postsBut 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
Forum: Plugins
In reply to: [WP Popular Posts] Error 404 wp-json/wordpress-popular-posts/v1/popular-postsHello,
strange. I see the error is gone too.
Could this be related to the “Disable REST API” plugin? I had it active and turned it off again yesterday. Apparently the error no longer exists after that.Wow Henning,
ich danke Dir sehr für diese ausführliche und nützliche Antwort. Deine Tipps werde ich mir zu Herzen nehmen und mich mal so langsam in das Plugin einarbeiten. Der Beitrag von Peer ist auch sehr hilfreich. Habe ihn geade einmal überflogen.Also noch einmal Danke. Mega Support.
Ich melde mich, sobald ich weitere Fragen habe.
Habt eine schöne Woche und bleibt gesund,
Gösta