Quote:
Originally Posted by GamerzWorld
Is there a way to make it so that i can have smallversion in postbit and when you click larger image. I made large andsmall images of same awards but obviously it ruins style with largeimages. Any ideas
|

Idea is having another field in award table, call it bigimage_url, and give it the link to your bigger image.
When displaying award (in award page, or in member profile), use big image instead of the small one.
Simple as it is. thinsg to do:
01. a query to add additional field
02. change /admincp/award.php to show this field, so that you can put URL for big images
03. change AWARD and/or MEMBER template, to use new URL for big image instead of old one.
I might be interested in writing something like this too.
Additional features would be ...
- Giving One award to One person multiple time,
For example, if you have a "Member of the month" award, and someone get it twice, you can give your member 2 of the award.
- A complete - seperated award management system in AdminCP would be nice.
this would include
+ list all award and add new award (already featured)
+ list all members who get each awards (and/or all awards for one member)
+ give/take away some member some award(s), without having to edit userprofile (using the vB's user.php) because giving award is a seperatework from editing profile.
and other features mentioned.