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 |
#702
|
||||
|
||||
Hmm. i still have issues, some of which may not be this mod, but most of it is..
See Images* When the Awards mod is enabled it screws up the background of the page, & moves the footer google ad all the way up. (which conflicts with other links, etc.) *disregard the red circle around the broken image, that has nothing to do with this mod. (its a whole other headache. lol) Correct (awards disabled) Incorrect (awards enabled) =============== Google Ad - Footer =============== Correct, Google ad in footer (awards disabled) Ad not in wrong place.. (because its in the correct place the footer) Incorrect, Google ad (awards enabled) |
#703
|
||||
|
||||
OK here's an additional fix, that gets rid of the two deprecation messages and appears to fix visitor messages being messed up if awards are active on member pages.
Again in the YAAS in Member Profile - Profile plugin attached to the member_build_blocks_start hook make the following deletions: Code:
global $vbulletin; require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =[s]&[/s] new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
function prepare_output($id = '', $options = array()) { global $show, $vbphrase, $stylevar, $vbcollapse, $bgclass, $vbulletin; require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =[s]&[/s] new vB_BbCodeParser($this->registry, fetch_tag_list()); |
#704
|
|||
|
|||
A great addition (as always). In the 3.6 version I'm just migrating from I had our simple 2 award requests added as entries on the member drop-down and used a conditional statement so that they didn't show if the user viewing the drop-down didn't have permission to actually give awards.
I can't see how to duplicate that functionality in this version? Cheers Russ |
#705
|
||||
|
||||
Quote:
|
#706
|
||||
|
||||
Any idea where the issue might be that is screwing up my background.?
|
#707
|
|||
|
|||
Quote:
The next step of that process is now to pre-fill the user name of the nominated person - shouldn't be too difficult given that the form request is done from the user options drop down. Cheers Russ |
#708
|
||||
|
||||
Since i updated to 4.0, awards are only showing for admins..!?
I dont see a setting for usergroups is there another reason they wouldn't show.? *edit* I didn't specify, but i meant they are not showing in the signature area, everywhere else seems fine. |
#709
|
|||
|
|||
I got mine to work on 4.1.2 but with one issue: the medal on the user posts is appear on the right side of the avatar. I cannot figure out how to move it below. I looked around in postbit, but couldn't seem to find the spot.
I checked in the plugin too for the postbit options, but I couldn't seem to figure out if I needed to change anything there. Can someone help? |
#710
|
||||
|
||||
In the options you can put it anywhere..
3rd option is: Quote:
|
#711
|
|||
|
|||
I was wondering if its possible to change the display location of the awards based on the award category. I have "Awards" and "Trinkets", and I want to display the trinkets on the right, and the awards next to the user. Is this possible?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|