Just installed and activated the plugin.
All seems fine so far… However I am having a slight issue.
After activating I am presented with this message:
If there are any previously installed theme or plugin that added tables to the database, you should check if any field in these tables includes user_ids, and manually replace all the rows referencing user_id 1 with the new user_id
I don’t know if any previous theme or plugin has done this. Could you please advise how you do this? How do you check / manually replace rows with these tables?
I’m not sure what tables it’s referencing, where to find these tables and how to change the IDs.
Thank you in advance.
]]>The function (auto randomize user ID) is still working even after I deleting the plugin. But I do not want to use it anymore. How can I completely remove this feature from my WordPress website?
]]>Hi I installed your plugin a year ago and was working fine.
Now when users register to my page is giving them a user ID with a number really long. like x.xxxxxxxxxxxxxE+15 and is giving me problems as I have some filter that use user ID as a filter.
the problem is that all 14 first digits are the same!
how can I change those ID or how can I undo this plugin?
Depronto me explico mejor en espa?ol.
Cuando un nuevo usuario se registra en mi pagina wordpress le asigna un numero exponensial. El problema es que donde como filtro el ID del usuario wordpress los lee todo igual y el filtro no me funciona.
como puedo deshacer los cambio que el plugion realizo en mi codigo y no generar mas random users ID?. o hay otra solucion?
]]>Hi, I just enabled the plugin and now I’m getting minor error messages right away around the site. They could mean bigger things are broken, but this is just an initial impression. The warning to not enable the plugin on an established site with other plugins didn’t come until AFTER the plugin is activated, so what does that help? I really hope this is easily fixable.
I don’t even necessarily want to delete the plugin because I still need its functionality, but am not an advanced user and don’t want to break everything now. Please tell me whichever way is the easiest path to un-break things.
No, there’s no backup. Didn’t expect something this weird to happen.
]]>Hello, installed this plugin and it automatically gave each newly created user a random number of 15 digits.
Now my YITH points and Rewards plugin is unable to give the customers with 15 digits ID any more points or rewards.
All works good nothing is broken and I’m able to view my customers inside the YITH points and rewards interface, but when I click update points or any admin action, it doesn’t register properly.
Can you please help me. Thank you in advance.
]]>I just installed this plugin on a test site and it worked flawlessly, but there is no documentation or Admin settings that can be adjusted. I don’t want 10 digits in the ID number as this will also serve as the site user’s membership number. I need to have numbers generated that are preferably 5 digits. How do I set this up?
]]>I added the following to my function.php file to allow the maximum user ID to be 999999
add_filter( ‘dfx_random_user_id_max_id’, ‘custom_max_user_id’, 10, 0 );
function custom_max_user_id() {
return 99999;
}
How can I also make the minimum user ID be 10000?
This way, all user IDs can be 5 digits.
Thank you.
Is there a way we can randomise every users ID who are already registered not just the USER 1 & new registered users.
I need a unique code for all members but already have 160 registered members.
Thanks
]]>hi
i want to restore user id start at 1 or another custom number for example 20001100 and start at 8 digits number
please help me
Hi,
thanks for this small tool, i have a question before using it tho…
I wrote a small function which add some stuff to the DB with the users ID when he registers:
add_action( ‘user_register’, ‘PHIT_createbbbroom’, 10, 1 );
function PHIT_createbbbroom( $user_id )
{
//do stuff here, insert $user_id to custom post type meta
}
will this hook work with your plugin? I mean does it fire after the new user id was created?
Kind regards
Patrick
Hi Plugin Author,
I am wondering if there is any way to restrict the length of the ID from 16 Digits to 8 or Max 10 Digits? And I also wanna know, Will there be unique IDs for each user even if the site will have 10000s of users registered?
Waiting for a function to shorten the ID Length.
]]>The plug-in is working great for my new users but i somehow need to find a way to update the 100 users already registered.
Would it be possible to modify the code so that you can also select individual user ID’s that you need to randomise?
Thanks
]]>what should I do when “There was no user with ID=1 already, so no user ID has been randomized.” appears? How to have my ids randomized manually?
]]>First i must say that this plugin works great and it was exactly what i was looking for, but i just discovered a conflict with mycred plugin, When Random user ids and mycred is activated if user transfers points to another user, the mycred log entry do not seems to get the sender and receiver display name anymore, it only prints the mycred user template tags %display_name% on the log entry instead of the user display name, Please any help will be appreciated, Thanks
]]>