PDA

View Full Version : Different icons depending on post count?


umustdv8
07-16-2010, 06:35 PM
I have a client that is looking for a forum app that allows for showing different icons depending on how many posts a user has made. Can this be done with vBulletin or a plugin for it? Can I adjust the post count amounts too? Thanks.

Marco van Herwaarden
07-17-2010, 05:07 AM
Postcounts can be edited by an administrator with permission to update user profiles.

What kind of icons do you mean?

As vBulletin can be easily changed using the Plugin system, anything that is not a feature of the default vBulletin package can problably be added by someone with PHP skills.

indianarmy
07-17-2010, 10:48 AM
if u make dofferent icons for diff. post counts .. they can work

umustdv8
07-18-2010, 11:52 AM
What kind of icons do you mean? QUOTE]

Probably a small icon under the post count or something.

--------------- Added 1279458092 at 1279458092 ---------------

[QUOTE=Marco van Herwaarden;2070474]Postcounts can be edited by an administrator with permission to update user profiles.

What kind of icons do you mean?

As vBulletin can be easily changed using the Plugin system, anything that is not a feature of the default vBulletin package can problably be added by someone with PHP skills.

I don't mean edit a users post count. I mean for example... once a user has made 100 posts, the user has a new icon under the post count number. Once the user makes 500 posts, there's a different icon displayed. Etc., etc.

Marco van Herwaarden
07-18-2010, 12:31 PM
You probably refer to User Ranks. Ranks are automatically set based on the postcount and can be either an image (optionally stacked) or (HTML) text.

This is a default feature, you can read more in the manual: User Ranks (http://www.vbulletin.com/docs/html/user_ranks)