No more bulleted or numbered lists?

Tagin

Trusted Information Resource
It appears there has been a change to the editor whereby the option to create bulleted lists and numbered lists no longer exists. At least, I do not see the tool icons for those lists in the toolbar anymore. Am I mistaken?
 

planB

Super Moderator
Cannot spot lists in the editor either. Here is a work-around for unordered lists when you toggle the BB code via "[ ]" left to the Save button:
Code:
[LIST]
[*]Here's an item of an unordered list
[/LIST]

Could not figure out the appropriate code for ordered lists.
 

Reluctance

Involved In Discussions
BB code for ordered lists for xenForo appears to be implemented by adding '=1' to the beginning of your list

Code:
[LIST=1]
[*]apple
[*]banana
[*]pear
[*]peach
[/LIST]

This shows up as:
  1. apple
  2. banana
  3. pear
  4. peach
 

Tagin

Trusted Information Resource
Using BB code...sure that's possible...if I wanted to cosplay a troglodyte. :)

But why is it not in the editor? Did someone just forget to click a checkbox to enable it?
 

todo10

Admin
Hi everyone,

Please check if you see the icons now

No more bulleted or numbered lists?
 
Top Bottom