Removing welcome message on promo

I saw some time ago that there was a topic on how to remove the welcome to our comunity message on the promo, which I cant seem to find.

Can anyone help me out hear please if they can find it or advise me how to do thi

Quote · 14 Jul 2010

hello open the - inc\design.inc.php

fund and delete this code lines :

$sWelcomeC = _t('_Welcome_to_the_community');
$sWelcomeElement = '<div class="sys_title">' . $sWelcomeC . '</div>';

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 15 Jul 2010

Alternatively, you can just edit the language key and leave it empty. Tongue out

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 15 Jul 2010

Alternatively, you can just edit the language key and leave it empty. Tongue out

exactly!!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 15 Jul 2010

thanks guys

Quote · 15 Jul 2010


ok well without removing the promo how do I completly remove the panel including the grey line which say welcome, becouse the code you advised to be removed only removes the message

Quote · 18 Jul 2010


ok well without removing the promo how do I completly remove the panel including the grey line which say welcome, becouse the code you advised to be removed only removes the message

Edit index.css in /templates/base/css/ on line 63:

#indexPhotoBorder {
border: 1px solid #cccccc;
margin-bottom:11px;
position:relative;/*keep*/
}

Add the following:

#indexPhotoBorder {
border: 1px solid #cccccc;
margin-bottom:11px;
position:relative;/*keep*/
display:none;
}

The needed change is shown in red.

It's recommended that you copy the file to you're currently used template (e.g., tmpl_uni, /templates/[template]/css/, etc.) and make the modification there, so as to make your change update-proof.

Once done, empty the /cache/ and /cache_public/ directories, leaving the .htaccess file in the latter intact.

Have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 18 Jul 2010

Can anyone please help me? I have tried Nathan's solution exactly, and it removed the grey bar, but then replaced it with a "Welcome" / "Hello" ABOVE the image reloader. Please see attachment, as it looks like that.  Please advise!  THANK YOU!

Image Dolphin Problem.jpg · 45.4K · 117 views
-Kristi-
Quote · 14 Feb 2012
 
 
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.