Removing user photos from the sites index page

There isn't an option to disable the little feature that shows your members photo on the sites index page.

You will have to edit a template file in order to remove this.

To do that log into your AdminCP and go to:
Extensions >> Manage Themes

Click the drop down icon for the Default theme and then click on Edit Templates

Next, click on User. Under BLOCKS look for and click on images.html.php

You will find something like this in that file:

HTML:
<div class="user_welcome_images">
	{foreach from=$aUserImages name=userimages item=aUserImage}{img user=$aUserImage suffix='_50_square' max_width=50 max_height=50}{/foreach}	
</div>


Remove everything in that file and click Save.

Comments
Only verified clients can post comments on our community. If you have any questions feel free to contact us here.
VSB wrote at May 12, 2012, 5:08 am
0 Votes

Thanks my friend

VSB
markross wrote at March 6, 2012, 2:47 pm
0 Votes

Sweet. This works great. THank you.

markross