Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Custom add avatar form. (2 posts)

Started 1 year, 8 months ago by: Mack

  • Profile picture of Mack Mack said 1 year, 8 months ago:

    Hi

    I want to make custom avatar upload form. How should it’s code look like? I mean, how to properly set bp_get_avatar_admin_step() function return value, or should I really do it and so on. Maybe there is tutorial somewhere on the net? I didn’t find any, but maybe I wasn’t looking hard enough.

    Cheers,
    Maciej

  • Profile picture of Boone Gorges Boone Gorges said 1 year, 8 months ago:

    Avatar upload forms appear in two places. One is registration/register.php, the other is members/single/profile/change-avatar.php. Create a child theme of bp-default (http://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/) with those two files, and then edit the HTML to your heart’s content.