Skip to:
Content
Pages
Categories
Search
Top
Bottom

Getting rid of upload avatar again after registration


  • Cameron
    Participant

    @cameroncameron

    Once the user registers and uploads a avatar it says if you don’t like it do it another time. I gathered from the register.php

    <input type="submit" name="upload" id="upload" value="” />

    <input type="hidden" name="signup_email" id="signup_email" value="” />
    <input type="hidden" name="signup_username" id="signup_username" value="” />

    <img src="” id=”avatar-to-crop” class=”avatar” alt=”” />

    <img src="” id=”avatar-crop-preview” class=”avatar” alt=”” />

    <input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="” />

    <input type="hidden" name="signup_email" id="signup_email" value="” />
    <input type="hidden" name="signup_username" id="signup_username" value="” />
    <input type="hidden" name="signup_avatar_dir" id="signup_avatar_dir" value="” />

    <input type="hidden" name="image_src" id="image_src" value="” />

    What part should i delete if i want the conformation message to just be
    ‘You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address

  • The topic ‘Getting rid of upload avatar again after registration’ is closed to new replies.
Skip to toolbar