Version: 4.0.9, by squidsk
Developer Last Online: Aug 2021
Category: Major Additions -
Version: 4.0.2
Rating:
Released: 01-09-2010
Last Update: 12-15-2014
Installs: 982
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations
No support by the author.
*** CREATE A BACKUP OF YOUR FORUM AND DATABASE BEFORE INSTALLING ***
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
+ Writes granting/removing awards to the log
In ModCP
- Issue awards to members, based on username or userid, with Issue Reason
- Remove awards from members
+ Writes granting/removing award to the log
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)
New Features/Additions since 3.8
- Points System
- Separate Award Request/Recommendation Forms
- CSS Customizable
Current Release Version 4.0.9
Added - Handling of user merges
Added - Handling of user deletes
Added - Manage awards on per user basis
Added - Extra info to the logs for mass removal and editing of issued awards
Added - Ability to collapse categories on awards.php
Added - Checksum file for checking for suspect file versions
Added - Various missing phrases
Fixed - Memberlist not showing awards when option is active
Fixed - Navtab not being selected (vb version < 4.2)
Fixed - Category title not being displayed on awards.php
What I'm thinking of going to do is make it a usergroup permission. If you don't want guests to see the awards page you'd set it to false for unregistered users.
I may be the developer but most of the additions over the last couple of releases have been ideas that were proposed by users of yaas or based on ideas proposed by users of the yaas. Having gone over the change logs for versions 4.0.7, 4.0.8 and 4.0.9 the only idea that was entirely my own was the md5 sums.
However, our technician ordered me to post this.
Its a modified bitfield.xml and in "<forum_root>/awards.php" below
Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
add
Code:
if (!($permissions['awardpermissions'] & $vbulletin->bf_ugp_awardpermissions['canviewaward']))
{
print_no_permission();
}
Also, create a phrase
Code:
Location: ControlCenter->Permissions
Name: award_can_view_award
Text: Can view award list
-
Again (no flattery), have seen many award systems for different scripts and even most of your features are suggested by users, its the best award system me knows :up:
I recently moved my db to the InnoDB engine, and noticed that my awards aren't sticking... does YaaS have issues with non MyISAM engines?
It has no issues with innodb or any other db engine. Awards not sticking is not a lot of details, and you aren't running the latest version. If you'd like further help please update to the current version and mark yaas as installed.
First you're using postbit not postbit legacy. My guess without seeing the actual site is that the issue has to do with the fact that in the second image you've got an extra image on the left which is pushing the awards below the other bits of information on the right.
First you're using postbit not postbit legacy. My guess without seeing the actual site is that the issue has to do with the fact that in the second image you've got an extra image on the left which is pushing the awards below the other bits of information on the right.
yes you right but how can i add the awards under the vouch system[itrader]
The post legacy option is under the posts and i need it under the vouches like the second picture
I must be daft, but I can't figure out how to get the Automation system working at all. Everything installed cleanly, however I'm unable to really get a grip on how the profile fields are supposed to be correctly filled out.
I must be daft, but I can't figure out how to get the Automation system working at all. Everything installed cleanly, however I'm unable to really get a grip on how the profile fields are supposed to be correctly filled out.