Opened 4 years ago
Closed 4 years ago
#8450 closed defect (bug) (fixed)
URL type Profile field renders HTML
Reported by: | topher1kenobe | Owned by: | imath |
---|---|---|---|
Milestone: | 8.0.0 | Priority: | normal |
Severity: | normal | Version: | 7.2.0 |
Component: | Extended Profile | Keywords: | needs-patch |
Cc: |
Description
I have a profile field of the type URL and in the public profile it renders the HTML of the link, rather than the URL linked.
<a href="https://twitter.com/topher1kenobe/" rel="nofollow">twitter.com/topher1kenobe</a>
Attachments (1)
Change History (3)
#1
@
4 years ago
- Component changed from Core to Extended Profile
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 8.0.0
Hi @topher1kenobe
Thanks for your report and screenshot. I was able to reproduce the issue. It happens when you enable the Autolink feature.
This feature's goal is to add a link to search for the value of the profile field into the membres directory. I believe it doesn't make sense for this field to support this feature. Thanks to the improvements we've been making during the 8.0.0 release, we'll be able to remove the Autolink metabox to avoid confusion.
In the meantime, you can easily fix your issue making sure the Autolink feature is disabled for this field. See screenshot below:
Screenshot of erronious code.