nampara17
Forum Replies Created
-
The solution (albeit needs their code modified) is:
This can be resolved by adding before that line this:
require_once(ABSPATH . 'wp-admin/includes/screen.php');
Add this to the function e.g.
function wplalr_sort_user_last_login_column( $query ) {
if( !is_admin() ) {
return $query;
}
require_once(ABSPATH . 'wp-admin/includes/screen.php');
$screen = get_current_screen();
if( isset( $screen->id ) && $screen->id !== 'users' ) {
return $query;
}
if( isset( $_GET[ 'orderby' ] ) && $_GET[ 'orderby' ] == 'wplalr_last_login' ) {
$query->query_vars['meta_key'] = 'wplalr_last_login';
$query->query_vars['orderby'] = 'meta_value';
}
return $query;}
Not ideal but will fix until they do.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Critical XSS vulnerability now fixed in 11.8Yeah using your 11.8 but your plugin still reports 11.7 so getting reports of problems all the time in my inbox mate !
Yep…. all seems to be working fine now – thanks ??
Because we live in the 21st century and all other software shows a lightbox – it’s a UI aspect that has been adopted for most if not all websites in the last 5 years. Come on guys it’s not rocket science!
Thanks was a glitch in the browser I think
Thanks for the prompt turnaround – I will check it out and let you know.
Works fine with 6.0.2 – been using it for weeks.
As mentioned by @azragh you do not need a new version of your plugin for each new version of WP. You just need to test… ??
Forum: Plugins
In reply to: [Contact Form 7] PHP Parse error: syntax error, unexpected ‘print’ (T_PRINT)Like a lot of other people… getting same error!
Forum: Plugins
In reply to: [WP Show Posts] Will they be any updates for Wp Show Post/ProHi
That’s great but for the PRO version (commercial – paid for) we have not seen any updates for years? Still at v1.0.0 and wordpress is reporting that it is out of date.
Some sort of timeline of when an update will be created would be good.
Cheers
Forum: Plugins
In reply to: [Internal Links Manager] Some links are not being created?It works but just not on the page that is it diverts to.
E.g. the phrase “test phrase” shows as a link everywhere, except on the content the page it is diverting to.
I guess it makes sense not to link to itself – if that was your thinking. I guess it’s still a link though. Not sure now what would be better; linking to its own page or not – it’s got me thinking.
?
Hi There
I’d love to see this feature added – e.g. the ability to dynamically load data from an external source; any simple source like CSV or jSON, etc.
This would truly make this a product that could easily be updated ??
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] how do I access the files and databaseHi
The online service is OK, but when you have backups that are 2 or 3GB’s it’s not practical to upload that file to an online service to view the contents – surely there is an easier way to extract the contents of a *.wpress file…?
Forum: Reviews
In reply to: [Cache Enabler] Not working!so… why are you giving it a 5 star review??
Forum: Plugins
In reply to: [WaveSurfer-WP] Volume controlActually this feature is pretty important and a basic requirement of most mp3 players…
Same issue – basically the order_item_meta data (options on a product) are not printing any longer when outputting the invoice / delivery…
This one is a biggy and needs sorting if anyone can help!