2019-07-07, 08:43 PM
2019-07-07, 10:56 PM
(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-08, 11:09 AM
(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:
- first item
- second item
- first item
- second item
- first item
- second item
- first item
- second item
https://www.w3schools.com/html/html_lists.asp
2019-07-08, 11:16 AM
Use the following Code to set the ordered list type manually:
[ExiTuS]
[list=a]
[*]Item 1
[*]Item 2
[/list]
[ExiTuS]
2019-07-08, 11:18 AM
@[ExiTuS]
That is what I did in the post above yours. But the editor should have an option for it...
That is what I did in the post above yours. But the editor should have an option for it...
2019-07-08, 11:56 AM
Hehe, you're right
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]
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]
2019-07-08, 11:57 AM
@[ExiTuS]
Exactly! Thank you for clarifying my idea. ^^
Exactly! Thank you for clarifying my idea. ^^