Aleks
Forum Replies Created
-
Forum: Plugins
In reply to: [User ID Changer] Auto increment doesn’t continue from high valueHi,
Patch emailed to reset to auto increment to the highest user +1
Kind regards
Forum: Plugins
In reply to: [User ID Changer] Files associated with user don’t transferHi
We have emailed a patch to resolve this issue. please give it a whirl and see.
Kind rgerads
Forum: Reviews
In reply to: [SSL Verification Badge] Illegal string offsetCool, we have make a small mod to our version of your plugin and made it a shortcode so it can be placed any where on WordPress, page/post/sidebar/widget/footer
It’s a very cool plugin.
Regards
AleksForum: Reviews
In reply to: [SSL Verification Badge] Illegal string offsetto fix the problem do this
find these 3 line rem them out with in the ssl-verification-badge.php. there is no need to loop round the array, just jump straight to the array keys and get the data //
//foreach($certinfo as $key=>$value){
// $SANs = $value[‘subjectAltName’] . ‘<br>’;
// }then add this line:
$SANs = $certinfo[‘extensions’][‘subjectAltName’] . ‘<br>’;
regards
AleksForum: Plugins
In reply to: Random User IDHi
Short answer is No.WordPress uses an auto increment value for the User ID’s. It starts at 1 and increments every time a new user is added. If you change one of the User ID’s to a high value like 4007, the auto increment will start from 4008 and so on.
Maximum number of User ID’s WordPress supports: 9,223,372,036,854,775,807
(9 quintillion 223 quadrillion 372 trillion 36 billion 854 million 775 thousand and 807)We have just release a plugin that allows you to change the User Id’s on any user. The user with the highest ID number is where the auto increment will start from.
Plugin: User ID Changer
Hop this helps
Hi,
Update. We found if we make the user ID changes to the database, then deactivate Wordfence, then activate it again, the issue has gone.What & where does it keep a note of this? as it seem odd, when we change the user id and then scan, Wordfence picks up that a user was created outside of WordPress, but if we deactivate the Wordfence and reactivate it straight away, then do a re-scan, the issue is no longer there.
Any help on this would be good, we have put a 2 line peace of code in our plugin to check if Wordfence is install & active, if it is the it deactives & reactives Wordfence.
Kind regards
AleksForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack & WP user IDHi Jeremy,
Thank you for your answer, we figured as much, we did try a lot of other techniques, but it always required a disconnect and reconnect then approval for the so called new user, even tho it was only an ID change, I think WordPress.com see it as a new user.
We have put instructions into our plug when we detect Jetpack is active to make should the user knows if they change the ID of the Linked User in Jetpack, they need to follow the instructions.
Thanks
AleksForum: Reviews
In reply to: [User ID Changer] This is a very important plugin.Hi,
Thank you for you kind comment about our new plugin. You are correct that just changing the User ID is not enough, other things need to be done, that why we also listed Username Changer, it is advisable to use the display name when writing posts etc.The reason why we did the plugin in the first place was, we where fed up trying to get our client mySQL details and do it manually.
This is the first release, which support standalone WordPress, plus Jetpack. with Jetpack there are some instructions, as they use the link users email address, then the User ID. So if you have anyone using Jetpack, just deactivate the plugin, run User ID Changer, the reactivate Jetpack, this will the ask for approval. This only applies if your changing the Jetpack link User ID.
We are currenly working on a WordPress Multisite version, this is quite complex as there is stuff everywhere and we need to make sure we catch everything when changing the Super Admin details.
We are also looking at the possibility of a few other features like rename the WordPress prefix (wp_) and maybe the ability to create an emergency admin account.
If you find any issues please let use know, also if you think something else is needed let us know.
by the way, we did an integrated release of User ID Changer with Username Changer, so both where on the screen together. We may release it, but depends on the other plugin author.
Kind regards
AK
PS. Friday we will release a maintenance release which has more Jetpack stuff in itHi
We have found it,
Go to Products
Then select all the product you want to change.
Then under Bulk Action, select Edit.Very Cool
Thanks for you help on this.
Hi Daniel
Thank you for you reply, the image you sent of the screen shot, looks exactly what i’m looking for, to be able to sent bulk items eg Items On Sale, with one hit.
The problem is now, where are these setting, we have search all our menu option in wordpress and can’t seem to find them.
The only way we set them at them moment is editing each product to set it.
kind regards
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] WishlistHi,
We have implemented the function into the function.php and this worked very well.
Thank you for you reply and the function snippet.
Kind regards
AK
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] Custom FieldHi,
Thanks, will give it a go and see what happens
cheers
Aleks
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] Custom FieldHi,
Some thing like that
our product consist of the following for example:
Description, Price, Colour, Size & images, the variation is based on the Size & Colour.
When we import our stock we import all the images associated to each variation.
So maybe it would be better to upload all the images to all the variations and then filter based on filename or alt or title