Dont show avatar in photo module

someone know how remove avatar in the photos section ? thx :)

Quote · 1 Feb 2010

... and sites screenshots, ... and everything else that has nothing to do in photos...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 1 Feb 2010

yes exactly thank you:)

please boonex fix this for we can make the picture section a true picture section thx !

Quote · 1 Feb 2010

Hello!

U may delete this section in join.php

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');
}

then avatar will not be uploaded to photos module during join process.


About removal of all parts like sites in photos - it will not be done - too late for similar requests.

Regard

Quote · 1 Feb 2010

Thats why you need a end coordinator. 
That photo from every where on the site is showing up in public photos is not what is normal and very disappointed.
Thats why people choose for a another album script.

Kids first
Quote · 1 Feb 2010

This feature was presented in first betas of Dolphin 7, it was feature of work with photos - every photo content was placed to photos module. So those times people didn't protest against it...

Quote · 1 Feb 2010

thank you very much, its really appreciate

Quote · 1 Feb 2010

Hello!

U may delete this section in join.php

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');
}

then avatar will not be uploaded to photos module during join process.


About removal of all parts like sites in photos - it will not be done - too late for similar requests.

Regard

This works perfect thanks....

Where is the "Copy to profile photos album" check mark located? in which file?

If for some reason the user does not upload an avatar on the main join page and submits his registration, 2nd page comes up asking to upload avatar. I want to remove the "Copy to profile photos album". If the check mark is ON, the avatar will display on the photos page again.

Quote · 1 Feb 2010

romeonyc77:

Please resubmit your question in a separate forum post.  It is a good point and such questions often get lost within other posts.  Since you didn't get a reply it seems that has happened here.  It is best you do it so you get your answer, and I will look out for it.

Lots of luck.

Someday, Someway.
Quote · 4 Feb 2010

romeonyc77:

Please resubmit your question in a separate forum post.  It is a good point and such questions often get lost within other posts.  Since you didn't get a reply it seems that has happened here.  It is best you do it so you get your answer, and I will look out for it.

Lots of luck.

did already :)

http://www.boonex.com/unity/forums/topic/Copy-to-profile-photos-album.htm

Quote · 4 Feb 2010

romeonyc77:

Please resubmit your question in a separate forum post.  It is a good point and such questions often get lost within other posts.  Since you didn't get a reply it seems that has happened here.  It is best you do it so you get your answer, and I will look out for it.

Lots of luck.

FIX:

Go to: modules/boonex/avatar/templates/base/block_wide.html

Find:

<span><input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" checked="checked" /><label for="copy_to_profile_photos"><bx_text:_bx_ava_copy_to_profile_photos /></label></span>

Change To:

<!--
<span><input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" checked="checked" /><label for="copy_to_profile_photos"><bx_text:_bx_ava_copy_to_profile_photos /></label></span>
-->

In this example, I am not actually deleting the code, I am just blocking it out, so If I ever want to re-enable it in the future all I have to do is take out the <!-- and -->

-Romeo

Quote · 8 Feb 2010

 

This feature was presented in first betas of Dolphin 7, it was feature of work with photos - every photo content was placed to photos module. So those times people didn't protest against it...

 

Hello Leonid :-)

You forget forum posts and blogs about killing the shared photos :-)) Now these shared photos are placed in some Album, but the problem still remains, even is worse as more things are mixed now.

In the real life, I don't think that so many people have photo albums where photos of marriage, ex-girlfriends, beach parties and labels of bottle of beer are mixed in the same book :-))

As far as I know, there was no Album feature is D7 early alpha. BoonEx was listening to the request of some members and integrated Albums during the development process. Then so many Dolphin users was impatient to see D7 available that it was useless to insist. Not sure, but I think that there is maybe a ticket or two regarding Albums that was postponed to D7.1...

Please never mind Leonid, I don't think that you are responsible for that ;-) And thank you for the fix :-)

 

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 8 Feb 2010

RE: This feature was presented in first betas of Dolphin 7, it was feature of work with photos - every photo content was placed to photos module. So those times people didn't protest against it...

I wrote this up during the 2 day lifespan of RC3.  http://www.boonex.com/trac/dolphin/ticket/1559

That's about the time you guys at Boonex were either marking all tickets as invalid, wontfix, or heaping them onto the 7.1 pile.... so I said to hell with it and closed it.... after applying my own fix.

I'm pretty sure I also mentioned in a beta release, that anything that isn't a photo a member uploaded to an ALBUM, does not belong on the piublic photos page.  That includes avatars, event photos, group photos, Ads photos.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Feb 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.