Welcome, Guest. Please Login or Register.
March 16, 2025, 07:32:47 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Can I hide Members Total « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Can I hide Members Total  (Read 1970 times)
zillion
Noobie
*
Posts: 6


Llama butties? Yummy!

Can I hide Members Total
« on: September 06, 2003, 08:13:35 AM »
Reply with quote

YaBB SE Version: 1.5.4
PHP Version:
MySQL Version:
Server Platform: Unix, Linux, or BSD
Link to Forum:

Problem Description:
I want to start a new forum and, during the start-up phase, I don't really want to see "Members: 1 Post: 1 Topics:1"  when you open the message board (you get the drift!).

How can I hide that detail from view?
Do I have to delete code, or can I use <!-- --> type tags to temporarily hide things?
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:Can I hide Members Total
« Reply #1 on: September 06, 2003, 10:41:01 AM »
Reply with quote

Search BoardIndex.php for:

   if ($modSettings['enableSP1Info'] != 1)
      echo "<font size=\"2\">$txt[19]: $memcount  •  $txt[95] $totalm  •  $txt[64] $totalt </font>";


And comment it out like this:

/*
   if ($modSettings['enableSP1Info'] != 1)
      echo "<font size=\"2\">$txt[19]: $memcount  •  $txt[95] $totalm  •  $txt[64] $totalt </font>";
*/


PS If you really want to suppress this kind of information, you'll also have to uncheck the following:

Show Latest Member on Board Index? and Show Members List Bar on Board Index? from Forum Preferences and Settings

Track Stats from Installed 'Mods' Settings and Options
« Last Edit: September 06, 2003, 10:57:13 AM by Peter Duggan » Logged

zillion
Noobie
*
Posts: 6


Llama butties? Yummy!

Re:Can I hide Members Total
« Reply #2 on: September 06, 2003, 11:04:03 AM »
Reply with quote

 :) Thanks! You're a star. I'll try and remember me in my will; but don't get too excited 'cos I'm not intent on popping my clogs just yet!
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:Can I hide Members Total
« Reply #3 on: September 06, 2003, 11:46:02 AM »
Reply with quote

Quote from: zillion on September 06, 2003, 08:13:35 AM
I want to start a new forum and, during the start-up phase, I don't really want to see "Members: 1 Post: 1 Topics:1"  when you open the message board (you get the drift!).

Of course you can also get rid of this by checking Enable SP1 style statistics on board index, but the same information just reappears in a slightly different format further down the board if you do...
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Can I hide Members Total « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.040 seconds with 21 queries.