I need to remove this. Where is the .css file located where I can block it out. the "Copy to profile photos album" shows up after a new registration when you are about to upload an avatar
I need to remove this. Where is the .css file located where I can block it out. the "Copy to profile photos album" shows up after a new registration when you are about to upload an avatar |
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: <!-- 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 |
I commented out this section and it does just what you say; it got rid of the "Copy to profile photos album" checkbox. However, the problem still remains, as the avatar photo is still being placed in the Photo Album upon completion. Can you please give me a work around so that the avatar photo is NOT saved to the photo album? |