• quick logon

    From themadtux@21:1/188 to All on Tuesday, September 12, 2017 22:44:54
    Ok quick one here... I'm wanting to implement a quick logon option for my system. I've created a new menu called quiktrix and stuck it in prelogin
    after NS and paging is run. So in the quiktrix menu it has the 'Yes' and 'No' options. I have 'Yes' set to go to menu 'main' ok that's cool that works... But the 'no' option I have will not do anything. Is there a way to leave prelogin go to quiktrix and then when you choose 'no' it will return you to prelogin at the next command in the line?

    Do I need to find an mpl to handle this or can I do it with the menu system?

    thanks

    -tmt

    --- Mystic BBS v1.12 A35 (Raspberry Pi/32)
    * Origin: ACiD Underworld // Victor Ludorum (21:1/188)
  • From g00r00@21:1/108 to themadtux on Tuesday, October 24, 2017 19:37:36
    Ok quick one here... I'm wanting to implement a quick logon option for
    my system. I've created a new menu called quiktrix and stuck it in prelogin after NS and paging is run. So in the quiktrix menu it has the 'Yes' and 'No' options. I have 'Yes' set to go to menu 'main' ok that's cool that works... But the 'no' option I have will not do anything. Is there a way to leave prelogin go to quiktrix and then when you choose
    'no' it will return you to prelogin at the next command in the line?

    You don't need a new menu. Just add a command in the login menu that asks
    the question using the -Y menu command and then create a "goto main menu" command right after it with an ACS value of "OK" so that it runs only when they answer yes.

    --- Mystic BBS v1.12 A36 (Windows/32)
    * Origin: Sector 7 [Mystic BBS WHQ] (21:1/108)
  • From g00r00@21:1/108 to themadtux on Tuesday, October 24, 2017 19:42:16
    Here's an example that should work but untested. If they answer Yes it will
    go to the main menu, otherwise it will keep executing whatever is after this command.

    ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ Command #4 (prelogin) ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ Display Text ³ ³ ³ LightBar Low ³ Ask for quick login ³ ³ LightBar High ³ ³ ³ Hot Key ³ FIRSTCMD ³ ³ Access ³ Up ³ 0 Escape ³ 0 ³ ³ Display Type ³ Never Down ³ 0 Tab ³ 0 ³ ³ X Y ³ 0 0 Left ³ 0 PageUp ³ 0 ³ ³ Timer ³ 0 Right ³ 0 PageDn ³ 0 ³ ³ Timer Type ³ Interval Redraw ³ Yes Home ³ 0 End ³ 0 ³ ³ Command ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Access ÄÄÄÄÄ Data ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ³ ³ (-Y) Ask Yes/No (default Y |CR|12Quick login? |11 Û ³ (GO) Go to new menu OK main ° ³ ° ³ ° ³ ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ (TAB) Switch (/) Commands ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ;

    --- Mystic BBS v1.12 A36 (Windows/32)
    * Origin: Sector 7 [Mystic BBS WHQ] (21:1/108)