The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Yet Another Awards System Details »» | |||||||||||||||||||||||||||||||||||||||||
*** 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
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
23 благодарности(ей) от: | ||
Abominus, afmarko99, alcazarx, andy_mcguire, CAG CheechDogg, CoZmicShReddeR, dandanch, danswano, Elite_360_, josner, Kesha, MagicPID, mertiliuss, Mickie D, nacaruncr, netzwart, RichieBoy67, sadiq6210, SKIDROW |
Comments |
#1692
|
||||
|
||||
Quote:
|
Благодарность от: | ||
Daniel |
#1693
|
||||
|
||||
I get the following error when searching for a member to manage their awards:
I x'd out some of the information .... Code:
Database error in vBulletin x.x.xx: Invalid SQL: SELECT award.award_id, award.award_name, award.award_desc, award.award_icon_url, award.award_img_url, award_user.* FROM cagisf_award_user as award_user LEFT JOIN cagisf_ award as award USING (award_id) WHERE award_user.userid = 3837; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'as award USING (award_id) WHERE award_user.userid = 3837' at line 3 Error Number : 1064 Request Date : Monday, December 15th 2014 @ 09:21:41 PM Error Date : Monday, December 15th 2014 @ 09:21:42 PM Script : http://www.mysite.com/community/myadmincp/award_user.php?do=edit&u=3837 Referrer : https://www.mysite.com/community/myadmincp/award_user.php?do=search IP Address : xxx.xxx.xxx.xxx Username : CAG CheechDogg Classname : vB_Database MySQL Version : 5.5.40-36.1 |
#1694
|
||||
|
||||
Let me be a bit more clear on how I get this error:
I click on the menu link "Award User Manager" Then I search for a player to manage their awards and BAM! I get that error every time ... Everything else seems to work fine Squidsk ...THANK YOU !!! |
#1695
|
||||
|
||||
WOAH! lol ...
After a little searching I figured out the problem to fix the error above: In your "award_user.php" file inside upload/admincp find the following: Code:
$awards = $db->query(" SELECT award.award_id, award.award_name, award.award_desc, award.award_icon_url, award.award_img_url, award_user.* FROM " . TABLE_PREFIX . " award_user as award_user LEFT JOIN " . TABLE_PREFIX . " award as award USING (award_id) WHERE award_user.userid = " . $vbulletin->GPC['userid'] ); Code:
$awards = $db->query(" SELECT award.award_id, award.award_name, award.award_desc, award.award_icon_url, award.award_img_url, award_user.* FROM " . TABLE_PREFIX . "award_user as award_user LEFT JOIN " . TABLE_PREFIX . "award as award USING (award_id) WHERE award_user.userid = " . $vbulletin->GPC['userid'] ); |
#1696
|
|||
|
|||
Thanks for the update. I'd like to know if the problems I mentionned a while back have been "fixed" in this version before I install it. Thank you.
https://vborg.vbsupport.ru/showpost....postcount=1650 |
#1697
|
||||
|
||||
Quote:
You can also choose how many medals per row show up on the postbit |
#1698
|
||||
|
||||
@CAG CheechDogg: The same error in green is in the "award_user.php" file in the ModCP (extra space in query).
|
Благодарность от: | ||
CAG CheechDogg |
#1699
|
||||
|
||||
Thanks for the heads up alcazarx!!!! I didn't even think about looking in ModCP...GOOD EYE !!!
|
#1700
|
|||
|
|||
I can't download 4.0.9. This site keeps saying "Invalid attachment specified". Was this file uploaded and linked correctly?
|
#1701
|
||||
|
||||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|