set / change previous menu #395
-
Is there a way to change the menu that you came from to mainMenu? Example: I would like to be able to go to the message menu from the file menu but when i quit to main on the message menu, it would take you back to the main menu instead of the file menu which is the previous menu. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@testoverride Please see https://nuskooler.github.io/enigma-bbs/configuration/menu-hjson.html specifically around the menu flags. I think that should give you what you need. You can peek around some of the default menu layout for example usage. |
Beta Was this translation helpful? Give feedback.
-
I'm re-reading this again -- If you have say a For your quick login, create an alternate menu path: where your standard |
Beta Was this translation helpful? Give feedback.
-
Would love to see what you come up with for |
Beta Was this translation helpful? Give feedback.
I'm re-reading this again -- If you have say a
mainMenu
, amessageMenu
, and afileMenu
with a link to themessageMenu
fromfileMenu
, justaction: @systemMethod:prevMenu
. When going from main -> message, the prev is main. When going from file -> message, the prev is file.For your quick login, create an alternate menu path:
quick -> "message" ->
quickMessageMenu
{ quit to main =mainMenu
}where your standard
messageMenu
probably has quit to main =@systemMethod:prevMenu