removing online/offline status

hello. this is concerning the pop up box that shows up when you hover over a members avatar. i need to know how i can remove the colored icon and the "is online/offline now" statement. i would like to keep the box and the other buttons, just not the online or offline status indicators. Any help would be awesome.

Quote · 30 Jan 2013

i am using 7.1

Quote · 30 Jan 2013

Not sure if this will contain your solution but the site search here works to find old discussed topics..

http://www.boonex.com/googlesearch/search?q=change+hoover+popup&gse_filter=googlesearch

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 30 Jan 2013

Open templates/base/short_profile_info.html.

You will see this code.

<div class="reduce"><i class="login_ajx_close sys-icon remove"></i></div>
<div class="bx-def-border">
    <div class="bx-def-padding-top bx-def-padding-left bx-def-padding-right">
        <div class="profile_status"><i class="sys-icon __status_icon__"></i> __profile_status__</div>
        <div class="profile_status_message bx-def-margin-sec-top">__profile_status_message__</div>
    </div>
    <div class="profile_actions bx-def-margin-sec-top">__profile_actions__</div>
</div>

Remove this section.

    <div class="bx-def-padding-top bx-def-padding-left bx-def-padding-right">
        <div class="profile_status"><i class="sys-icon __status_icon__"></i> __profile_status__</div>
        <div class="profile_status_message bx-def-margin-sec-top">__profile_status_message__</div>
    </div>

So you end up with this

<div class="reduce"><i class="login_ajx_close sys-icon remove"></i></div>
<div class="bx-def-border">
    <div class="profile_actions bx-def-margin-sec-top">__profile_actions__</div>
</div>


Save and clear the dolphin cache.

https://www.deanbassett.com
Quote · 30 Jan 2013

My God you all rock! i will try this immediately.  thanks.

Quote · 30 Jan 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.