I can specify automatic user status based on the number of posts, but can I change specific user's satus to a custom value? (Using MySQL console is OK ;]) [originally posted on jforum.net by Daniil]
BTW, I think I can change "rank_id", but I guess it will be changed automatically at some moment (correct?). [originally posted on jforum.net by Daniil]
These kind of feature is sooooooooooo low in the priority list. After I get Private Messages working and a decent site, these stuff may have a chance to get implemented :P
Rafael [originally posted on jforum.net by Rafael Steil]
1. Will the user's status change automatically when the posts counter hits some other rank's value or earlier (when)?
2. Has rank_special some meaning to JForum or it's ignored? What number should I set rank_min to so it won't get used in normal user rank cycle (I mean, to make sure some other user won't get this rank) - very high probably? [originally posted on jforum.net by Daniil]
Daniil wrote:
1. Will the user's status change automatically when the posts counter hits some other rank's value or earlier (when)?
Yes.
Daniil wrote:
2. Has rank_special some meaning to JForum or it's ignored? What number should I set rank_min to so it won't get used in normal user rank cycle (I mean, to make sure some other user won't get this rank) - very high probably?
and yes too. Set to a hight value.. BUT... the rank is not stored in user's table. jforum dinamically will process the ranking using RankingRepository, as in