how to remove avatars from the photos section

how to remove avatars from the photos section

Quote · 21 Apr 2010

please help

Quote · 21 Apr 2010

Hello!

Plz specify ur task with more details. Do u mean not to load avatar pics to the photo section?

Regard

Quote · 21 Apr 2010

hi,

exactly i do not want to show the avatar photos in photos section i want to filter them out. i.e. i want to show photos uploaded as a part of photo albums and other but not the avatar photos.

thanks

shivakanthb

Quote · 22 Apr 2010

Please help

Quote · 26 Apr 2010

Could you not go to administration, go to Builders -> Page Builder. Selection Avatar from the drop down box. Drag the "Choose Avatar" to the "Inactive Blocks" section and then resize column one? I would not recommend deleting the column as I remember the page builder was very buggy during the beta testing phase. I am not sure how it is now. In fact whenever I make any amendments with the page builder I always do a backup of my system/database as I do not trust it. I recommend you do the same.

Quote · 26 Apr 2010

Thanks for the help but my problem is different when i click on all photos menu then the photos uploaded by the users are displayed along with the photos uploaded by the users as avatars ( now i need to filter out the photos uploaded as avatars from the rest )

thanks

shivakanthb

Quote · 26 Apr 2010

Are you able to delete them out via the admin panel?

Quote · 26 Apr 2010

nope we need to do some code changes i am unable to figure that out :-(

Quote · 27 Apr 2010

Hello jegadees2009!

U may try to delete / comment this part in inc/classes/BxDolJoinProcessor.php file:

if (BxDolRequest::serviceExists('photos', 'perform_photo_upload', 'Uploader')) {
$aFileInfo = array (
'medTitle' => _t('_bx_ava_avatar'),
'medDesc' => _t('_bx_ava_avatar'),
'medTags' => _t('_ProfilePhotos'),
'Categories' => array(_t('_ProfilePhotos')),
'album' => str_replace('{nickname}', getNickName($iId1), getParam('bx_photos_profile_album_name')),
);
BxDolService::call('photos', 'perform_photo_upload', array($GLOBALS['dir']['tmp'] . $aProfile1['ProfilePhoto'], $aFileInfo, false), 'Uploader');
}

Regard

Quote · 27 Apr 2010
 
 
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.