SMFHacks.com

SMFHacks.com => News => Topic started by: SMFHacks on March 08, 2015, 11:01:52 pm

Title: Badge Awards 2.0 Released
Post by: SMFHacks on March 08, 2015, 11:01:52 pm
SMFHacks has released Badge Awards (http://www.smfhacks.com/badgeawards.php) 2.0.  This release brings a new feature allowing requestable badges to be created/edited to allow members to request badges.  Also new features include listing which members have been awarded a badge.
And includes some minor fixes and updates which are listed in the changelog below:

For more information on Badge Awards visit http://www.smfhacks.com/badgeawards.php

Current active badge awards license owners and community suite customers can download the newest release from: http://www.smfhacks.com/index.php/topic,6790.0.html

Changelog:

2.0
+Added new option to badges to make them requestable and an area to approve/disapprove requestable badges
+On badge detail you can now see last people who were awarded the badge
+Clicking total members amount now shows all members who were awarded that badge
+Updated admin area styles for SMF 2.0
+Badge list in admin area title/image now go to the edit badge page
+Added option to delete custom badges
!Fixed undefined error if visiting just badgeawards in the url
Title: Re: Badge Awards 2.0 Released
Post by: 420connect on April 02, 2015, 02:10:07 am
Hey,

Just tried to install this again and got a fail on this:

Code: (find) [Select]
cache_put_data('arcade-stats', null, 120);
Code: (add after) [Select]
// Begin Badge Awards Text Strings

global $sourcedir, $modSettings;
if (!empty($modSettings['badgeawards_enable']))
{

global $sourcedir, $user_info;
require_once($sourcedir . '/badgeawards2.php');
if ($member['id'] != 0)
Badges_CheckMember($member['id']);
}


// END Badge Awards Text Strings

in Subs-Arcade.php


- Tried manually searching my Subs-Arcade.php for anything similar but the best I could find was:

Code: [Select]
cache_put_data('arcSettings', $arcSettings, 90);or
Code: [Select]
cache_put_data('arcSettings', null, 90);

Could you assist in having a smooth install?

Many thanks as always!

(Subs-Arcade.php attached in case?)
Title: Re: Badge Awards 2.0 Released
Post by: SMFHacks on April 03, 2015, 11:31:49 am
Put that code after

Code: [Select]
ArcadeUpdatePositions($id_game,$id_score,$newPosition);

In Sources/ArcadePlay.php
Title: Re: Badge Awards 2.0 Released
Post by: 420connect on April 04, 2015, 03:38:04 am
Put that code after

Code: [Select]
ArcadeUpdatePositions($id_game,$id_score,$newPosition);

In Sources/ArcadePlay.php


Thank you as always!  ;D