Hydaelyn Role-Players
List Code - Printable Version

+- Hydaelyn Role-Players (https://ffxiv-roleplayers.com/mybb18)
+-- Forum: Off-Topic (https://ffxiv-roleplayers.com/mybb18/forumdisplay.php?fid=42)
+--- Forum: Off-Topic Discussion (https://ffxiv-roleplayers.com/mybb18/forumdisplay.php?fid=14)
+--- Thread: List Code (/showthread.php?tid=1643)



List Code - Kylin - 02-06-2013

A word to the wise: The code used for listing items in posts
  • Such as this
  • and this
Has been the cause of numerous recent post format problems. Please ensure that whenever using the list feature that the bullet point is ALWAYS outside of any other formatting code. For example, this is appropriate:

Code:
[list]
[*][b]Item one[/b].
[*][b]Item two[/b].
[/list]

This is not appropriate and will cause problems next time you try to edit your post by cutting things off:

Code:
[list]
[b][*]Item one[/b].
[b][*]Item two[/b].
[/list]

Note: This is only an issue with the SCEditor and SCEditor Source editor modes. It is not an issue with the lesser mode if you opt to use that one.

Another bug with the list feature is that when you switch between source mode and default mode while in the edit post screen, asterisks are constantly added into the post and can mess things up. Please keep this in mind. I've reported this issue to the MyBB team and am awaiting a resolution and/or updated version of the text editor.