Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1267 closed defect (bug) (fixed)

No Group Avatar upload Form when adding adding 'wp_enqueue_script( 'thickbox' );

Reported by: 21cdb's profile 21cdb Owned by:
Milestone: 1.2 Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

When adding 'wp_enqueue_script( 'thickbox' );' via bp-custom.php or directly into theme header the Avatar upload Form on step 3 of Group Creation "Create a Group - Group Avatar" isn't showing up.

Part of the html is there, but it is missing

<!-- Group creation step 1: Basic group details -->
			
<!-- Group creation step 2: Group settings -->		
					
<!-- Group creation step 3: Avatar Uploads -->	

<div class="left-menu">
<img height="150" width="150" class="avatar" id="group-1431-avatar" alt="Group avatar" src="http://www.gravatar.com/avatar/933a0f7106e73e2f14f6afd0c22eeaaa?d=identicon&amp;s=150"/>				
</div>
		
<div class="main-column">
<p>Upload an image to use as an avatar for this group. The image will be shown on the main group page, and in search results.</p>
<p>
<input type="file" id="file" name="file"/> 
<input type="submit" value="Upload Image" id="upload" name="upload"/>
<input type="hidden" value="bp_avatar_upload" id="action" name="action"/>
</p>
<p>To skip the avatar upload process, hit the "Next Step" button.</p>	

</div>

<input type="hidden" value="41bc5568c1" name="_wpnonce" id="_wpnonce"/><input type="hidden" value="/members/membername/groups/create/step/group-avatar" name="_wp_http_referer"/>		
				
<!-- Group creation step 4: Invite friends to group -->	

Change History (1)

#1 @johnjamesjacoby
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2121]) Fixes #1267

Note: See TracTickets for help on using tickets.