URLs with colons
floridave
Joined: 2003-12-22
Posts: 27300 |
Posted: Fri, 2005-09-23 19:03 |
Urls with colons in the forums don't work. Dave |
|
floridave
Joined: 2003-12-22
Posts: 27300 |
Posted: Fri, 2005-09-23 19:03 |
Urls with colons in the forums don't work. Dave |
|
Posts: 32509
thanks, i've added a sf.net GMC task.
Posts: 32509
with url= :
http://codex.gallery2.org/index.php/Gallery2:Themes
auto parsing, no url tag:
http://codex.gallery2.org/index.php/Gallery2:Themes
url tag, no =:
http://codex.gallery2.org/index.php/Gallery2:Themes
url tag with quotes:
[url="http://codex.gallery2.org/index.php/Gallery2:Themes"]http://codex.gallery2.org/index.php/Gallery2:Themes[/url]
Posts: 8601
The bbcode regexps for some reason filter out a :anything suffix on the start and end url tags.
[ url:blah ]www.example.com[ /url:hello ]
The above (without extra spaces) would work.. the regexp simply filters out the :suffix, doesn't do anything with it. Nor is it documented in the bbcode help.
So, I'll simply remove it.
Posts: 8601
http://drupal.org/node/13062