Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#3030 closed defect (bug) (fixed)

BuddyPress messes with user_url usermeta,

Reported by: anthonycole's profile anthonycole Owned by: anthonycole's profile anthonycole
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Extended Profile Keywords:
Cc: djpaul

Description

Whilst working with a site tonight I noticed that BP updates the user_meta key within the user profile with the user domain link. When you deactivate BuddyPress, this stays. This is bad.

Attachments (1)

3030.diff (1.3 KB) - added by anthonycole 14 years ago.

Download all attachments as: .zip

Change History (5)

@anthonycole
14 years ago

#1 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

Upon investigation, we don't actually need to set this as we don't use it anywhere. Probably 1.0-era stuff, but I couldn't figure out what 1.0 used it for.

#2 @djpaul
14 years ago

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

(In [3960]) Don't set user_url. Fixes #3030

#3 @johnjamesjacoby
14 years ago

Im pretty sure the user_url is used in comments, blog posts, and forum posts. If that's the case, this should probably get reverted.

#4 @DJPaul
14 years ago

That's what I first thought, but comments use bp_core_filter_comments(), and blog posts doesn't. I hadn't though of checking inside forum topics or posts, but I just have, on branch and trunk, and the links are correct

Note: See TracTickets for help on using tickets.