Admin / Members default view

Hello,

     I am using Dolphin 7.1  I would like to change the default view for members in the admin / members area to Geeky from simple.  Also how can I set a field to show more information?  A lot of the emails get cut off and I would like to be able to see the emails for scanning for spammers.

 

Thanks,

Cory

Quote · 14 Mar 2013

default view

open file administration/profiles.php

almost at the top in the file, look after this code

define('BX_DOL_ADM_MP_VIEW', 'simple');

edit to this

define('BX_DOL_ADM_MP_VIEW', 'geeky');

 

emails

open file administration/profiles.php

almost at the bottom in the file, look after this code

function getMembersGeeky($aProfiles, $sPaginate, $sControls)
{
    $iEmailLength = 20;

edit last line of code, example

$iEmailLength = 40;

Quote · 14 Mar 2013

okweb,

You rock!  Thank you!!!!  perfect!

 

Cory

Quote · 16 Mar 2013

I must say thank you.

I managed to find and change from simple to geeky in D 7.1 version by myself.

After upgrade to ver. D7.1.1 I couldnt remember any more.

Greetings

Mayki

"When things get tough the tough get going..."
Quote · 17 Mar 2013
 
 
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.