Opened 7 years ago
Last modified 6 years ago
#7740 new defect (bug)
Adding links to BP messages results in incorrect href being added
Reported by: | Venutius | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Contributions | Priority: | normal |
Severity: | normal | Version: | |
Component: | Messages | Keywords: | |
Cc: |
Description
When composing messages there seems to be a bug where the href for the link is being overwritten by BP.
For example
<a href="www.test.com">Test</a>
is being converted to:
<a href="http://buddysite.com/members/username/messages/view/3/www.test.com">Test</a>
I've tried this on a few sites, they all show the same behavior.
Change History (5)
#3
@
7 years ago
<a href="www.test.com">Test</a>
is wrong syntax for links.
Have you tried:
<a href="hxxp://www.test.com">Test</a>
Note: See
TracTickets for help on using
tickets.
Any chance you can check the database?
e.g. is the link being changed on write to the database, or is it being modified on display (correct in the DB)?