Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:text_files [2020/12/23 09:13] – [Menu Files] utf8 mlongconfig:text_files [2022/03/25 01:18] (current) – [Area Info Files] Clarify that the data/subs and data/dirs menu files don't have to have a .msg extension digital man
Line 87: Line 87:
             └────────────────┘             └────────────────┘
 </code> </code>
 +
 +====== Area Info Files ======
 +If you want to have an information file displayed for sub-boards when using
 +the 'I' scanning command and 'IS' main menu command, create a file for the
 +sub-board in the ''data/subs'' directory using the internal code for that sub-board
 +as the base filename and any supported display/menu file suffix/extension. Example:
 +
 +  data/subs/general.msg
 +
 +If you want to create in information file for file directories to be displayed
 +with the 'ID' transfer section command, create a file for the directory in
 +the ''data/dirs'' directory using the internal code as the base filename and any
 +supported display/menu file suffix/extension. Example:
 +
 +  data/dirs/games.ans
 +
 +If you want to create a custom file listing header for a file directory, create
 +a file in the data/dirs directory using the internal code as the name and ''.hdr''
 +as the extension. Example:
 +
 +  data/dirs/games.hdr
  
 ===== Filter Files ===== ===== Filter Files =====
Line 175: Line 196:
   * [[:custom:menu files|Customizing Menu Files]]   * [[:custom:menu files|Customizing Menu Files]]
   * [[:config:|Configuration]]   * [[:config:|Configuration]]
 +
 +
 +{{tag>configuration file_type text_file menu}}