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 |
#602
|
|||
|
|||
Can anyone help me on this?
|
#603
|
|||
|
|||
Having an issue with recommending awards (vB 4.0.7 and YAAS 4.0.2.1).
When I recommend someone for an award I get an error message "There's some error when sending your award request. Please contact site's administrator for assistant." However in the award requests page - the recommendation is there for me to approve. So it has worked, but something has gone wrong somewhere... Have gone through every usergroup I'm a member of and ensured that can recommend is set to Yes for all of them.. Would really like to sort this out so I can roll the mod out to my users.. Don't want to do that until it's sorted 'cos I'll just get inundated with PMs about it not working.... Any thoughts where to look? what to do? TIA EDIT - Fixed it myself. I didn't want to PM, or email a user on submission, or use a thread or forum - so if nothing was set it decided there was a problem. I made the following change to "recommend_award.php" Find Code:
if ($award_send > 0) { $errormessage = $vbphrase['award_request_completed']; } Code:
if (empty($vbulletin->options['award_request_formemailaddress']) && empty($vbulletin->options['award_request_formpmname']) && ($vbulletin->options['award_request_formreplythreadid'] == 0) && ($vbulletin->options[award_request_formforumid] == 0)) { $award_send += 10; } Now rolling it out fully to the forum users |
#604
|
|||
|
|||
Quote:
|
#605
|
|||
|
|||
is there any way to display the award icons elsewhere in the postbit aside from the default locations that you cna choose from ACP?`
|
#606
|
||||
|
||||
nice mod
does anyone have a few more award icons they could share? I'd like to make a few sets [high]* Brandon Sheley clicks install[/high] |
#607
|
||||
|
||||
You can fix profile tab bug easily by doing this:
Open Style Manager/CSS Templates/awards_css.css add on the bottom: Quote:
Edit YAAS in Member Profile - Profile ( member_build_blocks_start) Find: Code:
'hook_location' => 'profile_tabs', REPLACE with: Code:
'title' => $vbphrase['my_awards'], 'hook_location' => 'profile_tabs_last', Save Go again to Plugin Manager/Product : Yet Another Award System 4.0/ UNCHECK : YAAS - Profile Tab (member_complete) Save Active Status |
#608
|
|||
|
|||
Quote:
after all modifications when I uncheck [ (YAAS - Profile Tab (member_complete) ], then I can't see the awards tab in the profile at all. |
#609
|
||||
|
||||
Oups.
Forgot one more thing. I edited the post above. Please re-edit YAAS in Member Profile - Profile ( member_build_blocks_start) |
#610
|
|||
|
|||
Quote:
Thanks "masterross" The tab now is perfect, but there is one more problem, the background now is strange! when I disable the awards system (There is no problem) After edit (black background) ! Any idea? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|