The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Yet Another Awards System 2.1.4 Details »» | |||||||||||||||||||||||||
Yet Another Award System 2.1.4 ? by HacNho Hack Version: 2.1.4.070324Copyright (C) 2005 by HacNho, All rights reserved. Compatible vB version: 3.6.x Support: https://vborg.vbsupport.ru/showthread.php?t=142487 for vBulletin 3.5.x: https://vborg.vbsupport.ru/showthread.php?t=94836 For vBulletin 3.0.x, please check the other version: https://vborg.vbsupport.ru/showthread.php?t=78934 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 - [1.2] Options to set number of awards displayed in postbit - [1.2] Options to turn on/off showing award icon, images, award requests in awards list, awards icons in memberlist - [2.1.3] Notify awarded user by PM/email - [2.1.4] Option to turn on/off Award System in ModCP In ModCP + Issue awards to members, based on username or userid, with Issue Reason + Remove awards from members 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) [1.2] Display limit awards in postbit, with total awards, and a link to awards showcase in member profiles. [1.2] Award request, link to a form sending to email/PM/new thead or post (based on Dr Erwin Loh's Form hack) [1.2] Display award on Memberlist page (by trulylowcarb) CHANGES/MODIFICATION: - Tables to add: 3 (award, award_user, award_cat) - Files to add: 4 (/awards.php, /award_request.php, /admincp/award.php, /admincp/award_cat.php) - Files to edit: 8 (/admincp/index.php, member.php, showthread.php, showpost.php, announcement.php, private.php, memberlist.php, /include/functions_online.php) - Templates to edit: 5 (MEMBERINFO, postbit, postbit_legacy, memberlist, memberlist_resultsbit ) DIFFICULTY: Easy Time: about 5 minutes Installer is included (1 product XML) CREDIT: Idea has been carried on by many people, here are some: - Lesane for original Award hack for vB2, eventhough I've never use his hack - AnimeWebby for Awards/ Medals/ Cards Hack [vB3], which I write new code based on his. - Mac ycl6 for phpBB Medal System for phpBB forum - Dr Erwin Loh for FORM TO THREAD/ FORUM/ PM/ EMAIL hack - and all others for supports and ideas Show Your Support
|
Comments |
#272
|
|||
|
|||
It's possible to automatically give a award to the members of a special usergroup?
|
#273
|
|||
|
|||
Ok, I have a strange issue. I can see the awards when I do a post, but when I come back to the post later, the awards are not there. Has anyone else seen this?
I don't have the problem on the MemberInfo. It looks like the $post[showuserawards] and $post[userawards] are not set after I do an edit or refresh a thread. Did I miss something? |
#274
|
|||
|
|||
Been using this with no problem, working great, but thought I would give you a suggestion for a future version.
When a user requests an award, how about a link in the PM that can take the admin to a page with the award details filled in, with the reason and the username (obviously we would have to have the power to edit these as some people can't put the right info in the right boxes). It would just save me a lot of time when I receive 10 award requests in one night for different reasons and have to manually find each one, edit each one, give award and do again another 9 times... Or another suggestion. If one user selects several awards, take us to a page that only lists their requests, with their username filled in for each type and we can just edit the reason and tick a box to say ok, click submit once. done |
#275
|
|||
|
|||
Quote:
Anyone else had this issue? |
#276
|
|||
|
|||
Hello everyone,
I'm quite new to vBulletin and desire to add this to our site but am concerned after seeing the difficulties some folks have had. First off, most of the screen shots I've seen display the medals in a side banner but our forums do not have one, it is configured like this site. Second, is it easy to remove if it becomes problematic? Thanks in advance, Jon |
#277
|
|||
|
|||
Can any one tell me what awards/images they have on there forum?
|
#278
|
|||
|
|||
Is there a way to make the awards.php private to non-registered and members who are not logged in? That page is currently showing up on google searches and I'd prefer it not too.
|
#279
|
|||
|
|||
Quote:
Yes to all your questions past 5 posts. I have a cron that runs to auto give some of the medals. Also when a person applies to a medal it sends PM now in that PM it has the thread details so you can just click and see the poll results to see if meets your standards. Also adding a click able link to give them the medal in the PM that is sent when they apply which will also delete the thread associated with this apply. |
#280
|
|||
|
|||
How do you go making the awards.php file private?
|
#281
|
|||
|
|||
With a redirect if not part of X group at top of the php page. Or you can do if user not logged in redirect.
Just an easy if statement at the top of the awards.php file. Will show you example in a minute. I wanted to share that I have created a cron job that has extensive options to it for this mod. I have done donations merger for example but can be used for anything. I knew donations would be most widely used one so here is the concept and will release it later. If a user donates X amount it will auto give them a donation award X and send them a PM saying they have earned it (you set the cron job time, I did 6 hours). Right now I have it setup for if someone donates $100, $300, $500, $1000. Now you can add more very easily within code by copy then pasting previous code and changing only 2 variables the award_id and $reasonX. Has a lot more then this but dam tired just finished it and is working perfect. Forgot to mention it also has an option to give X credits per medal as well. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|