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
  #652  
Old 01-14-2014, 08:55 PM
DEGE DEGE is offline
 
Join Date: Aug 2009
Location: Buenos Aires
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I've already installed 3.7 version in my forum and couldn't get it to work. Then I've found out this 3.8 version and uninstalled the previous one and installed this. Still don't get it to work.

The issue I'm having is the impossibility of giving an award to any user. I can created categories, manage categories, or even delete them. I can create awards, but can't either edit or even list them in the admin panel or in the mod panel. Even though I can list them in the forum invoking the awards.php in the root of my forum. There I can see all the awards I've created but once again I can't manage them.



I've searched for file permissions issues, bitfield permissions in the admin panel, and even uninstalled and installed it twice.... but there is nothing I can do to get the ability to give my users the awards.

Is there anything I missed up that anybody can help me with ? I'm really frustrated with this mod, since it looked very promising, but could not get it to work.

Would really appreciate any help from anybody
Reply With Quote
  #653  
Old 02-04-2014, 03:10 AM
Chris-Moody Chris-Moody is offline
 
Join Date: Jan 2014
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when installing on vbulletin 3.8.4 it is not installing the database information why is that?
Reply With Quote
  #654  
Old 02-04-2014, 01:08 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chris-Moody View Post
when installing on vbulletin 3.8.4 it is not installing the database information why is that?
Hmm not sure unless you can provide some more info... perhaps it's the TYPE=MyISAM that needs to be changed to ENGINE=MyISAM.

Open the product.xml file, there are three areas in the top 100 lines of code they look like:
Code:
TYPE=MyISAM

Replace those three instances of that code with:
Code:
ENGINE=MyISAM
See if it will now install the data, if it does then that was the issue if not then we'll need more info to assist, the "data is not installing" is a pretty blanket statement in a sense when troubleshooting, could be various things.
Reply With Quote
  #655  
Old 02-04-2014, 02:49 PM
Chris-Moody Chris-Moody is offline
 
Join Date: Jan 2014
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Hmm not sure unless you can provide some more info... perhaps it's the TYPE=MyISAM that needs to be changed to ENGINE=MyISAM.

Open the product.xml file, there are three areas in the top 100 lines of code they look like:
Code:
TYPE=MyISAM

Replace those three instances of that code with:
Code:
ENGINE=MyISAM
See if it will now install the data, if it does then that was the issue if not then we'll need more info to assist, the "data is not installing" is a pretty blanket statement in a sense when troubleshooting, could be various things.
That fixed it thank you!
Reply With Quote
  #656  
Old 02-04-2014, 03:40 PM
squidsk's Avatar
squidsk squidsk is offline
 
Join Date: Nov 2010
Posts: 969
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DEGE View Post
Hi

I've already installed 3.7 version in my forum and couldn't get it to work. Then I've found out this 3.8 version and uninstalled the previous one and installed this. Still don't get it to work.

The issue I'm having is the impossibility of giving an award to any user. I can created categories, manage categories, or even delete them. I can create awards, but can't either edit or even list them in the admin panel or in the mod panel. Even though I can list them in the forum invoking the awards.php in the root of my forum. There I can see all the awards I've created but once again I can't manage them.



I've searched for file permissions issues, bitfield permissions in the admin panel, and even uninstalled and installed it twice.... but there is nothing I can do to get the ability to give my users the awards.

Is there anything I missed up that anybody can help me with ? I'm really frustrated with this mod, since it looked very promising, but could not get it to work.

Would really appreciate any help from anybody
What if any error messages are in your log after you install the mod?

You might have the same problem as the person below you. Uninstall the mod. Make the changes listed 2 posts above mine to the product.xml file and then re-install the mod.
Reply With Quote
  #657  
Old 02-06-2014, 08:21 PM
bartek24m bartek24m is offline
 
Join Date: Nov 2005
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i use this version with fresh uploaded files on my vb 3.8.6
and i see white page on awards.php and awards_memberlist.php
any idea whats going on ?

when Iadd at the begining ini_set("display_errors", true); i can see:




Quote:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/xxxx/domains/xxxxxx/public_html/awards.php:99) in /home/xxx/domains/xxx/public_html/includes/adminfunctions.php on line 1832
here is line: 99


Quote:
function construct_depth_mark($depth, $depthchar, $depthmark = '')
{
// repeats the supplied $depthmark for the number of times supplied by $depth
// and appends it onto $depthmark
for ($i = 0; $i < $depth; $i++)
{
$depthmark .= $depthchar;
}
return $depthmark;
}
// end functions
Reply With Quote
  #658  
Old 05-27-2014, 05:45 AM
itilm's Avatar
itilm itilm is offline
 
Join Date: Aug 2011
Location: Karachi
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this working perfectly on 3.6.8
Reply With Quote
  #659  
Old 05-27-2014, 02:12 PM
squidsk's Avatar
squidsk squidsk is offline
 
Join Date: Nov 2010
Posts: 969
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bartek24m View Post
i use this version with fresh uploaded files on my vb 3.8.6
and i see white page on awards.php and awards_memberlist.php
any idea whats going on ?

when Iadd at the begining ini_set("display_errors", true); i can see:






here is line: 99
The problem is you have another product that is not as self contained as it should be, so it has forced a "required_once" on adminfunctions.php which is conflicting with yaas. The easiest way to fix this, other than determining which other product is causing the problem and getting them to fix it, is to rename the function and all calls to the function in awards.php (rename it to yaas_construct_depth_mark or something to avoid other function name collisions).
Reply With Quote
  #660  
Old 07-09-2014, 06:26 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where is the link located for the recommending an award to someone? I can't find it anywhere and I did set those options to yes.
Reply With Quote
  #661  
Old 07-09-2014, 11:41 AM
Mobo Mobo is offline
 
Join Date: Jan 2004
Location: Colorado
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is located to the far right of the Awards page.
Reply With Quote
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 07:24 PM.


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.05559 seconds
  • Memory Usage 2,364KB
  • 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
  • (4)bbcode_code
  • (6)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
  • (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