KCPT
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Unable to use wp-admin for non-admin usersNext version release of the plugin with the fix in it…
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Unable to use wp-admin for non-admin usersAny idea when you’ll have a tag out for this @barkins? We’ve been using a modified version for a while now.
Good fix.
Ahhh! That would be why. We’re using Lets Encrypt.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Unable to use wp-admin for non-admin users“You cannot edit these options”.
This issue arose from a commit titled: “vulnerability fix modification slightly”. You can see the issue on line 42 of advanced-ajax-page-loader.php
This issue can be fixed by simply commenting this line out.
The assumption was made that anyone who cannot manage_options shouldn’t be able to edit the plugin settings. However, this logic is inside the admin_init hook, which is ran on every single admin page whether you’re an admin, or an editor, or a subscriber. So the die function will run on every page in wp-admin for any user who cannot manage_options.
I request that the author of this plugin puts the code on Github so I can help fix these issues as they arise, I’m rather tired of fixing just my code and having to redo it every time the plugin updates.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Keep Search Query ParametersFix is easy, line 292 of ajax-page-loader.js change this line from:
AAPL_loadPage(AAPL_searchPath, 0, param);
to
AAPL_loadPage(AAPL_searchPath + "?" + param, 0, param);
Is there a github for this plugin so i can make a pull request?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Keep Search Query ParametersBump… This functionality is necessary.
Forum: Plugins
In reply to: [WordPress Importer] importer raises errors with WP_DEBUG mode onWhy hasn’t this been fixed? It’s an easy fix. Is there a public git repo for this somewhere so I can contribute the simple fixes to it?
Forum: Plugins
In reply to: [The Events Calendar Gravity Forms Registration] Great plugin![content removed by poster]