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
Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?
To make version 4.0.5 compatible with vbSSO 1.4.9, I had to change two things:
1) In hook "YAAS in Member Profile - Profile", replace
Code:
require_once('./global.php');
with
Code:
require_once(DIR . '/global.php');
2) In hook "YAAS - Member List Display", replace
Code:
include('awards_memberlist.php');
with
Code:
include(DIR . '/awards_memberlist.php');
Thanks.
Quote:
Originally Posted by ringnews24
How do members requests awards?
If the group they are a member of have it enabled the option will show up in awards.php.
Quote:
Originally Posted by ringnews24
Some awards arent showing up once given to the member.
Can someone help please,
Thanks.
In the postbit? If so check your maximum number of awards to display. If a member has more awards than this number then only some will be displayed in the postbit.
Quote:
Originally Posted by WorldCraft
Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?
Thanks
Why do you need to replace/restore the table? If you deleted it manually then you can re-create it manually, which would be the only way to get the table back regardless if it has been deleted, short of uninstalling/re-installing the product.
I have found a bug with the latest version. When someone recommends an award, it places the RECOMMENDERS userID in the userID blank, the RECEIVERS username in the username black.
If you then issue the awards they are issued to the RECOMMENDER.
I have found a bug with the latest version. When someone recommends an award, it places the RECOMMENDERS userID in the userID blank, the RECEIVERS username in the username black.
If you then issue the awards they are issued to the RECOMMENDER.
My award automatons don't seem to be working. In the screen cap I've set up an example for 250 forum posts. Is that correct or do i need to add usergroups in there some how?