Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Yet Another Awards System Details »»
Yet Another Awards System
Version: 3.8.4, by Xanlamin Xanlamin is offline
Developer Last Online: Apr 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.4 Rating:
Released: 11-13-2008 Last Update: 01-15-2010 Installs: 822
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

vBulletin 4 version can be found here: https://vborg.vbsupport.ru/showthrea...highlight=YAAS

DESCRIPTION:
This is a Medals/Awards system. Admin/Mods 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)
+ Issue awards to members, based on username or userid, with Issue Reason
+ Recommend awards for members based on username, with Recommend Reason
+ Remove awards from members
+ Issue Point Values to awards (Recommended that you are running mySQL 5.0 or higher, will not work correctly with lower versions of mySQL)
+ Award automation

In ModCP
+ Issue awards to members, based on username or userid, with Issue Reason
+ Remove awards from members

Front page
- Display awards list in with: Award Name, Description, Icon, Image, and Members who get each award.
- Display awards showcase in profile within a TAB, with Award information, Issue time and reason
- Display award icons in postbit or under sig.

CHANGES/MODIFICATION:

3.8.4:

* Fixed - Issuing Awards to users with ' in usernames.
* Fixed - "Award System Settings" SettingGroup name.
* Fixed - Phrases for Award Request/Recommendation Settings.
* Fixed - All templates should be properly cached.
* Fixed - Inactive awards no longer display in postbit.

* Improved - Version Information in AdminCP.
* Improved - Award Name is added to Post/PM Title Recommendations/Requests.
* Improved - Postbit Display Location descriptions.
* Improved - Cleaner awards layout display.
* Improved - Award Submissions Post/PM layout.


3.8.3 Patch 1:

* Fixed - SQL Group By Syntax when Points are enabled



DIFFICULTY LEVEL:
Easy
Time: about 5 minutes
Installer is included (1 product XML)

Upload files and import xml.

When upgrading: re-upload ALL files and re-import XML

This MOD is 100% Supported.

Authors of YaAS 3.8:
Xanlamin
CypherSTL

Current Release: v3.8.4 Newest Release

Download Now

File Type: zip YaAS-3.8.4.zip (477.6 KB, 3588 views)

Screenshots

