Hello,
how make the emails fully display in administration/members see the screenshot..
Thank you
Hello, how make the emails fully display in administration/members see the screenshot.. Thank you Incaudae "Born this way" |
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. |
Thank you very much nuknspax big kiss for you baby-cake Incaudae "Born this way" |