By Steve on Wednesday, 15 October 2014
Posted in General Issues
Replies 7
Likes 0
Views 618
Votes 0
It will be good, to implement some link under the badges section for users so they can see what badges are available in the site to concentrate get one. Also that will make more activity in community.
Hello Steve,

I am sorry for the late reply.
I believe this is not available yet in the current system. However, you can give this a try and see if this suit your need. Here I attached to you a temporary customization file, please download it and put it in your site: \components\com_easysocial\themes\wireframe\badges\default.item.php

Hope this will help.
Thanks.
·
Wednesday, 15 October 2014 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mohd,

Yes, this is a feature request, and there is no changes after replacing the file.
·
Wednesday, 15 October 2014 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

You can see the changes in each of badge page. Here my screenshot: http://screencast.com/t/5YsXYaAE3 . I am really sorry if this doesn't suit your need and as I said earlier, this is a temporary customization. You can voice this out at http://stackideas.com/voices/easysocial for future request for EasySocial.

Please be advise.
Thanks.
·
Wednesday, 15 October 2014 13:39
·
0 Likes
·
0 Votes
·
0 Comments
·
That is bad spot for the link, i could find it only with your help could you put it here please?
·
Friday, 17 October 2014 02:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

Thanks for the heads up on this, we'll see what we can do for this in the future
·
Friday, 17 October 2014 02:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi steve, in line 45 of /components/com_easysocial/themes/wireframe/badges/achievements.php

<span class="es-count-no pull-right" data-total-achievements><?php echo $totalBadges;?></span>


Replace it with

<span class="es-count-no pull-right" data-total-achievements><?php echo $totalBadges;?></span>
<a href="<?php echo FRoute::badges();?>">
<i class="ies-crown ies-small mr-5"></i> <?php echo "See All Badges"; ?>
</a>


All credits to Mohd
Ken
·
Friday, 17 October 2014 08:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Ken
·
Friday, 17 October 2014 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post