By Joe Collins on Sunday, 15 December 2013
Posted in General Issues
Replies 5
Likes 0
Views 627
Votes 0
Kunena user posts all have "k" after them, so even someone with 1 post appears to have over 1,000, and someone with 0 posts is displaying as 0k.

Screenshot: http://screencast.com/t/dOS2EqIzUeH
Hi Josh,

Yes, the fix will be added into next release of EasySocial
Have a nice day
Sam
·
Monday, 16 December 2013 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Joe,

Issue fixed I've applied the fix on your site and now the user post count should display correctly
Please verify again


Have a nice day
Sam
·
Sunday, 15 December 2013 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
I have the same issue with the "K" after the post value.
·
Sunday, 15 December 2013 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Josh,

To fix the 'k' issue, open the file 'JOOMLA/media/com_easysocial/apps/user/kunena/themes/default/profile/default.php' and locate below code at line 17:


<div class="stat-points"><?php echo $totalPosts;?>k</div>


Replace the above with the following:


<div class="stat-points"><?php echo $totalPosts;?></div>


Hope this help and have a nice day
Sam
·
Monday, 16 December 2013 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Sam, that did the trick. Is this planned to be fixed in the core?
·
Monday, 16 December 2013 12:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post