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
* Added 'No Display' option for Awards Showcase in postbit
* Fixed MySQL/MySQLi code error
* BBCode Correctly Parsing
* File edit in member.php no longer needed
* admincp/avatar.php removed from hack
I haven't been able to dig into getting HTML customized awards, but BBCode is correctly parsing.
Hi Cypher :0) thanks for the updates. I have a question, is it possible to do this ? To have multi pages, i mean each page can may be have 20 awards or so ?
Hi Cypher :0) thanks for the updates. I have a question, is it possible to do this ? To have multi pages, i mean each page can may be have 20 awards or so ?
So i mean something like this
I'd have to look into how to code something like that, but yes, it is possible.
This would be awesome if we could add triggers that automatically give a user an award, as an example, a user would automatically get an award for posting 100 posts, or by having 150 profile views. or by creating their first thread.
this could be very useful instead of having to manually keep track of things.
i've installed this and would love to see this improved upon some more.
I'm trying to have the "small award icons" load into the mini stat box on the right, but can't figure out what the code is.
for example, i can get a profile field to show by adding $userinfo[field12] etc. Is there a simple code I can add to make a users awards show here a well?
works great! Is there a way to get this to show on the member info page in one of the blocks?
I have been working on that on the side, I was hoping to get it into the 4.0.2 release, but I've been running into some bugs with that.
UPDATE: I have this added, and working for the next release. The code is a bit "dirty". I'm used to coding in straight PHP, so I'm not used to using the vBulletin Data Manager, so I currently have this executing via an Included PHP File.
Quote:
Originally Posted by Neo_Angelo
This would be awesome if we could add triggers that automatically give a user an award, as an example, a user would automatically get an award for posting 100 posts, or by having 150 profile views. or by creating their first thread.
this could be very useful instead of having to manually keep track of things.
i've installed this and would love to see this improved upon some more.
That is another aspect that I would love to be able to add, I'm just not sure how I would go about coding something like that.