Profile Photo : Duplicate

Hello everyone i realy need help on this one so bad i dont know why i'm getting this duplicate image on the profile photo and all my members can u please help me how to get it fix  thank's

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 15 Aug 2009

You must have messed up the CSS for the photo blocks background.

The no-repeat setting for it was either removed or a repeat-x and a repeat-y was added.

https://www.deanbassett.com
Quote · 15 Aug 2009

yea i think is that but i dont know were doo u know wat is the name from this file so i can remove the repeat code please

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 15 Aug 2009

Didn't you have a post before concerning these photos?  Something about getting rid of the spacer... Looks like you got rid of it. 

 

Oh, now you want the spacer back?  Hmmm.... Should we tell you that it could be in templates/tmpl_{tmpl}/css/viewPhoto.css  

 

That it just might be around line 16....

 

Maybe something like this:

 

div#viewFile
{
 background-position: center;
 background-repeat:no-repeat;
 width: 340px;
 height: 340px;
 margin:auto;
}

 

 

Or wait, yours probably looks like this:

 

div#viewFile

{

background-repeat:repeat;

width340px;

height340px;

margin:auto

}

 

Yeah, you probably deleted the position and changed the repeat.  LOL... Or maybe you even totally took out the repeat... Who knows...

 

Anyways, that will fix it.  If you put it back as it's supposed to be...

 

Hope you had fun learning...

Quote · 15 Aug 2009

Hey my friend i never open this file or edit nothing here on this file

i check the code and this is my original code

div#viewFile
{
background-position: center;
background-repeat:no-repeat;
width: 340px;
height: 340px;
margin:auto;
}

i never edit nothing in that file never i dont know why i'm getting does duplicate photo

that only happen when i click My Profile

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 15 Aug 2009

Please guy i realy need help so bad on this one my members are getting me crazy sending me pm about this duplicate photo please please help and thank's

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 15 Aug 2009

give me a link to your site i think i know what it is

Quote · 15 Aug 2009

waoo i hope u know bro because this is getting me freaking sick :

>>>> CLICK ME <<<<

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 15 Aug 2009

just by looking at it you can tell that you did something with the design css some files got massed up

try to reupload the viewPhoto.css

Quote · 16 Aug 2009

no i never touch that file bro i download the dolphin board to get the original file and add the original but is nat working i dont know why

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Aug 2009

log in as admin go to page builder and try to add a second column to profiles see what happens

what do you have set in advanced settings photos thum.. px ??

Quote · 16 Aug 2009

Hey bro i try wat u tell me but is nat working something is wrong on my site but i dont realy know were

i try the advanced setting thum px my original size is 400 i change to any but i can see they are duplicate

and when i go page builder and try to add second column on profiles nat working 2 i think is on the Photo block some think is duplicate were i goo to the profile photo block

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Aug 2009

check your mail box

well you did do something try to remember when did it stop working did you mod.edit. any files at that time

Quote · 16 Aug 2009

any admin here can help me with this so bad please

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Aug 2009

You missing the class .photo inside the code below, can't find this class when you view a profile, have you hided it or changet it???

.

<div id="photoKeeper" class="photoBlock">
<a id="temThumbLink" href="http://latincrib.net/photos_gallery.php?ID=2">
<img id="temThumbID" class="photo" alt="" style="width: 400px; height: 400px; background-image: url(http://latincrib.net/media/images/profile/2/photo_1246851036.jpg);" src="http://latincrib.net/templates/base/images/icons/spacer.gif"/>
</a>
</div>

.

.

base/css/profile_view.css

.

.photo
{
border:1px solid #cccccc;
background-repeat:no-repeat;
background-position: center center;
}

Quote · 16 Aug 2009

OMG : Waooo Thank's very much but 2 be true i never change nothing on that file call: profile_view.css

i have to check the original and the original have the code u post me

.photo
{
border:1px solid #cccccc;
background-repeat:no-repeat;
background-position: center center;
}

and my profile_view.css is missing that code so bad but i dont know how but thank's very thank'U u save my a$$ lol

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Aug 2009

Somethin is wrong with the align to the Profile Photo also, if it's more than 1 profile photo,

background is now ok.(assume you use 6.1.6)

.

Check this, your code

.

<div id="iiPPhoto1">
<img id="child_102" class="icons" onclick="return $( '#iiPPhoto1' ).ResumeFlashing();" alt="" style="width: 400px; height: 400px; background-image: url(http://latincrib.net/media/images/profile/73/photo_1248926339.jpg); position: absolute;" src="http://latincrib.net/templates/base/images/icons/spacer.gif"/>

.

.

Boonex.us code

.

<div id="iiPPhoto1" style="width: auto; height: 481px; visibility: visible;">

<img id="child_55" class="icons" onclick="return $( '#iiPPhoto1' ).ResumeFlashing();" alt="" style="width: 340px; height: 340px; background-image: url(http://www.boonex.us/media/images/profile/18/photo_1187148635.jpg); position: absolute; left: 71px; display: none;" src="http://www.boonex.us/templates/base/images/icons/spacer.gif"/>

You missing something here
You don't have this


Check class
- iiPPhoto1

- icons

and/or you have changed somthing on the function on view profile photo...

Quote · 16 Aug 2009

hey thank's very much to tell me about the missing code but wat is the name for this file to add the missing code

i look for profile photo but i dont have it were i goo o wat is the real name  and thank

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 18 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.