PHP Registered Users

KevCodes

Member
May 23, 2016
35
10
Does anyone have the code, for registered users? If you don't know what I mean, screenie below.

2vju4c2.png
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
uh,

Assuming that is RevCMS, navigate to \app\class.template.php

In the first method "Initiate()" add the following before "if($users->isLogged())":

PHP:
$this->setParams('registered', number_format($engine->result("SELECT COUNT(*) FROM `users`")));

Should do it.
 

Users who are viewing this thread

Top