Links in comments are being broken by ­ being injected into the middle of the links and tags. How can I stop this happening and allow links to work in comments?
Links in comments are being broken by ­ being injected into the middle of the links and tags. How can I stop this happening and allow links to work in comments? |
Can you reproduce the problem on demo.boonex.com ? What is your Dolphin version ? Rules → http://www.boonex.com/terms |
Comments in the demo version do not have the editor enabled.
7.3.3 ...however, the other bug report suggests that it is not fully updated, I will check all the patches. |
Okay, still doesn't work. If you post the full URL and it splits lines, then the link is broken. Linking people to relevant blogs, news, websites is pretty important for it to being messed up by the formatting. |
Please try to enable HTML editor on demo.boonex.com and try again. Rules → http://www.boonex.com/terms |
Works in the demo... durrnit!
However, anchors and links to the anchors doesn't. I created a blog and tested it. |
Which files do I need to compare to see if I can find the issue? |
Tracked it down. It is UniCode appearing in the links with the soft hyphen. %C2%AD. How do I stop that? |
Could you provide sample URL ? Rules → http://www.boonex.com/terms |
Got it fixed. The problem was in Tinymce which was making all the links relative. The wordwrap was no longer recognising them as urls and so injecting the soft hyphen into them. |