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
The second two fixes are the fixes I posted earlier that fix tab artifacts on users member pages and that you tried to use to fix your footer issue, the first fix is due to an extra <div> tag in that template. The solution provided closes the <div> the solution I'd use is to delete it.
Quote:
I keep getting this text
inline with the "users that have received this award"
You accidentally deleted the start of the html comment in the awards_awardusers_bit template. Open that template find the line and add <! to the start of it so the start read <!-- (notice no spaces). This will make it a proper html comment.
Quote:
Originally Posted by faraz_hamza
There are Three files. how to install this mod. and which file i have to upload to install this mod?
You only need the third one and from in it the contents of the upload folder will go into your forum main. Then load the xml through admincp plugins area.
Quote:
Originally Posted by odie3
hi, I am currently on 3.6.5 with YAAS and I am lining up a 4.0.x VB upgrade. Any pointers on upgrading YAAS or must I install it as new?
I'd recommend upgrading to the 3.8 version before the vb4 version. It says to backup the awards tables then remove then re-install, but I found I didn't have to do that and in fact it caused troubles when I tried. I'd recommend backing up the awards tables then upgrading either to the 3.8 version (and then the vb4 version) or just straight to the vb4 version.
Quote:
Originally Posted by dej
I keep getting this error when adding attributes to center the awards container and images within:
Error: The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
I don't see any unclosed braces (?)
I tried this (for centering) because it takes care of IE with Firefox (margin attributes)
I saw back around post #200 this issue was brought up (yes, I actually do search and read this thread's contents as best I can) .. and I only found the answer to be "Edit the custom CSS." Well, that's what I'm trying to do =/ I'm sorry, but each time I try, it's the "Curly" issue : (
Can someone post the attributes I can center the awards container and images with.. without the curly error message above?
Thank you
P.S. I'm editing Style 1 here.
You'll need to post the entire template that you've modified as something else that you changed may be causing the problem.
The second two fixes are the fixes I posted earlier that fix tab artifacts on users member pages and that you tried to use to fix your footer issue, the first fix is due to an extra <div> tag in that template. The solution provided closes the <div> the solution I'd use is to delete it.
You accidentally deleted the start of the html comment in the awards_awardusers_bit template. Open that template find the line and add <! to the start of it so the start read <!-- (notice no spaces). This will make it a proper html comment.
You only need the third one and from in it the contents of the upload folder will go into your forum main. Then load the xml through admincp plugins area.
I'd recommend upgrading to the 3.8 version before the vb4 version. It says to backup the awards tables then remove then re-install, but I found I didn't have to do that and in fact it caused troubles when I tried. I'd recommend backing up the awards tables then upgrading either to the 3.8 version (and then the vb4 version) or just straight to the vb4 version.
You'll need to post the entire template that you've modified as something else that you changed may be causing the problem.
No chance of addressing my previous problem? lol. Its a bit out there.