In the Userpoints submodule of user_titles, levels are not correctly calculated based on points. Points for all categories should be queried.
diff ut_userpoints.module ut_userpoints.module.7041
< return userpoints_get_current_points($uid, 'all');
---
> return userpoints_get_current_points($uid);
Comments
Comment #1
rconstantine commentedHello! This is absolutely necessary or the integration with userpoints doesn't work at all. Thanks for figuring this one out boran.
Comment #2
boran commentedThis fix has still not been committed.