Online/Offline Light bulb

So I know where the online.gif and offline.gif files are to edit the images.  But where is the page with the html in order to edit the position?

Quote · 2 Aug 2009

You will not find the html file to edit it, I swear.  You can look in every directory, but it's not there.  The lightbulbs are really a gremlin feature of Dolphin, sorta like the article/ directory.   The truth is they only appear on the site owners computer and no others.  Honest.

 

Now, if you wanted to have fun and try to trick them, well then you could do this:

 

You can check templates/tmpl_{tmpl}/css/general.css  I've got it at line 171, but yours is more than likely different, so look for this:

 

.div_thumbnail_block .online_offline_bulb

{

 

And it continues, you can try to move it there, can't promise it will work.  Haven't tried yet.

Quote · 2 Aug 2009

Try in templates/tmpl_{tmpl}/css/index.css

Look for

.online_offline_bulb {
border:0 solid red;
position:absolute;
right:0;
top:0;
z-index:10;
}


The things you want to change would be right:0 and top:0

These specify the relative position within the block. Currently 0px from the top and 0px from the right.

https://www.deanbassett.com
Quote · 2 Aug 2009
 
 
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.