BB code support in the Board

This is a actual silly request. :smiley:

I know that I it is possible to write a numbered sequence of points simply using a plain text format.


1) First point.
2) Second point.
3) ...



But reading the SMF site documentation (Advanced BB Codes: H-Q) i discovered that it is possible to create numbered lists (as anyone may expect), using the code:

[list type=decimal]
[li]First point.[/li]
[li]Second point.[/li]
[li]...[/li]
[/list]



Unfortunatelly, I tryed to use this code without success. Infact the current result is:
  • First point.

  • Second point.

  • ...

Maybe some features are disabled, currently in the board?

It probably has to do with the version of SMF being run.  jME currently runs 1.0.8 and the newest version is 1.1.4.  I just checked on my SMF forum what you posted works (I'm running 1.1.4) and I don't believe there's any way to disable that functionality in the admin controls.