resize the profile photos

hmm  I changed the layout and i want to make the profile photo smaller.  Look at the image below....

You see.. the photo is too big for this profile photos block. obvously its not 100% width so I tried to change from this...

.viewSwitchFile {

margin: 10px auto;

text-align: center;

border: 1px solid #CCCCCC;

}


.viewSwitchFile img {

margin: 1px;

}

to

.viewSwitchFile {

margin: 10px auto;

border:1px solid #CCCCCC;

margin:10px;

text-align:center;

width:231px;

}

.viewSwitchFile img {

margin: 1px;

width:229px;

}

in modules/boonex/photos/templates/css/search.php and it doesn't change anything.  I even cleared all cache. hmm am i missing something here?

Quote · 24 May 2010

oh and the rating stars are out of the box. :/

Quote · 24 May 2010

Hi Patrick,


Did you ever figure this out?  I'm trying to accomplish the same thing.

Quote · 2 Jun 2010

Good idea but look scks man

I know you can do better

hmm  I changed the layout and i want to make the profile photo smaller.  Look at the image below....

You see.. the photo is too big for this profile photos block. obvously its not 100% width so I tried to change from this...

.viewSwitchFile {

margin: 10px auto;

text-align: center;

border: 1px solid #CCCCCC;

}


.viewSwitchFile img {

margin: 1px;

}

to

.viewSwitchFile {

margin: 10px auto;

border:1px solid #CCCCCC;

margin:10px;

text-align:center;

width:231px;

}

.viewSwitchFile img {

margin: 1px;

width:229px;

}

in modules/boonex/photos/templates/css/search.php and it doesn't change anything.  I even cleared all cache. hmm am i missing something here?

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Jun 2010

someone could solve this problem?

I'm trying to do the same, and I can not Frown

Quote · 9 Aug 2010

someone would be so kind as to answer,a little help please

thank you

Quote · 9 Aug 2010

TO CHANGE AVATAR PROFILE PIC SIZE

Note:  The new width is 200.  You can change it to your desired with.

Open File: /modules/boonex/photos/classes/BxPhotosSearch.php

Find:

}
$this->aCurrent['paginate']['perPage'] = 20;
$aFilesList = $this->getSearchData();
$iCnt = $this->aCurrent['paginate']['totalNum'];
if ($iCnt) {
$aUnit = array();
$aUnits = array();
if (defined('BX_PROFILE_PAGE') || defined('BX_MEMBER_PAGE')) {
$iPhotoWidth = 294;
$sImgWidth = 'style="width:' . $iPhotoWidth . 'px;"';
}

Change to: 

}
$this->aCurrent['paginate']['perPage'] = 20;
$aFilesList = $this->getSearchData();
$iCnt = $this->aCurrent['paginate']['totalNum'];
if ($iCnt) {
$aUnit = array();
$aUnits = array();
if (defined('BX_PROFILE_PAGE') || defined('BX_MEMBER_PAGE')) {
$iPhotoWidth = 200;
$sImgWidth = 'style="width:' . $iPhotoWidth . 'px;"';
}

Quote · 9 Aug 2010

thank you

Quote · 10 Aug 2010

Thanks magic123!  It worked perfectly for me!

Quote · 27 Aug 2010

You are welcome  ..

 

Claudia

Quote · 15 Dec 2010

Bumping an old post but does anyone know if you can remove the small picture(s) from the top of this (profile photos) so that you can simply display  the main picture only?

Many thanks

Quote · 2 Feb 2012

 

Bumping an old post but does anyone know if you can remove the small picture(s) from the top of this (profile photos) so that you can simply display  the main picture only?

Many thanks

 I been wondering this too!

Quote · 2 Feb 2012

Figured out how to remove the thumbnails at the top

Comment out the following lines from /home/thisisar/public_html/modules/boonex/photos/templates/base/photo_switcher.html

<!--             <div class="scrollContainerArea" style="width:__containerWidth__px;">  -->
<!--                 <div class="scrollContainer" id="scrollContainer" style="width:__contWidth__px;"> -->
<!--                     <bx_repeat:iconBlock> -->
<!--                         <div class="scrollUnit" id="pic__imageId__" style="background-image:url(__picUrl__);" > -->
<!--                             <a href="javascript:void(0);" onClick="javascript: getCurrentImage(__imageId__); return false;"> -->
<!--                                 <img src="<bx_image_url:spacer.gif />" class="scrollUnitPic"/> -->
<!--                             </a>  -->
<!--                         </div> -->
<!--                     </bx_repeat:iconBlock> -->
<!--                 </div> -->
<!--             </div>   -->

Quote · 15 Oct 2012
 
 
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.