Hello.
I am using the most recent beta for User Titles.
One problem I am having is that the titles are not being updated once a user crosses the threshold into the next rank; while their post count continues to increase, their rank doesn't.
Is there anything I can provide to help solve this?
Comments
Comment #1
batbug2 commentedi have the same problem. i kinda solve it by going to the admin page for user-titles and clicking the "save" button. after that all titles are updated.
Comment #2
gaijinu commentedI believe the user_titles_posts table is not updated when a user posts a comment or the comment is deleted.
Comment #3
jamix commentedThis is caused by a bug in user_titles_comment() function in user_titles.module. You need to replace the line which starts with db_query("REPLACE INTO... with this one:
$a1 is an array, not an object as the old code implied.
Comment #4
pramudya81 commentedyeah mine too...
I even reset and recount the user points back but still user title doesnt update
Comment #5
agileware commentedMaking master.
Duplicates:
#305950: User Title Uncalculated
#242576: It doesn't count comments.
Comment #6
agileware commentedComment #7
agileware commentedThis is fixed in 5.x-1.0