Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

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
  #532  
Old 05-27-2010, 12:20 AM
Xanlamin's Avatar
Xanlamin Xanlamin is offline
 
Join Date: Mar 2008
Location: St. Charles, MO
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Whitesky View Post
Hi, when using Request or Recommend Award feature, upon submitting I get a new page with gray box containing:

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

I checked on another previous site of mine I had this mod installed, and it has the same error.
Do you have permissions set in the usergroups correctly?
Reply With Quote
  #533  
Old 05-27-2010, 05:34 AM
Morrus Morrus is offline
 
Join Date: Jan 2002
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xanlamin View Post
Like I had stated, you have an issue somewhere on your server, I am unable to reproduce the issues you are having on our servers that we run this mod on.
The odds of this being the problem are extremely low, given that my server is the common denominator in plenty of stuff that works just fine; the statistical outlier is this mod. And more than one issue has presented itself with just this one mod, while everything else works perfectly. There's only one reasonable conclusion to a rational mind.

Thanks for the... err... help... I won't bother you any further. Good luck with the mod.
Reply With Quote
  #534  
Old 05-27-2010, 10:56 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have Recommend & Request both set to yes in usergroups but it only shows the request.

[EDIT] Sussed it, In the Award Manager the option for 'Allow member to recommend this award' it is set to 'No'

Upon setting it to yes I get an SQL error.

Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

		UPDATE award
		SET award_name = 'Gold Medal',
		award_desc = 'Awarded for posting Great stuff..',
		award_icon_url = 'images/medals/medal-gold.gif',
		award_img_url = 'images/medals/large_gold.gif',
		award_cat_id = '1',
		award_displayorder = '2',
		award_allowrequest = '1',
		award_allowrecommend = '1',
		award_active = '1',
		award_pointvalue = '0'
		WHERE award_id = 9;

MySQL Error   : Unknown column 'award_allowrecommend' in 'field list'
Error Number  : 1054
Request Date  : Thursday, May 27th 2010 @ 09:13:19 AM
Error Date    : Thursday, May 27th 2010 @ 09:13:19 AM
Script        : **********
Referrer      : **********
IP Address    : ******
Username      : ********
Classname     : vB_Database
MySQL Version : 5.0.67-community
Reply With Quote
  #535  
Old 05-29-2010, 04:39 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hate to bump , busy people = busy lives but bump I must.

The recommend feature gives me an SQL error of table not found.

Thanks
Reply With Quote
  #536  
Old 07-12-2010, 08:45 PM
Tanapangarap's Avatar
Tanapangarap Tanapangarap is offline
 
Join Date: Dec 2007
Location: California
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi.

Is there a way to align the "Image" column above the "Description" column? I ask because the images I want to use are banners, and would be too wide if placed side by side with the description. Also, while I'm at it, does anyone know how to remove the "Icon" column completely? I have no use for it because I only use text in the postbit.
Reply With Quote
  #537  
Old 07-13-2010, 10:56 PM
Tanapangarap's Avatar
Tanapangarap Tanapangarap is offline
 
Join Date: Dec 2007
Location: California
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found out the "Icon" could be removed from the settings.
Reply With Quote
  #538  
Old 07-19-2010, 07:13 AM
gamerfu gamerfu is offline
 
Join Date: Apr 2008
Location: 台灣,&
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I receive this Fatal error on both of my 3.8.6 & 4.0.5 test boards.
Quote:
Originally Posted by fufu
When I installed vBCredits II (Lite) the 'awards.php' through an error. The vBCredits II (Lite) is conflicting with YAAS 4.0.2.
Problem:

When clicking/viewing Awards list (file 'awards.php') on 3.8.6:
Code:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/public_html/vbtest/awards.php:98) in /home/public_html/vbtest/includes/adminfunctions.php on line 1832
When clicking/viewing Awards list (file 'awards.php') on 4.0.5:
Code:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/public_html/new405/awards.php:98) in /home/public_html/new405/includes/adminfunctions.php on line 1832
Solution:
Quote:
Originally Posted by Darkwaltz4
This is not something I can fix.

Please inform the creator of YAAS not to define construct_depth_mark within awards.php, and either surround it with a conditional that checks for the function existing, or just require_once adminfunctions.php - they should not be redefining standard vb functions even if its from the admin side, or stuff like this is bound to happen.

Don't worry if you dont know what Im talking about just copy and paste that to them.
Conversation link:
http://www.dragonbyte-tech.com/threa...4.0.2-conflict
Reply With Quote
  #539  
Old 07-21-2010, 07:38 PM
NakedAlien's Avatar
NakedAlien NakedAlien is offline
 
Join Date: Feb 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any solution to this error that comes when requesting/recommending awards:

There's some error when sending your award request. Please contact site's administrator for assistant.
Reply With Quote
  #540  
Old 07-26-2010, 02:28 AM
racingsolution racingsolution is offline
 
Join Date: Feb 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Xanlamin,

Earlier this year I had a conflict with YAAS and DTO Garage involving the function construct_depth_mark() in awards.php

I was just told by a member that the same conflict has come up but in a different file.

Quote:
Fatal error: Cannot redeclare construct_depth_mark() in /home/cobaltli/public_html/forums/includes/adminfunctions.php on line 1823
I commented out the function from adminfunctions.php and it fixed the problem.. so far so good as far as that affecting anything else.
Reply With Quote
  #541  
Old 07-28-2010, 09:42 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems to be a week of error's

I get this error. When i request a certain award or recommend

Fatal error: Existing data passed is not an array
Called set_existing in [path]/recommend_award.php on line 151
in [path]/includes/class_dm.php on line 235
Reply With Quote
Reply

Thread Tools

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 06:50 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.07224 seconds
  • Memory Usage 2,351KB
  • 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
  • (3)bbcode_code
  • (5)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
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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