By Andrew on Wednesday, 15 January 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 587
Votes 0
Hi, stackideas team.

Found new bug in /modules/mod_easysocial_leaderboard/tmpl/default.php

Line 22:

<span class="points"><?php echo $user->getPoints();?> Points</span>


I think u need to add something like this

<span class="points"><?php echo $user->getPoints();?> <?php echo JText::_( 'MOD_EASYSOCIAL_LEADERBOARD_POINTS' ); ?></span>


and add this string in language file mod_easysocial_leaderboard.ini

With best regards, Andrew
Yup, this is already fixed internally
·
Wednesday, 15 January 2014 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post