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 |
#692
|
|||
|
|||
I've uploaded all the files to my public_html and also the xml file to my ACP however, I cannot get the plugin to work and the awards.php page on my forum shows a broken link message. Its probably something my end but help would be great!
|
#693
|
|||
|
|||
I have a suggestion for an improvement to this mod. I think it would be very helpful if you could sort the list of members with an award by username or date on the "Give award to user" pages.
|
#694
|
||||
|
||||
I've found two minor display bugs in the most recent version of YAAS. I'm running YAAS 4.0.2.1 and VB 4.1.2. I also noticed this on the boards of another member who posted a problem here so I know it isn't just me (in fact the screenshots are from the other members boards).
If you look at the two screens I've labeled the problems 1 & 2. Problem 1 only appears when a members profile page first displays or if you refresh the page, as soon as you select any tab on the member page problem 1 disappears (due to the call to tabViewPicker(this)). Problem 2 is always there. The fix for problem 1 a small change to the YAAS - Profile Tab plugin that runs on the member_complete hook as follows:: Code:
if ($selected_tab == 'myawards') { $template_hook['profile_tabs_last'] .= '<dd class="[S]selected[/S]userprof_module"><a id="myawards-tab" href="'.$vbulletin->input->fetch_relpath().'#myawards" onclick="return tabViewPicker(this);">'.$vbphrase[awards].'</a></dd>'; } else { $template_hook['profile_tabs_last'] .= '<dd class="userprof_moduleinactive"><a id=" myawards-tab" href="'.$vbulletin->input->fetch_relpath().'#myawards" onclick="return tabViewPicker(this);">'.$vbphrase[awards].'</a></dd>'; } Both bugs are on the default skin with no alterations on my boards. |
#695
|
|||
|
|||
This is awesome! the only request I would have is whether it would be possible to manipulate a users user group based on awards received?
for example if member has achieved certain awards, and has x number of posts then their usergroup is automatically updated? |
#696
|
|||
|
|||
Quote:
Your 2nd problem will only be solved when the coder updates the mod for the latest version of vb. |
#697
|
||||
|
||||
Quote:
1) Disable/delete the YAAS - Profile Tab Plugin that is attached to the member_complete hook (in other words my previous fix for problem 1 is not required anymore). If this isn't done you will get two Awards tabs on profile pages. 2) Make the following edits (all text in blue needs to be added) to the YAAS in Member Profile - Profile plugin that is attached to the member_build_blocks_start hook: Code:
$blocklist['myawards'] = array( 'class' => 'MyAwards', 'title' => $vbphrase['awards'], 'options' => array( 'pagenumber' => $vbulletin->GPC['pagenumber'] ), 'hook_location' => 'profile_tabs_last', 'wrap' => false ); |
#698
|
|||
|
|||
I may have missed it, but is there a way to retrospectrively add awards to users?
e.g. post count awards, I have users that have posted 5000 times, but they haven't got the awards for the lower post counts... Other than manually adding them to all the users, is there an automated way to add them? Also, as a feature request - would it be possible to add awards per usergroup? EDIT: - I'm trying to edit the text of the PM that is sent out by YAAS... specifically to edit the [img] links This is the PM I recieved earlier I login into my ACP>Awards System>System settings and click on the 'here' and 'here' links in the PM section The first one (body) is trying to link to whilst the second (subject) is linking to clicking either gives me this error Any ideas please? TIA |
#699
|
||||
|
||||
Quote:
Quote:
Also its screws up my footer start google ad. Same issue, will fix that too.? Quote:
Since it only affacts the profile, & not the actual awards page itself, should i just wait.? |
#700
|
||||
|
||||
Quote:
This shouldn't need to be changed unless how tabs are created is changed. |
#701
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|