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 |
#452
|
|||
|
|||
CypherSTL or Xanlamin could you guys please answer this question I have....
This site is running 4.0.3 and I don't know if they are using YOUR awards system or some other one. http://www.feverclan.com/forums/awards.php My question is, how did they get that type of layout on their awards page? It got a REALLY NICE layout of names of who got which award and etc... If it's not yours... could you make it possible to make yours look like that? I would love it then! Thanks. Edit: Can you also add the option to give awards based on how many people a user has referred to the site AND they signed up? |
#453
|
||||
|
||||
If it is ours it is highly modified. And no we will not make ours look that way, personally I do not like it. You can get a hold of them and ask them if they would help you get the layout or do it yourself, but once you do your stuck with that version unless you keep doing it to each new one.
|
#454
|
|||
|
|||
alright,
btw what is Quote:
|
#455
|
||||
|
||||
Don't use the names, use the ID numbers instead. Pretty self explanatory.
|
#456
|
|||
|
|||
I'm still confused, if I am doing it for post count... what do I enter for
Criteria Only use numbers. Use ID for Usergroups Is this field used for EVERYTHING or only on specific automations? I'm guessing it's used only when giving award for usergroup change? So should I only use that field for putting in the usergroup id of the usergroup that the member gets promoted to, so when he gets promoted to that usergroup he gets the medal? Is it only on that occasion? Sorry but its confusing. P.S. I have an inactivity mod on my forums , if people don't check site for 7 days, they get moved to "inactive" usergroup and once they load the site, they get moved back to their original one, so does that mean the award system will give it to them again? Because that wouldn't be good.... |
#457
|
||||
|
||||
Enter in the number of post for postcount that you want the person to reach in order to get the award.
Thats all that needs to be entered into that field. No the automation will not give it to someone twice, it first checks to see if they have it, if they dont then they get it, if they do then nothing. |
#458
|
|||
|
|||
And if you give out medals manually it will also check if they already have it?
Thanks. EDIT: The automation is working and I appear under the user list for each medal after promoting myself, but the PMS aren't being sent to the user. |
#459
|
||||
|
||||
There are no PM's sent to the users from the automation system, only if you do the awards manually and select send pm to user.
|
#460
|
|||
|
|||
Could you possibly add the feature to send pm with automation please?
Otherwise users don't know they got an award. |
#461
|
||||
|
||||
Hey bouncer, if you wanna try your hand at adding it yourself, I often put that into my own mods (unreleased in their entirety since I'm too lazy to make it portable with other vB forums, kekeke).
Here's the code I use: PHP Code:
The "overridequota" is great because even if they have a full inbox, they'll still get the PM. :3 Setting stuff like fromuserid should be a no-brainer. $recipients is... hrm, I think it was a semi-colon-separated list of usernames. But if you're only PMing one person, of course there would be only one name. X3 In Xan and Cyph have included a nearby hook in their script, you can just use that info in a plugin somewhere. If not, I guess you could manually edit your awards.php file. Either way, just change stuff to your liking and make sure you goot values for every variable mentioned there except for $vbulletin, $permissions, $pmdm, and $pmid. Also, if you use this inside of a function, be sure to put a global declaration for $vbulletin and $permissions. :3 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|