Yet Another Award System 1.1  by HacNho  
Copyright (C) 2005 by HacNho, All rights reserved.

Hack Version: 1.1..050328
Compatible vB version: 3.0.7. It should be compatible with all vB 3.x version, but not tested.


Version 1.0.1 - New features:
- Display awards in postbit (showthread, showpost, announcement, private)

UPGRADE INSTRUCTION
From version 1.0.0 to version 1.0.1

 Step 1: Edit template awards_bit
 REPLACE the whole template with:
// ===============================

<a href="member.php?$session[sessionurl]u=$award[userid]#award$award[issue_id]"><img src="$award[award_icon_url]" alt="$award[award_name]: $award[award_desc] - $vbphrase[award_reason]: $award[issue_reason]" border="0" /></a>

// ===============================

Step 2: Edit templates: postbit and postbit_legacy
 FOLLOW instruction to edit these templates in awards_install_template.html
 
Step 3: Edit files: showthread.php, showpost.php, announcement.php, private.php
 FOLLOW instruction to edit these filess in awards_install_file.html
 
Step 4: Enjoy the awards!