Jump to content

URL's don't post


Pit
  • Babblet 2.2.2 Not A Bug Bug

When I send a message with the URL bbcode, it's not getting sent.

Is there a way to send HTML through the messages? <a href="http://test test">test</a> displays exactly as such, instead of parsing.


User Feedback

Recommended Comments

the BBC in IPS is slightly different than what is found in other platforms. I'll try to improve the handling of the BBC URL to encode it so it will contain the entity for spaces and other special characters. HTML gets stripped out, so you can't use raw HTML in babble.

Link to comment
Share on other sites

BBC:
[url]http://localhost[/url]

output:
<a href="http://localhost">http://localhost</a>

BBC:
[url=http://localhost]Some Name[/url]

output:
<a href="http://locahost">Some Name</a>

these are the two examples for URL BBC in IPS 4, these will work in babble. with a direct URL (as babble will attempt to capture url's) if it has a space, i don't see any way to handle this, other than using the BBC as an alternative. i'm gonna conclude this as working as intended. 

Link to comment
Share on other sites


×
×
  • Create New...