Do you mean fake registered users count?
i tried to change it.But it did not. I did replace <?= $totalUsers ?> to <?= $totalUsers +5000 ?> but it did notDo you mean fake registered users count?
go to src/Template/Pages/home.ctp
then you can do it on <?= $totalUsers ?>
just edit it.
you can replace that with your desire count or just make a php code that you can add the currently register + your fake desire count.
then go to src/Controller/PageController.phpi tried to change it.But it did not. I did replace <?= $totalUsers ?> to <?= $totalUsers +5000 ?> but it did not![]()
it doesn't work.Do you know the pictorial or video explanation of doing this process?then go to src/Controller/PageController.php
then edit from line 99 to line 125
or edit this i guess
$totalUsers += (int)get_option('fake_users', 0);
your installation root folder->src->Controller-PageController.phpI can't find that area.Can you show it with a picture?