How do i get rid of top members tab on index page

How do i get rid of the "top members" tab on the index page of dolphin. Its in the "members" block. I am using 6.1.2.

Quote · 16 Jul 2008

Hi,

Try Admin >Builders> Pages Builder > Homepage then drag any items you dont want from the active area into the inactive area.

Is that what you are after?

Cheers

Max

Quote · 16 Jul 2008

Think he is looking to remove the tag not the box - needs to be done in the CSS I believe...

Quote · 17 Jul 2008

It is not CSS for sure. The CSS code is the one that take cares of the layout (Colors, Positions, Size, etc.) It has to be inside a script or PHP file. I still lookin for that too...If I get anything I'll post it here.

Quote · 24 Feb 2009

I'm not sure this is the best way to do it, but in the file: templates/base/scripts/BxBaseIndex.php

.

Change line 392

.

From:   foreach( array( 'last', 'top', 'online', 'rand' ) as $myMode )

.

To:   foreach( array( 'last',  'online', 'rand' ) as $myMode )

.

.

.

NOTE: This works in 6.1.4    I don't know if the file,  BxBaseIndex.php, is identical in 6.1.2

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Feb 2009

I just noticed the date on the original post.  I didn't mean to reply to a 8 month old post.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Feb 2009

I'm glad you did tho :]

Quote · 18 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.