increase email columns

Hello,

how make the emails fully display in administration/members see the screenshot..

Thank you

13-09-2011 10-50-38.png · 39K · 100 views
Incaudae "Born this way"
Quote · 13 Sep 2011

Hello,

 

1. Find Dolphin root/administration/profiles.php file. Find the following code near line 429:

$sEmail = ( mb_strlen($aProfile['email']) > $iEmailLength ) ? mb_substr($aProfile['email'], 0, $iEmailLength) . '...' : $aProfile['email'];

And replace it with the following:

$sEmail = $aProfile['email'];

You are done.

 

Best regards, nuknspax.

Free and premium Dolphin templates. Custom design services.
Quote · 14 Sep 2011

Thank you very much nuknspax big kiss for you baby-cakeInnocent...

Incaudae "Born this way"
Quote · 15 Sep 2011
 
 
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.