By User on Sunday, 09 May 2021
Posted in General Issues
Replies 1
Likes 0
Views 506
Votes 0
Hello. Can you please give me a hint what template file should I edit to change
Your Rank: 3 (435 Points)
?

I plan to use something like
$recentdays = 30;
$options = array('recentdays' => $recentdays);
to display rank and user points earned for latest 30 days (not for all the time).

Thanks.
Do you mean that you would like the default leaderboard page showing like what you configure from the leaderboard module?

If yes, you can refer to how we implement this in the leaderboard module under this PHP file JoomlaFolder/modules/mod_easysocial_leaderboard/mod_easysocial_leaderboard.php
JoomlaFolder/modules/mod_easysocial_leaderboard/tmpl/default.php


Then these are the files used to display the default leaderboard page.
JoomlaFolder/components/com_easysocial/views/leaderboard/view.html.php
JoomlaFolder/components/com_easysocial/themes/wireframe/leaderboard/default/default.php
·
Monday, 10 May 2021 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post