hi @ananwebman,
accordingly to what brajesh wrote here 2 weeks ago, his plugin works with bp 1.8 ! So, it doesn’t work should be defined much better, or should be discussed directly with the author.
Despite what you write
this is required to approve accounts and discourage users posting incorrect images
the answer is yes and no.
A signup is approved as soon as the subscriber send back the validdation key received by email.
Now his account exist and is active, ok ?
But if you allow any upload during the subscription process, it’s as like you allow a unknow user to upload a unknow document on your server. What about this uploaded picture if you decide to ban or delete that user ?
This is against any security policy, don’t you think so ?
It’s best practice to not allow anything to a user before his account is approved by the site admin and evtl. some security plugins.
Hi chouf1
Thank for your comment, I found this fucntion at the end of the code:
public function add_jquery_cropper() {
wp_enqueue_style( 'jcrop' );
wp_enqueue_script( 'jcrop', array( 'jquery' ) );
add_action( 'wp_head', 'bp_core_add_cropper_inline_js' );
add_action( 'wp_head', 'bp_core_add_cropper_inline_css' );
}
If I use default buddypress theme, user can upload avatar but If I use my comtom them, user can’t upload avatar. It seem missing some code.
This could be something in your theme conflicting with the jCrop script.
please somebody help me I want to remove avatar cropping process from my site. I would like to make it auto crop as it’s in userpro pluging. Thanks