By paulb on Tuesday, 29 October 2013
Posted in General Issues
Replies 11
Likes 0
Views 1.2K
Votes 0
Hello,

Is there a simple way I missed to disable achievements system ?
I unpublished badges in admin but I can't find how to don't display Achivements link in the toolbar menu
Hm, currently you can't really turn that off but you can disable it by removing the codes from /components/com_easysocial/themes/wireframe/toolbar/default.profile.php and at line 56 remove the codes below:


<li>
<a href="<?php echo FRoute::badges( array( 'layout' => 'achievements' ) );?>">
<i class="ies-crown ies-small mr-5"></i> <?php echo JText::_( 'COM_EASYSOCIAL_TOOLBAR_PROFILE_ACHIEVEMENTS' );?>
</a>
</li>


Will add this as an option in the next release
·
Wednesday, 30 October 2013 01:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot, Mark.
·
Wednesday, 30 October 2013 20:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Hm, currently you can't really turn that off but you can disable it by removing the codes from /components/com_easysocial/themes/wireframe/toolbar/default.profile.php and at line 56 remove the codes below:


<li>
<a href="<?php echo FRoute::badges( array( 'layout' => 'achievements' ) );?>">
<i class="ies-crown ies-small mr-5"></i> <?php echo JText::_( 'COM_EASYSOCIAL_TOOLBAR_PROFILE_ACHIEVEMENTS' );?>
</a>
</li>


Will add this as an option in the next release


Thank you for planning to make this an option we can disable. Very much appreciated.
It is so great to have developers like you and Alejandro that listen to the needs of their customers!
·
Wednesday, 30 October 2013 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Brandon By the way, this option is already added in 1.0.5 I believe
·
Wednesday, 30 October 2013 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep ! Just ask and it's done... Formidable !
·
Thursday, 31 October 2013 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you
·
Thursday, 31 October 2013 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Thanks Brandon By the way, this option is already added in 1.0.5 I believe


Cheers. Thanks. I will check it out this weekend.
·
Thursday, 31 October 2013 05:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark!

Can you tell me where I can turn this off, now that its built in?

Thanks
Katie
·
Monday, 31 March 2014 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Katie,

It's available in the theme settings.
·
Monday, 31 March 2014 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
When will achievements see more tie in with jReviews? For example, # of submissions and/or reviews increases the achievement level?
·
Tuesday, 01 April 2014 03:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brandon,

The codes in JReviews are actually encoded by ioncube so we don't really have access to their codes. You should probably request this with JReviews but we do already have the API available to log points and achievements
·
Tuesday, 01 April 2014 23:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post