Skip to content

Message Conference & Area Lists

Two modules let users move around the message base. They work the same way and are themed the same way; which one you are looking at depends on whether the user is picking a conference or an area within it.

ModuleMenuLists
msg_conf_listMessage conference listEvery conference the user can see
msg_area_listMessage area listAreas within the user’s current conference

Both provide an itemFormat object to MCI 1 (%VM1):

FieldAvailable onDescription
indexboth1-based index into the list
name or textbothDisplay name
descbothDescription
confTagconference listConference tag
areaTagarea listArea tag
areaCountconference listNumber of areas in the conference

Both also update additional MCIs as the user moves through the list:

  • MCI 2 (%TL2) receives the description of the selected entry.
  • MCI 10+ (%TL10 and up) are custom ranges carrying the same fields as itemFormat above. The area list formats these with areaListItemFormat##.

See Entry Formatting in MCI Codes for the format syntax, and Themes for where custom range formats are declared.