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
There's some error when sending your award request. Please contact site's administrator for assistant.
i m gettting this error on vb 4.1.4. when user click on request award.
i also check the permission and set to yes still getting the same error.
is there any fix?
There's some error when sending your award request. Please contact site's administrator for assistant.
i m gettting this error on vb 4.1.4. when user click on request award.
i also check the permission and set to yes still getting the same error.
is there any fix?
This could be due to how you have min time between posts set OR could be a issue w/ how it installed the tables... ( https://vborg.vbsupport.ru/showpost....4&postcount=33 ) I've updated this in my ranks mod (identical to this pretty much) however you can edit the .xml and find:
Code:
) TYPE=MyISAM
");
Replace TYPE with ENGINE as shown in all occcurances within the .xml:
Code:
) ENGINE=MyISAM
");
Make a backup before importing the modified .xml in case you do anything wrong .
This could be due to how you have min time between posts set OR could be a issue w/ how it installed the tables... ( https://vborg.vbsupport.ru/showpost....4&postcount=33 ) I've updated this in my ranks mod (identical to this pretty much) however you can edit the .xml and find:
Code:
) TYPE=MyISAM
");
Replace TYPE with ENGINE as shown in all occcurances within the .xml:
Code:
) ENGINE=MyISAM
");
Make a backup before importing the modified .xml in case you do anything wrong .
I also updated my ranks mod last night w/ this info and it should hold true for the Awards mod since they are virtually identical (say to yourself ohh ok everywhere I see Rank or Ranks I replace w/ Award or Awards respectively )
Quote:
Originally Posted by TheLastSuperman
Attention:
If you do not properly setup this modification you will see errors such as:
Quote:
Originally Posted by faraz_hamza
Code:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I am getting this error when i recommend or issue rank request?
how to fix it ?
Basically here's the short on this:
Edit your usergroups, for each usergroup set whether they can request and recommend ranks.
Setup the mod options in AdminCP > Ranks System > Rank System Settings.
If your having the requests or recommendations posted as a New Thread OR New Post within a existing thread please ensure that the members usergroup has permission to do so, in other words they can't post a new rank request into a private admin-only forum or a new post in a admin only thread correct? Bingo . You can create a new forum and only allow viewing to normal members .
If your having users requesting ranks every min or two, adjust your minimum time between posts to be one minute.
Try disabling the Points System, do you still have a issue?
Other issues:
What is the minimum version of MySQL Required?
- The core of the ranks sytem will function on MySQL 4.1. However, in order to use the Points System you must be running at least MySQL 5.0+
I'm seeing output like "-- BEGIN TEMPLATE: ranks_rankusers_bit -->" before it displays members. Why?
In your AdminCP > Settings > Options > General Settings > Add Template Name in HTML Comments = OFF
I also updated my ranks mod last night w/ this info and it should hold true for the Awards mod since they are virtually identical (say to yourself ohh ok everywhere I see Rank or Ranks I replace w/ Award or Awards respectively )
The default css they say to include actually overwrites your normal field css, remove that and it should now be back to normal . Alternatively you can use the CSS I adjusted for the Ranks mod, simply replace award w/ rank either lower or upper case in every instance and use it instead .