File Type: jpg YaAS-AdminCP-Award_System_Settings.jpg (146.7 KB, 0 views)
File Type: jpg YaAS-AdminCP-Award_Manager.jpg (92.3 KB, 0 views)
File Type: jpg YaAS-Forum-Post_Display.jpg (89.1 KB, 0 views)
File Type: jpg YaAS-Forum-Profile_Display.jpg (105.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Erica1977, Panzer Max, Razta, xorex

Comments
  #612  
Old 02-13-2012, 12:51 AM
mk craig 42 mk craig 42 is offline
 
Join Date: Feb 2009
Location: Bedford
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, so I always attempt things myself before seeking help, I usually succeed, after various hours.. However I've been at this now for coming up to 4 hours now and I'm baffled.

Attached is a file of the tab "My Awards" - My aim is to remove the "Icons" section, and simply just have "Image" "Description" and "Actions"

Image would be the image
Description would be the name of the award and date issued and reason issued
& actions would be Recommend & Request link

Would be GREAT if someone could help me on this! Let me know if you need any of my templates, but here is my awards_userawards_bit template

PHP Code:
<tr>

<if 
condition="$vboptions[aw_showicon]">
    <
td class="$bgclassalign="center">
        <
img src="$award[award_icon_url]border="0">
    </
td>
</if>

<if 
condition="$vboptions[aw_showimage]">
    <
td class="$bgclassalign="center">
        <
a name="award$award[award_id]"></a>
        <
img src="$award[award_img_url]alt="$award[award_name]border="0">
    </
td>
</if>

<if 
condition="$vboptions[aw_showdesc]">
    <
td class="$bgclass"><b><a href="awards.php?do=viewaward&award_id=$award[award_id]">$award[award_name]</a></b>
        <
div class="smallfont">$award[award_desc]
        <
hr>
        
$vbphrase[award_name]: <b>$award[award_name]</b><br>
        
$vbphrase[award_description]: <i><b>$award[award_desc]
        </
div>
    </
td>
</if>

<if 
condition="$vboptions[aw_actioncolumn]">
    <
td class="$bgclassalign="center" nowrap>
<if 
condition="$vboptions[aw_requestaward]">
<if 
condition="$award[award_allowrequest]">
        <
a href="request_award.php?$session[sessionurl]award_id=$award[award_id]">$vbphrase[request_award]</a>
</if>
</if>
<if 
condition="$vboptions[aw_recommendaward]">
<if 
condition="$award[award_allowrecommend]">
        <
br /><a href="recommend_award.php?$session[sessionurl]award_id=$award[award_id]">$vbphrase[award_recommend_award]</a>
</if>
</if>

    </
td>
</if>

</
tr
and this one is the original that works, but not really how I want it

PHP Code:
<tr>
    <
td class="$bgclassalign="center">
        <
img src="$award[award_icon_url]border="0">
    </
td>

    <
td class="$bgclassalign="center">
        <
a href="awards.php?$session[sessionurl]#award$award[award_id]">
        <
img src="$award[award_img_url]border="0"></a>
    </
td>

    <
td class="$bgclassvalign="top">
        <
a name="aw_issue$award[issue_id]"></a>
        
$vbphrase[award_name]: <b>$award[award_name]</b><br>
        
$vbphrase[award_description]: <i><b>$award[award_desc]</b></i>

        <
fieldset class="fieldset">
            <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
            <
tr>
                <
td>
                    <
i>$vbphrase[award_reason]: $award[issue_reason]</i><br>
                    <
i>$vbphrase[award_time]: $award_issue_date $award_issue_time
                
</td>
            </
tr>
            </
table>
        </
fieldset>

    </
td>
</
tr
Attached Images
File Type: png Untitled.png (22.0 KB, 0 views)
Reply With Quote
  #613  
Old 03-09-2012, 04:07 PM
Tree Guardian Tree Guardian is offline
 
Join Date: Oct 2008
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible or anyone would know how to implement statistics of awards given to members,
just which member has how many awards?

Thanks in advance.
Reply With Quote
  #614  
Old 03-24-2012, 05:13 PM
Hamma Hamma is offline
 
Join Date: Oct 2001
Location: MA,USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to display x awards on a line then do a line break in postbit?
Reply With Quote
  #615  
Old 04-03-2012, 05:27 PM
HazeCork HazeCork is offline
 
Join Date: Mar 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I still receive this issue:

There's some error when sending your award request. Please contact site's administrator for assistant.

And the usergroup settings are fine.
Reply With Quote
  #616  
Old 05-21-2012, 10:32 PM
Taleempoint Taleempoint is offline
 
Join Date: Jun 2011
Location: www.taleempoint.com
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thankx
Reply With Quote
  #617  
Old 05-24-2012, 06:55 AM
Fireballx Fireballx is offline
 
Join Date: Apr 2012
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi. installed. but have a problem that award manager is not showing in the admincp sidebar. Its showing in the settings option and in modcp, but cant see it in admincp :P
Reply With Quote
  #618  
Old 05-25-2012, 04:05 PM
squidsk's Avatar
squidsk squidsk is offline
 
Join Date: Nov 2010
Posts: 969
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you upload all of the files from the upload folder into your forum root? It sounds like the xml file for cpnav (in the includes directory I believe) did not get uploaded.
Reply With Quote
Благодарность от:
Fireballx
  #619  
Old 05-26-2012, 09:58 AM
Fireballx Fireballx is offline
 
Join Date: Apr 2012
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by squidsk View Post
Did you upload all of the files from the upload folder into your forum root? It sounds like the xml file for cpnav (in the includes directory I believe) did not get uploaded.
Yes, that was the problem. Thanks a lot
Reply With Quote
  #620  
Old 06-10-2012, 08:05 PM
Irishnotsane Irishnotsane is offline
 
Join Date: Apr 2012
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed this many times on different forums, and I can't figure out why I get a DB error on this one.. I run 3.8.4 Patch 10 I believe. Some help would be great as I really need this modification! Thanks


Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

				SELECT a.*, au.*
				FROM award a, award_user au
				WHERE (au.userid = 25) AND (a.award_id=au.award_id) AND (a.award_active=1)
				ORDER BY issue_time desc;

MySQL Error   : Table 'forum.award' doesn't exist
Error Number  : 1146
Request Date  : Monday, June 11th 2012 @ 04:02:46 AM
Error Date    : Monday, June 11th 2012 @ 04:02:46 AM
Script        : http://forum.mysite.com/showthread.php?t=29
Referrer      : 
IP Address    : 173.245.53.65
Username      : Myusername
Classname     : vB_Database
MySQL Version : 5.5.20-log
Reply With Quote
  #621  
Old 06-11-2012, 06:47 AM
Lon's Avatar
Lon Lon is offline
 
Join Date: May 2010
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Irishnotsane View Post
I've installed this many times on different forums, and I can't figure out why I get a DB error on this one.. I run 3.8.4 Patch 10 I believe. Some help would be great as I really need this modification! Thanks


Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

				SELECT a.*, au.*
				FROM award a, award_user au
				WHERE (au.userid = 25) AND (a.award_id=au.award_id) AND (a.award_active=1)
				ORDER BY issue_time desc;

MySQL Error   : Table 'forum.award' doesn't exist
Error Number  : 1146
Request Date  : Monday, June 11th 2012 @ 04:02:46 AM
Error Date    : Monday, June 11th 2012 @ 04:02:46 AM
Script        : http://forum.mysite.com/showthread.php?t=29
Referrer      : 
IP Address    : 173.245.53.65
Username      : Myusername
Classname     : vB_Database
MySQL Version : 5.5.20-log
It seems in the new PhPMyAdmin version/MySQL, changes were made that affected the way queries were ran and now isn't compatible with the newest version.

You either have to alter the query within the XML or create the tables and columns manually until a fix is made.
Reply With Quote
Благодарность от:
Irishnotsane
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05007 seconds
  • Memory Usage 2,404KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete