MyBB Community Forums

Full Version: Sceditor - Add Alphabetic list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says, editor should have option to add alphabetic list.
(2019-07-07, 08:43 PM)MangaD Wrote: [ -> ]As the title says, editor should have option to add alphabetic list.

What do you mean by "alphabetic list"?

Do you mean user names? First name? Last Name? (if the user has surname in their user name)

Please clarify what you meant.
(2019-07-07, 10:56 PM)Serpius Wrote: [ -> ]
(2019-07-07, 08:43 PM)MangaD Wrote: [ -> ]As the title says, editor should have option to add alphabetic list.

What do you mean by "alphabetic list"?

Do you mean user names? First name? Last Name? (if the user has surname in their user name)

Please clarify what you meant.

Yes, I reformulate my request. Not only alphabetic list, but also roman number lists. MyBB already supports these list types but doesn't have an option for it in the editor toolbar.

I mean lists such as:

  1. first item
  2. second item

  1. first item
  2. second item

  1. first item
  2. second item

  1. first item
  2. second item

https://www.w3schools.com/html/html_lists.asp
Use the following Code to set the ordered list type manually:
[list=a]
[*]Item 1
[*]Item 2
[/list]

[ExiTuS]
@[ExiTuS]

That is what I did in the post above yours. But the editor should have an option for it...
Hehe, you're right Smile

This extension could be easily implemented with a drop down of the ordered list button to select the list type [1; A; a; I; i] as well as for unordered list button [circle, disc, square].

That's worth mentioning as a new editor feature.

[ExiTuS]
@[ExiTuS]

Exactly! Thank you for clarifying my idea. ^^