how to remove avatars from the photos section
how to remove avatars from the photos section |
please help |
Hello! Plz specify ur task with more details. Do u mean not to load avatar pics to the photo section? Regard |
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 |
Please help |
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. |
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 |
Are you able to delete them out via the admin panel? |
nope we need to do some code changes i am unable to figure that out :-( |
Hello jegadees2009! U may try to delete / comment this part in inc/classes/BxDolJoinProcessor.php file: if (BxDolRequest::serviceExists('photos', 'perform_photo_upload', 'Uploader')) { Regard |