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
Yes, you just installed another plugin that doesn't work correctly with this one. If you go to https://vborg.vbsupport.ru/showthrea...16#post2340916 you can grab an updated version of this mod that fixes that issue among others.
Yes, you just installed another plugin that doesn't work correctly with this one. If you go to https://vborg.vbsupport.ru/showthrea...16#post2340916 you can grab an updated version of this mod that fixes that issue among others.
That's actually the version i'm currently using.
Funny enough.. it works if i'm logged out.
Fixed by disabling "vFcoders - Advanced Report System" ... wierd..
It was vFcoders - Advanced Report System.. Which I've disabled.. all seems to be working OK.. not sure why they are interfering with e/o
One of two reasons. First is that you didn't update the awards.php when you updated to the 4.0.3 version I posted. The easy way to check for this is to open awards.php and look at the top it should say 4.0.3 in the version. You can also go to line 99, where the construct_depth_mark function is declared, and ensure the function is wrapped in a if(!function_exists('construct_depth_mark)) conditional statement. The second possible reason is that one of the plugins from vFcoders - Advanced Report System has bad php and is causing that if statement I mention above to not fire properly, which would also cause the error.
If the problem is the first then just re-upload the file, if the problem is the second report it to vFcoders and let them deal with the bad code, or you can enable the plugin and disable the hooks one at a time until you find the one causing the problem and see if you can figure it out.
My bet is the second, especially as the problem resolves itself when you aren't logged in.
I've gotten great use out of the YAAS mod and the YARS mod has been very helpful as well. As such, I'd like to share the 320+ medals I've had my artist design for me with the community. A lot of them are "medal sets", meaning a medal has multiple level or ranks. I use this level system extensively on my site, so there are a lot of those.
I've included the base image of each medal and its icon. They are both PNG images with transparent backgrounds.
A sample:
Please only use these only on your vBulliten sites. The zip file for these is to large to attach here, so you can download it here.
I used to run the 3.8 version but had it disabled as I upgraded to 4.xxx. I installed this version but it looks like I need to edit the award.php file as it doesn't show my site's custom navbar.
Please visit and compare to the rest of the site. I have contacted my site builder but I am hoping someone can help me figure it out on my own as he takes awhile to respond.
any one else get this error at the top of the awards page. I've gone thru a few and say nothing about it. was hoping someone could tell me the fix if there was one or the page it is on?
thanks.
Quote:
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/70/7560670/html/LeaguesOfChampions/awards.php on line 47
any one else get this error at the top of the awards page. I've gone thru a few and say nothing about it. was hoping someone could tell me the fix if there was one or the page it is on?
thanks.
Could be a php error that or try this see if it fixes the issue
To resolve the deprecation error go to line 47 in awards.php and delete the & from before the equals sign.