How to have a transparent profile in Dolphin 6.1

gohanz posted 9th of May 2008 in Community Voice. 17 comments.

Hello,


I really want to have a transparent background in my profiles, please help me how to do it, I'm not a programmer but i know some html.


Thanks!!

 
Comments
·Oldest
·Top
Please login to post a comment.
ydrargyros
There is a mod for what you want that costs very little...search expertzzz.com for it!
MichelSwiss
Try to play with your templates/tmpl_uni/css/general.css file ;-)

For example:

body
{
...
background-color:transparent;
(change/comment/delete background-image) ...
}

Also play with .main class...
Search for tags regarding main block, block header, block content, etc... in the same general.css file
Especially for the block, you can also try to replace the default background image with semi-transparent image ;-)

If you need more info, try a search on Google with "css see more background" as keywords ;-)
LHAdmin
Just wondering... besides outright transparent, is there an easy code for opacity?
okweb
Always transparent background in profile view:

Open templates/tmpl_uni/css/profile_view.css,
and add this before #thin_column

.main
{
background : transparent;
background-repeat: no-repeat;
}

-----------------------------------------------
If you will change border and something use this:
.main
{
position:relative;
width:940px;
border:0px solid #999;

background : transparent;
background-repeat: no-repeat;


margin-bottom:5px;
margin-top:4px;
margin-left:auto;
margin-right:auto;
padding:8px see more 10px;
}
gohanz
Thanks Very Much To All !!!
martin8558
does any one know where i can allow members to add html layouts to 6.1 becuase in 6.0 i could add it in BxBaseProfileView.php in IN function : showBlockDescriptions( $sCaption ) now that not possible
nappywet
wondent it be better under the page block so the logo dose not become transparent
danielmarseille
this solution is better

open : profile_view

tmpl_uni/css/profile_view

and add :

.main
{
position:relative;
background-opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}

just above :

#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}

#thick_column
{
width:49%;
overflow: hidden;
}


giving :


main
{
opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}

#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}

#thick_column
{
width:49%;
overflow: see more hidden;
}


you can play on the transparancy -

changing 90 by 80 or other value

.main
{
position:relative;
background-opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
loo09
Dolphin 6.1.6
Didn't work for me either. Please advise

Thanks
nutnick
Thanks that works very well! you a star
ACuyler
It didn't work for me :(...
Can anyone help?
Thank you
kaimuay
Yes very nice and I like them both. With the first top one will completely remove the main white background and borders,the next mod will lightly transparent the whole main page very nice.And I couldn't decide so why not do both.

.main
{
position:relative;
background-opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;

border:0px solid #999;

background : transparent;
background-repeat: no-repeat;

margin-bottom:5px;
margin-top:4px;
margin-left:auto;
margin-right:auto;
padding:8px see more 10px;
}

And it came out very nice too.
Nice mods guys thanks!!!
advancedsolutions
Does any one know how to change the block title back grounds? I want to change it to facebook blue #F5F5F5
 
 
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.
PET:0.053998947143555