Online / Offline Icon

Hello,

I use Dolphin 6.1.2. The online/offline icons are indicated at different place.



I would like that the pictures all are indicated at the top on the right.

Thanks for your help.

Quote · 23 Jun 2008

It is a pity that nobody can help.
I have removed the icons now for the moment.

Quote · 24 Jun 2008

I'm having the same problem like you, only in the Leaders home page block... I checked all the CSS and didn't find any solution yet...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 24 Jun 2008

No CSS expert to answer to this post ??? Cry

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 25 Jun 2008

Open templates/tmpl_uni/scripts/functions.php and look for this code;

function getProfileOnlineStatus( $user_is_online, $bDrawMargin=false, $bCouple = false ) {
global $site;

$iMargR = ($bCouple==false) ? '5' : '10';
$sMarginsAddon = ($bDrawMargin) ? ' style="margin-right:'.$iMargR.'px;margin-bottom:10px;" ' : '';

Adjust the $iMargR number(e.g '25' : '10')

Quote · 25 Jun 2008

@ esteem

 

Thank you for answering :-)

Your solution doesn't work because the Online/offline icon will move in all blocks...

The problem is that this icon is not at its place only in the Leaders block.

 

This is not a major bug... but I don't see any reason for this icon not to be at the same place like in the other blocks :-) 

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 25 Jun 2008

Well, the online and offline icon position will be the same for every block because it is reading the same positioning code for every pages and block :). The reason why ur online/offline icon is not position properly in leaders block is due to this css below in templates/tmpl_uni/index.css

div#prof_of_month,
div#prof_of_week,
div#prof_of_day
{
width:112px;//adjust this
margin-left:0px;//adjust this
margin-right:0px;//adjust this
left:0px;//adjust this
float:left;
position:relative;
}


div#prof_of_month,
div#prof_of_week
{
margin:0px 10px 0px 0px;//adjust this
}

or templates/base/index.css look for this css below and make adjusment

div#TopRated
{
position:relative;
display:block;
}
div#prof_of_week
{
position:relative;
float:left;
width:261px;
margin:0px;
padding:0px;
}
div.top_rated_divider
{
position:relative;
width:2px;
float:left;
background-color:#DEDEDE;
height:150px;
}
div#prof_of_month
{
position:relative;
float:left;
width:260px;
left:20px;
margin:0px;
padding:0px;

}

If you can provide me ur site link, i can take a look and let u know where to adjust.

Quote · 25 Jun 2008

Thank you for your help esteem :-)

 

My 6.1.1 site is not yet public.

I checked already all these CSS. I don't think that the solution is there :-(

The screenshots in the first post give a good idea of the problem which is also visible in the Leaders block here:

 http://www.boonex.us/ Surprised

 

 

Laughing

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 25 Jun 2008
 
 
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.