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 |
#272
|
|||
|
|||
Where can I remove the "Awards" link from the navigation tab?
|
#273
|
|||
|
|||
There is an option in the Awards System settings. Or, you can go into the Plug-in manager and disable the plugin that adds the link.
|
#274
|
|||
|
|||
I couldn't change the title "Awards" whichone is in the MemberInfo Tabs.
How can I change it ? |
#275
|
||||
|
||||
Great mod but two requests:
1. To be able to give an award to all members of a usergroup at the time of awarding. 2. Automated awards e.g. on usergroup joining, being registered for "x" days, reaching "y" posts, award to group on date "x" repeated every "y", having "z" points etc.... |
#276
|
|||
|
|||
Quote:
|
#277
|
|||
|
|||
My forum header is missing on the awards page with 4.0.2: http://flotgaming.net/forums/awards.php
For reference: http://flotgaming.net/forums |
#278
|
|||
|
|||
Quote:
Add php script to the folder inculdes/cron/ Then in Scheduled Tasks Manager create task to perform this script at 6:00 am each day. It must be perform only 1 time per day. Also you must create column with name daysin in user tab in MySQL database. You must know usergroup IDs, that members you want to reward. You can see it in Usergroup Manager in Admin Pannel. You must know reward ID that you want to reward users. You can see it in MySQL database in awarad Tab(don't remember name of tab exactly) My award has id 5 ($medal_id=5) daysin >= 300 it means after how many days user will get award PHP Code:
|
#279
|
|||
|
|||
Nice mood! Today I check for SQL queries - more than 50 (one for every award).
This repeats: Code:
SELECT a.*, au.* FROM award a, award_user au WHERE (au.userid = 3) AND (a.award_id=au.award_id) AND (a.award_active=1) ORDER BY issue_time desc |
#280
|
|||
|
|||
This doesn't seem to work with vbseo. When I click on my awards I get this message:
This user has not registered and therefore does not have a profile to view. |
#281
|
||||
|
||||
This doesn't allow people to request and recommend awards. One of my members posted up a video to prove it, that it doesn't work. here is the video in case you need to watch it.http://vimeo.com/9616227
My website: http://nextgendaily.com/ |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|