
A word to the wise: The code used for listing items in posts
This is not appropriate and will cause problems next time you try to edit your post by cutting things off:
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.
- Such as this
- and this
Code: (Select All)
[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: (Select All)
[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.