[buddypress-trac] [BuddyPress] #898: bp_group_avatar_edit_form() does not execute

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sat Aug 15 15:38:07 UTC 2009


#898: bp_group_avatar_edit_form() does not execute
-------------------------------+--------------------------------------------
Reporter:  mariusooms          |       Owner:  johnjamesjacoby
    Type:  defect              |      Status:  assigned       
Priority:  major               |   Milestone:  1.1            
Keywords:  groups avatar form  |  
-------------------------------+--------------------------------------------

Comment(by mariusooms):

 The form is missing the attribute related to file uploads.

 Add the following in the form attribute and the file upload works:

 enctype="multipart/form-data", so:


 {{{
 <form action="<?php bp_group_admin_form_action() ?>" name="group-settings-
 form" id="group-settings-form" class="standard-form" method="post"
 enctype="multipart/form-data">
 }}}


 Please verify...is this okay to have specified for the other form admin
 steps, even though they are not related to file uploads?

-- 
Ticket URL: <http://trac.buddypress.org/ticket/898#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list