Version: 3.7.4, by Xanlamin
Developer Last Online: Apr 2015
Category: Miscellaneous Hacks -
Version: 3.7.x
Rating:
Released: 08-08-2008
Last Update: 11-22-2008
Installs: 511
DB Changes Uses Plugins Auto-Templates
Re-useable Code Code Changes Additional Files
No support by the author.
A lot of you have been waiting for this forever to work 100% with 3.7 due to the new profile tabs...Well wait no longer, here is the new revises version of HacNho's YAAS (Yet Another Awards System).
DESCRIPTION:
This is a Medals/Awards system. Admin can give members awards, and award icons will be displayed in member's profile, posts, as well as in a award list.
FEATURES: In AdminCP
- Can Create/Edit/Delete/Reorder categories/sub-categories in ACP (with category name and description)
- Can Create/Edit/Delete awards in ACP (with Award Name, Description, Icon URL, Image URL)
- Can Move one (or all) award(s) from one category to another
- Can set some awards un-classified (not displayed for public)
- Can re-order awards in awards showcase
+ Issue awards to members, based on username or userid, with Issue Reason
+ Remove awards from members
In ModCP
+ Issue awards to members, based on username or userid, with Issue Reason
+ Remove awards from members
Front page
- Display awards list in with: Award Name, Description, Icon, Image, and Members who get each award.
- Display awards showcase in profile, with Award information, Issue time and reason
- Display award icons in postbit (showthread, showpost, announcement, private)
CHANGES/MODIFICATION:
- Tables to add: 3 (award, award_user, award_cat)
- Files to add: 4 (/awards.php, /award_request.php, /admincp/award.php, /admincp/award_cat.php)
DIFFICULTY:
Easy
Time: about 5 minutes
Installer is included (1 product XML)
CREDIT:
Idea has been carried on by many people, here are some:
- Lesane for original Award hack for vB2, eventhough I've never use his hack
- AnimeWebby for Awards/ Medals/ Cards Hack [vB3], which I write new code based on his.
- Mac ycl6 for phpBB Medal System for phpBB forum
- Dr Erwin Loh for FORM TO THREAD/ FORUM/ PM/ EMAIL hack
- Cypher for helping with the tabs in 3.7
- liwo for re-writing plugins
- and all others for supports and ideas
How can I make my presentation instead of the icon award the medal picture?
Be more specific for the coder else show a screenshot with big red arrows asking specifically what you want! I have a similar mod and could have most likely helped this coder out by answering IF you would have provided more info
Just saying....
Presentation instead of the icon award the medal picture?????
I was lost but if your english is not up to par then forgive me for sounding this way
As a temporary workaround you could just disable the php error messages so your users do not see them.
Just place the following line in the .htaccess file in your forum root:
Code:
php_flag display_errors off
As for the error you are getting, I suspect you are using mysqli instead of mysql. There is nothing wrong with that, actually it is the preferred way with php5, but the memberlist code works only with the old mysql. I haven't tested this though, just looked at the code.
I would like to lower the current location on my postbit_legacy template but I am not sure what to move. The awards are currently velow the ranking and I would like them to be at the bottom after "Rep Power".
I would like to lower the current location on my postbit_legacy template but I am not sure what to move. The awards are currently velow the ranking and I would like them to be at the bottom after "Rep Power".
What do I have to adjust to make this happen?
Thanks in advance
As far as I know their is not a template hook to for dynamic placement of the Awards Showcase at that location.
You would have to manually edit your postbit template.
As for the people requesting that the border be removed from the Awards Showcase within the postbit, the next release does have 3 different display options that you can choose from. Currently I'm tackling the sort orders within the awards system. Once that is completed, I will release an update.