• QWK Menu

    From Amessyroom@1:103/705 to All on Sun Aug 25 13:21:08 2024
    Where is the QWK menu defined. I'm sure I'm over looking it.

    I'm customizing my menus, and would like to change the layout/colors
    of the qwk menu.

    Haven't been able to find the corresponding file in text/menu.

    ---
    þ Synchronet þ Too Lazy BBS - toolazy.synchro.net:2323
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Slinky@1:103/705 to Amessyroom on Sun Aug 25 15:13:31 2024
    The file is (or is supposed to be) in sbbs\text\menu. I believe the software ships with a .MNU file, but I have modified that and also added .ANS and .ASC files which are also accepted.

    ---
    þ Synchronet þ Slinky's Place - slinkybbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Amessyroom on Sun Aug 25 14:51:00 2024
    Amessyroom wrote to All <=-

    Where is the QWK menu defined. I'm sure I'm over looking it.

    I'm customizing my menus, and would like to change the layout/colors
    of the qwk menu.

    Haven't been able to find the corresponding file in text/menu.

    Should be ../text/menu/qwk.msg , or maybe qwk.asc



    ... So easy, a child could do it. Child sold separately.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Amessyroom on Sun Aug 25 14:32:57 2024
    Re: QWK Menu
    By: Amessyroom to All on Sun Aug 25 2024 01:21 pm

    Where is the QWK menu defined. I'm sure I'm over looking it.

    The display file for the QWK section/menu is text/menu/qwk.msg.
    --
    digital man (rob)

    Breaking Bad quote #19:
    Yeah, I know these two knob jobs. - Hank Schrader
    Norco, CA WX: 86.0øF, 33.0% humidity, 3 mph NW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Granville Errol Casey, Jr@1:3634/58 to Digital Man on Sun Aug 25 17:59:43 2024
    Re: QWK Menu
    By: Digital Man to Amessyroom on Sun Aug 25 2024 02:32 pm

    Re: QWK Menu
    By: Amessyroom to All on Sun Aug 25 2024 01:21 pm

    Where is the QWK menu defined. I'm sure I'm over looking it.

    The display file for the QWK section/menu is text/menu/qwk.msg. --
    digital man (rob)

    I think I asked the wrong thing. I did find qwk.msg , but I've not figured out how to force it to use my new qwk.msg file.

    I've created my command shell based of default.js by copying default.js to errol_.js (errol_ is internal name). I have qwk.msg in text/menu/errol_

    But the only reference I see to qwk in the java script is to call
    'Q': { eval: 'bbs.qwk_sec()' },

    Haven't been able how to point it to qwk.msg

    for main and transfer there are direct references to the files, and I could just add errol_/main and errol_/transfer but these are in const file_menu and main_menu; maybe I need to define a qwk_menu const?

    still digging through the code trying to figure it out slowly.

    Thanks
    --- SBBSecho 3.20-Linux
    * Origin: Too Lazy BBS - toolazy.synchro.net:2323 (1:3634/58)
  • From Digital Man@1:103/705 to Granville Errol Casey, Jr on Sun Aug 25 16:14:58 2024
    Re: QWK Menu
    By: Granville Errol Casey, Jr to Digital Man on Sun Aug 25 2024 05:59 pm

    Re: QWK Menu
    By: Digital Man to Amessyroom on Sun Aug 25 2024 02:32 pm

    Re: QWK Menu
    By: Amessyroom to All on Sun Aug 25 2024 01:21 pm

    Where is the QWK menu defined. I'm sure I'm over looking it.

    The display file for the QWK section/menu is text/menu/qwk.msg. --

    I think I asked the wrong thing. I did find qwk.msg , but I've not figured out how to force it to use my new qwk.msg file.

    If you overwrite the original qwk.msg file, then that's the file that will be displayed (used).

    I've created my command shell based of default.js by copying default.js to errol_.js (errol_ is internal name). I have qwk.msg in text/menu/errol_

    But the only reference I see to qwk in the java script is to call
    'Q': { eval: 'bbs.qwk_sec()' },

    Haven't been able how to point it to qwk.msg

    Set bbs.menu_dir to "errol_" in your errol_.js file and your menu/errol_ directory will be used automatically, for all menu files.

    for main and transfer there are direct references to the files, and I could just add errol_/main and errol_/transfer but these are in const file_menu and main_menu; maybe I need to define a qwk_menu const?

    No, and you should revert the addition of "errol_" in your file paths. Just setting bbs.menu_dir once at the top of your shell script is all that should be needed.
    --
    digital man (rob)

    Rush quote #29:
    Nowhere is the dreamer or the misfit so alone
    Norco, CA WX: 83.2øF, 40.0% humidity, 11 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)