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 |
#1152
|
|||
|
|||
Quote:
Quote:
|
#1153
|
||||
|
||||
I was fixing various bugs for YaAS so I decided to bundle it up into a new version. This is not official, but as the plugin says re-usable code I can release it for the benefit of the community. These changes should be compatible with all VB 4 versions with one caveat it does not support the new navigation manager from VB 4.2.
The mostly complete list of fixes/changes is: Code:
4.0.3 RELEASE: (06/13/2012) * Fixed - Various install/uninstall code issues * Fixed - User profile tab graphical issues * Fixed - Recommend/request award showing an error message, in certain circumstances, when there's no error * Fixed - Various links not using properly escaped & (i.e. should be & instead of &) * Fixed - Code that generated invalid xhtml * Fixed - Compatibility with other mods (e.g. vbsso) * Fixed - Setting determining which side of the memberprofile the awards tab should appear on not working * Ported - Fix from 3.8.4 for admincp for usernames with ' to modcp * Changed - Style of the awards tab on the user's profile page to better match with the standard tabs * Changed - Style for award icons and images so they are both vertically and horizontally centered in their row (awards.php & user profile) * Updated - Version in version phrase EDIT: Re-added the upload with correct XML. |
8 благодарности(ей) от: | ||
animcentral, CharlieDelta, Crotan, DiageoLiam, ecitizen, Lemmy_6, snowlion, vauge |
#1154
|
|||
|
|||
Thanks for working on this.
How safe would it be to try this? If for some reason does not work as well as the version I have can I revert without losing anything? Also, has anyone found a way to auto approve awards? I use them for people to show off what events they have participated in and it would be great if it would run without me having to approve each one. |
#1155
|
|||
|
|||
What plugins were changed? I've implemented a customization on my board that allows members to determine how their awards are sorted, and I'd prefer to avoid having to reimplement that if possible.
You can fix the issue with the 4.2 navbar by changing $template_hook['navtab_middle'] to $template_hook['navtab_end'] in YAAS - Add Tab to Navbar. The former was deleted in 4.2, but the latter remains, and will work with 4.2 and previous versions. |
#1156
|
||||
|
||||
EDIT: I've re-uploaded the new version of YaAS. I've also added two more changes to the list of things that were altered which I'd forgot to include when I first posted.
|
#1157
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#1158
|
|||
|
|||
So much going on at present with this mod but my site is re-launching in less than 2 weeks and id really like to solve the background issue on the awards page.
All other mods are fine. Any advice as to where to look or what code might be wrong would be greatly appreciated. our site is www.xboxplayers.com |
#1159
|
||||
|
||||
How are you setting the background image? In other words what did you change and where to get the background image onto your site?
|
#1160
|
|||
|
|||
Hi squidsk
It is additional css in the additional css posted like below Code:
{ background: url(images/f1bkg.jpg) no-repeat center center fixed; -webkit-background-size: cover; /*for webKit*/ -moz-background-size: cover; /*Mozilla*/ -o-background-size: cover; /*opera*/ background-size: cover; /*generic*/ } |
#1161
|
||||
|
||||
I'd guess that the awards page isn't loading that additional css for some reason. I'll look into it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|