New: Sort your members by points to see the ranking
Page 1 of 1
New: Sort your members by points to see the ranking
View the ranking of members by points |
Dear users, We recently made some minor improvements to the Forumotion forum points system:
For an even easier use, you can now see the ranking of all the members on the "Members" page of the forum (available at /memberlist, for example on https://help.forumotion.com/memberlist). This new feature is available since this afternoon and allows you to rank members by points, allowing you to view the entire ranking. Here's how to do it:
We hope that this little novelty will please your members, Looking forward to present you our new updates, Your Forumotion Team |
A Forumotion Important Announcement |
The Godfather- Administrator
- Posts : 5366
Reputation : 847
Ape, Niko, SarkZKalie, TonnyKamper, trajce and TheCrow like this post
Re: New: Sort your members by points to see the ranking
If you customized the memberlist_body template before this update, please make the following replacements, choosing your version of the forum.
Template: memberlist_body
Template: memberlist_body
- Awesomebb , ModernBB and phpBB3:
After- Code:
<!-- BEGIN switch_th_group -->
<th class="group">{L_GROUPS}</th>
<!-- END switch_th_group -->
- Code:
<!-- BEGIN switch_th_point -->
<th class="point">{L_POINT}</th>
<!-- END switch_th_point -->
AND
After- Code:
<!-- BEGIN switch_td_group -->
<td>{memberrow.GROUPS}</td>
<!-- END switch_td_group -->
- Code:
<!-- BEGIN switch_td_point -->
<td>{memberrow.POINTS}</td>
<!-- END switch_td_point -->
- Invision:
After- Code:
<!-- BEGIN switch_td_group -->
{memberrow.GROUPS}<br />
<!-- END switch_td_group -->
- Code:
<!-- BEGIN switch_th_point -->
<span class="label">{L_POINT}</span>:
<!-- END switch_th_point -->
<!-- BEGIN switch_td_point -->
{memberrow.POINTS}<br />
<!-- END switch_td_point -->
- phpBB2:
After- Code:
<!-- BEGIN switch_th_group -->
<th class="thTop" nowrap="nowrap">{L_GROUPS}</th>
<!-- END switch_th_group -->
- Code:
<!-- BEGIN switch_th_point -->
<th class="thTop" nowrap="nowrap">{L_POINT}</th>
<!-- END switch_th_point -->
AND
After- Code:
<!-- BEGIN switch_td_group -->
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen">{memberrow.GROUPS}</span></td>
<!-- END switch_td_group -->
- Code:
<!-- BEGIN switch_td_point -->
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen">{memberrow.POINTS}</span></td>
<!-- END switch_td_point -->
- punBB:
After- Code:
<!-- BEGIN switch_th_group -->
<th class="tc2">{L_GROUPS}</th>
<!-- END switch_th_group -->
- Code:
<!-- BEGIN switch_th_point -->
<th class="tc2">{L_POINT}</th>
<!-- END switch_th_point -->
AND
After- Code:
<!-- BEGIN switch_td_group -->
<td class="tc2">{memberrow.GROUPS}</td>
<!-- END switch_td_group -->
- Code:
<!-- BEGIN switch_td_point -->
<td class="tc2">{memberrow.POINTS}</td>
<!-- END switch_td_point -->
- Mobile version:
After- Code:
<!-- BEGIN switch_td_group -->
{memberrow.GROUPS}
<!-- END switch_td_group -->
- Code:
<!-- BEGIN switch_td_point -->
{memberrow.POINTS}
<!-- END switch_td_point -->
The Godfather- Administrator
- Posts : 5366
Reputation : 847
Ape, cassini, SarkZKalie, TonnyKamper, trajce and TheCrow like this post
Similar topics
» Members Can Donate Points
» Can members Share points between themselves?
» Points Donation keeps Subtracting From One Of My Members
» Can Moderators award members Points Donation?
» Donating Points Activity Points Donate Button
» Can members Share points between themselves?
» Points Donation keeps Subtracting From One Of My Members
» Can Moderators award members Points Donation?
» Donating Points Activity Points Donate Button
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum