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
When I went to give an award to someone a while ago, it said no matches were found for that query. I went with their user ID instead, and nothing related to the medals was showing except for the Admin CP stuff, but it worked.
However, now the listing is out of order. Cloud should be below TK:
Its how it was coded since the query to get the users who currently have the award is not ordered, any perceived ordering of results from a query without an ORDER BY is purely arbitrary.
Its how it was coded since the query to get the users who currently have the award is not ordered, any perceived ordering of results from a query without an ORDER BY is purely arbitrary.
By arbitrary, do you mean that most of them being in date and time order is a coincidence? How about the no matches error, though, and the partially blank page when using the ID?
Anyway, is it possible to make this go by date and time order?
By arbitrary, do you mean that most of them being in date and time order is a coincidence? How about the no matches error, though, and the partially blank page when using the ID?
Anyway, is it possible to make this go by date and time order?
Yes. As for the no matches its likely the user just has some characters that aren't being displayed on screen in their username.
If you wanted it by date order you'd need to add ORDER BY <datefield> to the query.
Its a cron job which is set to run once every hour, so after a user meets the requirement it might take up to an hour for the award to be granted.
Mhrm not seeing our current being sent out to the usergroups. Is there any way I can make this instant? It's very important to the launch of the project.
Mhrm not seeing our current being sent out to the usergroups. Is there any way I can make this instant? It's very important to the launch of the project.
Thanks!
In your scheduled tasks change the details of the awards task as needed. The more often you run a cron job the greater the resources used by the forum.
So why is it handing out awards every hour for post count.?
Isn't it going to check if they have the award.?
People will have hundreds of the same award by the end of the week. lol
It shouldn't be, it checks every hour for those who meet the criteria (i.e. have the requisite number of posts) but do not have the award and then grants it.
Quote:
Originally Posted by Amaury25
Is that something simple or does it require server work?
Our owner is the server expert, so that's why I'm asking. I just know how to take backups, LOL!
It requires changing one of the file uploaded to the server, it shouldn't actually be too complicated if someone knows what they're doing.