Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2091 closed defect (bug) (fixed)

ref to non-existent folders in bp-core-avatars.php

Reported by: mikepratt's profile mikepratt Owned by:
Milestone: 1.5 Priority: minor
Severity: Version:
Component: Core Keywords: has-patch
Cc:

Description

line 41-46 ->
if ( !defined( 'BP_AVATAR_DEFAULT' ) )

define( 'BP_AVATAR_DEFAULT', BP_PLUGIN_URL . '/bp-xprofile/images/none.gif' );

if ( !defined( 'BP_AVATAR_DEFAULT_THUMB' ) )

define( 'BP_AVATAR_DEFAULT_THUMB', BP_PLUGIN_URL . '/bp-xprofile/images/none-thumbnail.gif' );

The folder structure is no longer bp-xprofile/images. It is bp-xprofile/admin/images

Additionally, the files none.gif and none-thumbnail.gif are no longer present

Attachments (1)

2091.001.diff (661 bytes) - added by cnorris23 15 years ago.
remove BP_AVATAR_DEFAULT and BP_AVATAR_DEFAULT_THUMB

Download all attachments as: .zip

Change History (3)

#1 @cnorris23
15 years ago

  • Keywords has-patch added
  • Milestone set to 1.2.2

Just remove the code, as this is the only place BP_AVATAR_DEFAULT and BP_AVATAR_DEFAULT_THUMB are referenced.

@cnorris23
15 years ago

remove BP_AVATAR_DEFAULT and BP_AVATAR_DEFAULT_THUMB

#2 @r-a-y
14 years ago

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

I missed this ticket when it was initially reported!

This is fixed in [3081].

Note: See TracTickets for help on using tickets.