Download & Extend

usernodes not generated for all users

Project:Usernode
Version:5.x-1.3
Component:User interface
Category:support request
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

I'm not sure why but usernodes weren't generated for 100% of the users.

I installed it on an existing site that had thousands of users and it didn't generate usernodes for blocked users (a good thing) but there were manu active user accounts that it didn't great a usernode for.

Why?

And how can I generate usernodes for those users?

Comments

#1

There are two ways you can generate the users for all. First off, usernode.module sets how many usernodes can be made at any given time and my default this number is set to 100. Sense changing contrib modules is a NO NO, I just went and changed the condition to suite my needs and once it was run, I changed it back.

Second, you can always run your cron script by going to you yoursite.com/cron.php. You can run this over and over again until all your users have been created. This is a better solution than trying to change login in the usernode, which is not recommended under any cases.

#2

also watch out for this: http://drupal.org/node/169715

seems there's a conflict with other modules that prevents usernodes from being generated..