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

rconstantine’s picture

Priority: Normal » Critical

Hello! This is absolutely necessary or the integration with userpoints doesn't work at all. Thanks for figuring this one out boran.

boran’s picture

Status: Active » Needs review

This fix has still not been committed.