Lists in Forum not working

Forum for all users to discuss the implementation and operation of the ChoralWiki at CPDL
Post Reply
Cdalitz
Posts: 168
Joined: 24 Apr 2007 14:42

Lists in Forum not working

Post by Cdalitz »

Hallo,

it seems that the list markup offered in the CPDL forums are ignored by the forum software. Here is an example:
  • first item
  • second item
Looks liek a bug to me,

Chris
choralia
Site Admin
Posts: 2926
Joined: 05 Mar 2006 19:57
Location: Rome, Italy
Contact:

Re: Lists in Forum not working

Post by choralia »

The List= command should be used for ordered lists, while non-ordered lists should make use of the List command.

Examples:

Code: Select all

[list]
[*]first item
[*]second item[/list]
produces a non-ordered list:
  • first item
  • second item

Code: Select all

[list=1]
[*]first item
[*]second item[/list]
produces a list using numerical bullets:
  1. first item
  2. second item

Code: Select all

[list=a]
[*]first item
[*]second item[/list]
produces a list using alphabetical bullets:
  1. first item
  2. second item
Not really self-explaining, I do agree...

Max
Post Reply