By Katie Browning on Monday, 23 December 2013
Posted in General Issues
Replies 13
Likes 0
Views 620
Votes 0
Hi there,

Is there a way I can remove the avatar album from the Photos button page? At the very least can we make it so that they cant delete their avatar or edit it?

Or even remove the link "photos" from the toolbar and sidebar menu?

Cheers
Katie
Hello Katie,

I am sorry but unfortunately this isn't possible currently Perhaps we might allow this in the future as long as the photo is not in use as the current avatar.
·
Monday, 23 December 2013 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks anyway. The thing is I could turn off "enable photos" which takes away the photo links, but unfortunately it disables putting photos in the stream as well.
Isnt there a simple way of simply removing the "photos" link from the list...just removing the small code?
·
Tuesday, 24 December 2013 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Katie,

Sorry but I don't really have any idea which "Photos" link are you referring to here. Did you mean the "Photos" link that is available in the dropdown menu at the toolbar? You can remove it by editing the theme file /components/com_easysocial/themes/wireframe/toolbar/default.profile.php and remove the codes below:


<?php if( $this->config->get( 'photos.enabled' ) ){ ?>
<li>
<a href="<?php echo FRoute::albums();?>">
<i class="ies-picture ies-small mr-5"></i> <?php echo JText::_( 'COM_EASYSOCIAL_TOOLBAR_PROFILE_PHOTOS' );?>
</a>
</li>
<?php } ?>
·
Tuesday, 24 December 2013 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thats it!!! Great!!!

Xmas Mark and everybody at StackEasy!! You have done an amazing things this year!!

Cheers
Katie
·
Tuesday, 24 December 2013 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Katie,

Thanks for the compliment and Merry Christmas!
·
Tuesday, 24 December 2013 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi again!
Ive just noticed a link where people can change their avatar (which I dont want) Its the Appearance link in the left sidebar in "Edit Profile" in the toolbar. Ive attached apic of the link I mean. I was wondering if you could give me the code to remove for that, and were I can find it?

Actually I dont know why the terms and conditions are there to be ticked again, so Id like to get rid of that too. Im assuming its on the same file tho.

Thanks so much!
·
Friday, 21 February 2014 21:45
·
0 Likes
·
0 Votes
·
0 Comments
·
You don't need to manually remove this from the code. Just go to the Profiles area at the back end of EasySocial and click on the profile that you have. Then, click on the Custom fields tab to organize which fields are appearing for your users.
·
Friday, 21 February 2014 22:06
·
0 Likes
·
0 Votes
·
0 Comments
·
But I still want the members to go through this process when registering.

I just dont want them to find these links once in Easysocial
·
Friday, 21 February 2014 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Please review my screen shot here, http://screencast.com/t/slu8H7Kb42
·
Friday, 21 February 2014 22:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Wow! How cool, I didnt know that was there :P

Thanks Mark
·
Friday, 21 February 2014 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Friday, 21 February 2014 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi again!

Ive just found another spot where people can change their avatar, which I want to remove.

Its when you click on one of your own pictures and you see a drop down that lets you "Use as Profile Avatar".

Would you mind telling me where I can remove this?

Thanks heaps.

I think I might also start a Voices thread, about adding a feature for moderating avatars. Do you think that is something that you might one do if you had the support?

Thanks
Katie
·
Friday, 07 March 2014 13:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Katie,

The file is located in /components/com_easysocial/themes/wireframe/profile/default.header.php
·
Friday, 07 March 2014 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post