Delete "Status message"

Hey,

What must i do, to delete this : http://moe.mabul.org/up/moe/2010/03/20/img-221210brrtm.png

Thank you !

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 20 Mar 2010

up

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 29 Mar 2010

up

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 31 Mar 2010

up

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 1 Apr 2010

Edit the common.css file found under ./templates/base/css/; look for:

.notify_message {
background-image:url(../images/icons/notify_msg_left_bg.png); 
cursor:pointer;
display:block;
float:left;
height:50px;
min-width:30px;
max-width:520px;
padding:0 0 5px 10px;
color:#333;
font-size:11px;
font-weight:normal;
overflow:hidden;
margin:0px 10px 0px 0px;
position:relative;
}

Change it to this:

.notify_message {
background-image:url(../images/icons/notify_msg_left_bg.png); 
cursor:pointer;
display:none;
float:left;
height:50px;
min-width:30px;
max-width:520px;
padding:0 0 5px 10px;
color:#333;
font-size:11px;
font-weight:normal;
overflow:hidden;
margin:0px 10px 0px 0px;
position:relative;
}

The needed change has been shown in red.

Navigate to administration, builders, member menu and remove the "status message" item from the "active" area and move it to the "all items" area.

Have fun.

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

Thank you very much :)

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 5 Apr 2010

 I tried this in 7.1 but unfortunately it does not work. Any ideas why?

 

Edit the common.css file found under ./templates/base/css/; look for:

.notify_message {
background-image:url(../images/icons/notify_msg_left_bg.png); 
cursor:pointer;
display:block;
float:left;
height:50px;
min-width:30px;
max-width:520px;
padding:0 0 5px 10px;
color:#333;
font-size:11px;
font-weight:normal;
overflow:hidden;
margin:0px 10px 0px 0px;
position:relative;
}

Change it to this:

.notify_message {
background-image:url(../images/icons/notify_msg_left_bg.png); 
cursor:pointer;
display:none;
float:left;
height:50px;
min-width:30px;
max-width:520px;
padding:0 0 5px 10px;
color:#333;
font-size:11px;
font-weight:normal;
overflow:hidden;
margin:0px 10px 0px 0px;
position:relative;
}

The needed change has been shown in red.

 

Navigate to administration, builders, member menu and remove the "status message" item from the "active" area and move it to the "all items" area.

 

Have fun.

 

Quote · 2 Mar 2014
 
 
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.