Fixed: DS-9520 BB codes: automatically make coordinates in texts link to villages

DeletedUser2404

Guest
  1. Summary of the issue (title of the post)

    DS-9520 BB codes: automatically make coordinates in texts link to villages

  2. Overview of the bug (description):

    That does not work for quoted text in tribal forums, if the post just contains the coords.
  3. Steps to reproduce:

    Create a post with just coords in it, it will turn into a link. now quote it.

  4. Reproduction rate (Every time? Sometimes?):

    every time
  5. Browser and Version:

    ff 28.0
  6. Visual Reference if available (Screenshot) please put them in a spoiler.:

    quote.JPG
  7. Player name and market for rewards:

    reisone (beta)
 

DeletedUser

Guest
Not related, when coordinates are wrapped by other bb codes completely they are not rendered with coord bb code which is so far by design. The mentioned JIRA deals only with the code bb code not with the quote bb code.
 

DeletedUser2404

Guest
That's not true at all. If I just type coords in the forum, the quote wont turn into a link.

If I export a mail and post it in the forum, the coords will turn into a link. In both situations the coords are wrapped by bb-code.
 

DeletedUser

Guest
To explain it a bit further, if coordinates are wrapped by a trailing or leading square bracket they won't be rendered with coord bb code automatically. This is done intentionally and is by design.

Thus these combinations don't work:
HTML:
[quote]468|459[/quote]

[quote]468|459
[/quote]

[quote]
468|459[/quote]

This works:
HTML:
[quote]
468|459
[/quote]

To make it easier for players we will automatically add the new lines when using the quote bb code and the quote function on the forum.
 
Top