• 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

How do I set a "special ranking" for users

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We're currently running 2.1.6. We'd like the moderators of the forum to have that rank displayed above their avatar. We are not currently using any of the other ranking features.

How do I set this in the admin control panel? I can't find it.

thanks!
[originally posted on jforum.net by mizb]
 
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
2.1.6 does not support that.

In version 2.1.7, as Administrator, go to Admin Panel -> Users, locate the user you want to change, and edit its profile. There in the end of the page you'll find the special ranking.

To create a special ranking, use the "Ranking" menu in the Admin Panel.

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
I created a special ranking and applied it to a user, and it worked fine. Then i created a bunch of "number of posts" rankings, and the first ("newbie") was applied to the user. I tried several things to get the special ranking displaying for the user again, but it would always say "newbie", even though the user's setting in the admin panel was the special. Even when the user exceeded the second level, it still said "newbie".

Finally, i deleted all of the "number of posts" rankings (including "newbie"), and yet the user's posts still say "newbie". Any ideas about what is going on here?
[originally posted on jforum.net by mlohbihler]
 
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
I guess there is a problem related to the ids.

If you have access to the database console, see the records that are in the table jforum_ranks

If "newbie" is showing, then it must be there.

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