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
Try again, I was just re-uploading the new version with the above bug in award_users.php (both admincp and modcp) fixed and the md5 sums updated accordingly.
So the new md5 file needs to be updated as well?
If I did the above bug fixes in the admincp and modcp (award_users.php) files do I still need to update anything? Thanks once again squidsk !!!
No because the problem is on your end and has nothing to do with the mod. I can't tell from the screenshots for certain, but it looks like you are using postbit_legacy. When using postbit_legacy the width of the awards postbit display is based off the setting for the stylevar postbitlegacy_userinfo_width. If you are using postbit_legacy you are allowing content in your postbit that is wider than the value you have set for that stylevar. If you have not using postbit legacy (i.e. the postbit where things are displayed across the top of the post instead of at the side) then you'd need to edit the width that is set for the awards display in the .postbit .userinfo .yaas_postbit in the awards_css.css template.
If I did the above bug fixes in the admincp and modcp (award_users.php) files do I still need to update anything? Thanks once again squidsk !!!
There were a couple of other minor tweaks as well, if you just copy the new files to your server you should be fine. The reason the md5 sums need to be updated is that the files have changed and if I didn't update the md5 sums those files would show as not having expected content.
A total of 5 files were changed with minor tweaks:
Thanks for finding that! I've uploaded a new version of the 4.0.9 version with that bug fixed and the md5 sums updated accordingly.
No problem ... I was going nuts trying to figure it out ... I finally got my thinking cap on straight and found it ...
Quote:
Originally Posted by squidsk
There were a couple of other minor tweaks as well, if you just copy the new files to your server you should be fine. The reason the md5 sums need to be updated is that the file has changed and if I didn't update them the files would show as not having expected content.
A total of 5 files were changed with minor tweaks:
modcp/award_user.php
modcp/award.php
admincp/award_user.php
admincp/award.php
includes/md5_sums_yaas.php
Ok thanks for the list of files changed .....once again squidsk thank you !!!!
No because the problem is on your end and has nothing to do with the mod. I can't tell from the screenshots for certain, but it looks like you are using postbit_legacy. When using postbit_legacy the width of the awards postbit display is based off the setting for the stylevar postbitlegacy_userinfo_width. If you are using postbit_legacy you are allowing content in your postbit that is wider than the value you have set for that stylevar. If you have not using postbit legacy (i.e. the postbit where things are displayed across the top of the post instead of at the side) then you'd need to edit the width that is set for the awards display in the .postbit .userinfo .yaas_postbit in the awards_css.css template.
I apologize for saying that these issues were fixed..I never took into consideration the fact that it's different in postbit_legacy and posbit ....
Thanks for finding that! I've uploaded a new version of the 4.0.9 version with that bug fixed and the md5 sums updated accordingly.
No because the problem is on your end and has nothing to do with the mod. I can't tell from the screenshots for certain, but it looks like you are using postbit_legacy. When using postbit_legacy the width of the awards postbit display is based off the setting for the stylevar postbitlegacy_userinfo_width. If you are using postbit_legacy you are allowing content in your postbit that is wider than the value you have set for that stylevar. If you have not using postbit legacy (i.e. the postbit where things are displayed across the top of the post instead of at the side) then you'd need to edit the width that is set for the awards display in the .postbit .userinfo .yaas_postbit in the awards_css.css template.
Not using postbit_legacy. But I'll try to fix the problems with your instructions. Thank you.