How to remove Member Status Message

Dear mates.

 

Please help me how to get rid off the Member status message.

 

i did try to change some code by adding the red code below to top_menu.css but still doesnt work. Please help me. 

 

.subMenuInfoKeeper .notify_message {    

    min-width: 450px;

max-width: 450px;

 

position: relative;

float: left;

display:none;

}

 

status.jpg · 32.1K · 258 views
Quote · 16 Jul 2012

This change applies to v7.1.3.

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

/*--- Status ---*/
div#StatusMessage {  
    padding-top: 9px; 
}

Add the line in red as follows:

/*--- Status ---*/
div#StatusMessage {  
    padding-top: 9px; 
    display:none; 
}

Go to your admin panel. Look under "Builders" and select "Member Menu". Drag the "Status Message" item from the "Active Items" area and move it to the "All Items" area.

After that, clear everything out of your Cache directory except for the .htaccess file (VERY IMPORTANT TO LEAVE THAT IN PLACE). Then refresh your browser and the status message should no longer be visible.

Quote · 4 Jul 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.