• Message Base all display (Mystic BBS)

    From rmurray@1:229/114 to All on Friday, August 23, 2024 12:30:12
    Hello, I am currently creating a menu in Mystic BBS, and I've successfully created a command to list files in a directory without any issues. However, I'm having trouble with another option I want to add. This option would allow me to display the content of a specific message base that I select. I don't want it to display only new messages; I want to see both old, read messages and new ones. Even if there are no new messages, I still want the content of the message base to be displayed. I haven't been able to find the right command in Mystic BBS to accomplish this. Does anyone know how to do it?

    VA2RFC BBS Les Méchins, Québec Canada
    SysOp: rmurray PhoneNet: 1000040 (Modem)
    Telnet: va2rfcbbs.photorm.net:23 FsxNet: 21:1/235 FidoNet: 1:229/114

    --- Mystic BBS v1.12 A48 (Windows/64)
    * Origin: VA2RFC BBS (1:229/114)
  • From Björn Wiberg@2:201/137 to rmurray on Saturday, August 24, 2024 10:29:51
    Hello rmurray!

    On 23 Aug 2024, rmurray said the following...

    issues. However, I'm having trouble with another option I want to add. This option would allow me to display the content of a specific message base that I select. I don't want it to display only new messages; I
    want to see both old, read messages and new ones. Even if there are no

    Perhaps you could create a menu option that would execute the following actions:

    1. (MG) Message group change (with the desired message group ID in the Data field)

    2. (MA) Message area change (with the desired message base ID in the Data field)

    3. (MI) Message Index Reader (with "e1" as Access String to only launch
    if user has ANSI, and with "msg_index_custom" as Data to use a custom INI file)

    4. (MR) Read messages (with "!e1" as Access String to only launch if user does NOT have ANSI, and with "R" as Data to read forward)

    Then, for the indexed message reader, copy msg_index.ini to msg_index_custom.ini in the "text" directory of your theme (or the default theme) and edit msg_index_custom.ini to e.g. set all_groups = false, action_mode = 0 and no_index = true. (But maybe this will still show the area name and not dive directly into the messages... Hmm...)

    Anyway, it might be a start. =)

    Best regards
    Björn

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (2:201/137)
  • From rmurray@1:229/114 to Björn Wiberg on Saturday, August 24, 2024 07:33:31
    Anyway, it might be a start. =)

    Best regards
    Björn

    Thanks my friend! :)

    I try this!

    VA2RFC BBS Les Méchins, Québec Canada
    SysOp: rmurray PhoneNet: 1000040 (Modem)
    Telnet: va2rfcbbs.photorm.net:23 FsxNet: 21:1/235 FidoNet: 1:229/114

    --- Mystic BBS v1.12 A48 (Windows/64)
    * Origin: VA2RFC BBS (1:229/114)
  • From rmurray@1:229/114 to Björn Wiberg on Saturday, August 24, 2024 10:39:25
    Best regards
    Björn

    Wow, I just tried it, and it works great, thank you so much. I wouldn't have been able to figure it out without your help!

    VA2RFC BBS Les Méchins, Québec Canada
    SysOp: rmurray PhoneNet: 1000040 (Modem)
    Telnet: va2rfcbbs.photorm.net:23 FsxNet: 21:1/235 FidoNet: 1:229/114

    --- Mystic BBS v1.12 A48 (Windows/64)
    * Origin: VA2RFC BBS (1:229/114)
  • From Björn Wiberg@2:201/137 to rmurray on Saturday, August 24, 2024 16:49:17
    Hello rmurray!

    On 24 Aug 2024, rmurray said the following...

    Wow, I just tried it, and it works great, thank you so much. I wouldn't have been able to figure it out without your help!

    You're very welcome!

    I have been experimenting a little with parts of this in the past for guest accounts, with preselected file and message areas and a "simplified" indexed message reader/indexed file listing. =)

    Best regards
    Björn

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (2:201/137)