Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4291 closed defect (bug) (no action required)

text box and some text in multi-line text box as url links

Reported by: picomiles's profile picomiles Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.5.6
Component: Extended Profile Keywords:
Cc:

Description

I noted this bug so i hope you can fix as soon as possible.

Moreover, did you think to make available url field and image field between the existing profile fields?

Attached a screenshot

Attachments (1)

bp_2012-06-22.png (92.9 KB) - added by picomiles 12 years ago.
bug screenshot

Download all attachments as: .zip

Change History (4)

@picomiles
12 years ago

bug screenshot

#1 @boonebgorges
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

This is not a bug. The auto-linking happens by design.

If you don't like it, you can remove it with a filter (in your theme's functions.php):

remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );

#2 @picomiles
12 years ago

in my case those auto-links are incongruous and inconsistent (because they don't address to real or useful destinations) but thanks a lot for your fast answer and suggestion too :)

#3 @boonebgorges
12 years ago

Yes, the algorithm that does the autolinking is dubious at best. But it works well for some communities.

Note: See TracTickets for help on using tickets.