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

Technical Q&A involving operating systems, networking, software, and hardware issues.

Moderator: jasonb

Post Reply
User avatar
jasonb
Site Administrator
Posts: 105
Joined: Tue Apr 22, 2003 1:54 pm
Location: Toronto, Canada
Contact:

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

Post 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'] : ''; ?>
Post Reply