Print Page | Close Window

Forum member award icons

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Suggestions
Forum Description: Do you have any ideas for applications or content on Web Wiz? Then leave your suggestions here.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13408
Printed Date: 29 March 2026 at 10:14am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Forum member award icons
Posted By: MGUK | Xavier
Subject: Forum member award icons
Date Posted: 18 January 2005 at 3:48pm
Hi,
 
I have seen a nice feature on some forums that i would really like to utilise, although i realise its not the easiest mod to make.
 
Take this link for example, to a board I regularly frequent (this is straight into a thread)
http://board.dogbomb.co.uk/showthread.php?t=32772 - http://board.dogbomb.co.uk/showthread.php?t=32772
 
Under the Avatars you can see little icons (mouseover for the alt text of what they mean.)
 
These are little awards given to members by the admins \ moderators.
Off the top of my head, the mod would include an extra area in admin (and database table), where you can "make up" awards, then an extra bit in the membership admin where you can apply those awards to the members, which would be shown to the users underneath the avatars in posts.
 
I hope that was clear.
 
Do you get what I mean?



Replies:
Posted By: michael
Date Posted: 18 January 2005 at 9:11pm
Appears to be failry simple to mod, from what I can see it just uses icons instead of names, and icons instead of postcounts. Just replace the Moderator string with an image tag and do a select case on the post count i.e.
Select Case intPostCount
Case < 100
   image1
Case >100 AND <1000
  image2
Case >1000
 image3
End Select


-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: MGUK | Xavier
Date Posted: 19 January 2005 at 12:24pm

Unfortunately not, these icons are actually completely different (in concept) whilst they do happen to use one of them for moderator status, the awards in this context are actually completely seperate from the rest of the forum.

In the case of DogBomb they have "awards" in the form of icons for things like the following.
 
People who have donated.
People who have contributed
People that have had articles featured on the front page
 
And more (but these are few and far between) however, I want to expand this a little on my board and have a multitude of awards I can hand out.


Posted By: weppos
Date Posted: 23 January 2005 at 11:56am
Well, it can be done adding 2 new tables in the db.
One containing award info and one containing relationship between awards and authors.

In this way each author will be able to be related from 0 to N awards.

Than, just add some queries in the forum and a new admin section to assign the awards.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net