Topic: Image Awards Mod 1.0 by Frank H
##
##
## Mod title: Image Award Mod
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.5
## Release date: 2005-05-16
## Author: Frank Hagstrom (email removed, read my sig)
##
## Description: This mod will add the ability to assign image awards for
## users. That is shown below their avatar.
##
## Affected files: viewtopic.php
##
## Affects DB: Yes
##
## Notes: Well, having these things might be handy, a good way to
## show that a user has been warned for his actions, or just
## that the user is in some way special. The addition of new
## awards is very easy. Just create an image, save it with
## correct naming, upload, and then assign to the user.
## Description on how to name the files is in the admin
## plugin interface.
## The plugin part might be improved later, but typing in id
## I think is better than generating a list of users. As the
## userlist might grow to several thousands, and that's a
## hard list to find names in...
##
## Written by Frank H
## on: 2005-05-16 17:47
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
Did a small mod today, mainly to show warnings on users. But you can use it to make all sort of awards
Shows a small image under the avatar, if avatars is displayed, othervise shown as text.
To add more awards (Warning, Warning Red & Banned is in the zip), just create an image, and follow the naming scheme when saving it. Upload and assign to user.
(Didn't want to create an dropdown for the users, as with thousands of users the dropdown would be huge. So no need to ask about it )
Have fun