Exemplo n.º 1
0
				<input type="submit" name="upload" id="upload" value="<?php 
        _e('Upload Image', 'bp-magic');
        ?>
" />
				<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
			</p>

			<?php 
        if (bp_get_user_has_avatar()) {
            ?>
				<p><?php 
            _e("If you'd like to delete your current avatar but not upload a new one, please use the delete avatar button.", 'bp-magic');
            ?>
</p>
				<p><a class="btn btn-delete button edit" href="<?php 
            bp_avatar_delete_link();
            ?>
" title="<?php 
            _e('Delete Avatar', 'bp-magic');
            ?>
"><?php 
            _e('Delete My Avatar', 'bp-magic');
            ?>
</a></p>
			<?php 
        }
        ?>

		<?php 
    }
    ?>
Exemplo n.º 2
0
	<form action="" method="post" id="avatar-upload-form" enctype="multipart/form-data">

		<?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>

			<p><?php _e( 'Click below to select a JPG, GIF or PNG format photo from your computer and then click \'Upload Image\' to proceed.', 'buddypress' ) ?></p>

			<p id="avatar-upload">
				<input type="file" name="file" id="file" />
				<input type="submit" name="upload" id="upload" value="<?php _e( 'Upload Image', 'buddypress' ) ?>" />
				<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
			</p>

			<?php if ( bp_get_user_has_avatar() ) : ?>
				<p><?php _e( "If you'd like to delete your current avatar but not upload a new one, please use the delete avatar button.", 'buddypress' ) ?></p>
				<p><a class="button edit" href="<?php bp_avatar_delete_link() ?>" title="<?php _e( 'Delete Avatar', 'buddypress' ) ?>"><?php _e( 'Delete My Avatar', 'buddypress' ) ?></a></p>
			<?php endif; ?>

			<?php wp_nonce_field( 'bp_avatar_upload' ) ?>

		<?php endif; ?>

		<?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?>

			<h5><?php _e( 'Crop Your New Avatar', 'buddypress' ) ?></h5>

			<img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />

			<div id="avatar-crop-pane">
				<img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
			</div>