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 |
#102
|
|||
|
|||
Oh! Another thing I forgotten... It would be possible to show only one image per medal?
Ex: I create a MEDAL "A". I give the Medal "A" 3 times to the same user. In postbit appears A A A. It would be possible to show A (3)? |
#103
|
|||
|
|||
Quote:
http://flotgaming.net/forums/member.php?1-GrossKopf |
#104
|
|||
|
|||
Quote:
|
#105
|
|||
|
|||
Quote:
a) Auto for reaching a specific post count or maybe a couple of post counts with different medals. b) User has been a member for X Years/Days/Months and gets a certain award and a new award for each increase of years. c)Usergroup change/promotion-get award And there could be more even great options. |
#106
|
|||
|
|||
Upgrading to 4.0.1 fixed it.
|
#107
|
|||
|
|||
If you guys want all the auto awards being issued for whatever reasons, my recommendation is that you start reading up on scheduled tasks and writing cron scripts. Their is simply way too many different combination of reasons why awards should be issued, to code something like this that would cover everyones bases.
---- I am willing to add a few "Automation Options"; but I cannot do special requests for everyones needs. My suggestion at that point, I will automate a few of the award scenarios, and for more "advanced" options I would recommend looking at the cron scripts for the 3 I will make and see if you can figure out from that. I will try to help, but I don't have all too much time to work on cron scripts for people. I hope everyone can understand that. The only thing I can think of, it wouldn't be done within the next week mind you, but pick like 3 "most common" award scenarios and try to automate those. Those 3 would most likely be
|
#108
|
||||
|
||||
got a database error on 4.0.1 upgraded from the 3.8 version of this
Code:
Database error in vBulletin 4.0.1: Invalid SQL: SELECT a.*, au.*, SUM(award_pointvalue) AS TotalPoints FROM award a, award_user au WHERE (au.userid = 2391) AND (a.award_id=au.award_id) AND (a.award_active=1) GROUP BY au.userid; MySQL Error : Unknown column 'award_pointvalue' in 'field list' Error Number : 1054 |
#109
|
|||
|
|||
Did you import the XML? The XML creates two new columns in the database.
|
#110
|
||||
|
||||
yes i did, i imported a second time after the error to make sure it didnt get corrupted
|
#111
|
|||
|
|||
When you imported the XML, did it give you any errors then?
Check your vBulletin Database in the awards table, and see if you have an "award_allowrecommend", and "award_pointvalue" column. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|