Page 1 of 1

phpBB 3.x: Get rid of "Our newest member".

Posted: Tue Jul 31, 2007 10:16 am
by jasonb
To get rid of "Our newest member" from the login screen, find line 31 from cache/tpl_prosilver_index_body.html.php. Delete the following:

Code: Select all

 &bull; <?php echo (isset($this->_rootref['NEWEST_USER'])) ? $this->_rootref['NEWEST_USER'] : ''; ?>