Edit refferals so it is the number of how many members there are on the forum 04-20-2015, 01:34 AM
#1
[hide]First of all, get this plugin (Allows you to have this custom shit).
Link: http://mybbhacks.zingaburga.com/showthread.php?tid=464
Template: Go to ACP > Templates > Your Theme Templates > Member Templates > member_profile_referrals
Change (From): <td class="{$bg_color}">{$memprofile['referrals']}</td>
Change (To): <td class="{$bg_color}"><if $memprofile['uid'] == YOURUID then>{$stats['numusers']}<else>{$memprofile['referrals']}</if></td>
Example: There are 23 users on this test forum.
![[Image: Gck1MeD.png]](http://i.imgur.com/Gck1MeD.png)
is the outcome of this edit.
Tutorial written by Root.
[/hide]
Link: http://mybbhacks.zingaburga.com/showthread.php?tid=464
Template: Go to ACP > Templates > Your Theme Templates > Member Templates > member_profile_referrals
Change (From): <td class="{$bg_color}">{$memprofile['referrals']}</td>
Change (To): <td class="{$bg_color}"><if $memprofile['uid'] == YOURUID then>{$stats['numusers']}<else>{$memprofile['referrals']}</if></td>
Example: There are 23 users on this test forum.
![[Image: Gck1MeD.png]](http://i.imgur.com/Gck1MeD.png)
is the outcome of this edit.
Tutorial written by Root.
[/hide]
(This post was last modified: 04-20-2015, 02:43 AM by Dismas.)