Forgot?

Special Ranks missing :)

Reply Topic
Link to this post 12 Aug 12

Hey Ninjaforge,
it seems like the board has got a quite cool feature to get ranks and so on, but only through posts.
My problem is, that there are people, like "Donators or Moderators" who need to get special ranks without doing anything like posting a lot of articles or opening a lot of topics.

Edit:

Or how about being able to give usergroups automatically special ranks :)?

Greets jxsl

Link to this post 21 Aug 12

Hi jxsl,

While this feature isn't currently available in the backend, it can be easily implemented if you know HTML and CSS.

Under every avatar is the usergroup, as you can see on this forum. The markup for that looks like this:

<li class="usergroup-registered">Registered</li>

You can give that usergroup a CSS background image like this:

.usergroup-registered {background: url(../images/registered.png) no-repeat 50% 100%;}

Hope that helps.

Mark

Home Forum Joomla Extension Support NinjaBoard Special Ranks missing :)