• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Per-user statuses?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not yet. Nice feature

rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Nice feature


Just seen that stuff on phpbb forums

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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yup..

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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I'll do a manual change in status... Then:

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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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

https://jforum.dev.java.net/source/browse/jforum/src/net/jforum/repository/RankingRepository.java?rev=1.2&content-type=text/vnd.viewcvs-markup

The rank_special is not currently used, but will, some day.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
reply
    Bookmark Topic Watch Topic
  • New Topic