Hey All,
I'm looking to change the behaviour around selecting a message board, currently I have changed J (Jump to area) to M (Message Boards). The user selected the board from the board menu and then the sub board from the sub board menu...from here it takes the user back to the main menu where they would select (N)ew messages, (L)ist messages etc. I'd like after the user has selected the sub board for them to be taken to a menu that just displays the message board options (new, post, read, list etc.
I've had a look inside default.js but haven't been able to workout how to adapt select_message_area() ... if indeed that is how to achieve this.
As always any guidance most welcome, Cheers,
I'm looking to change the behaviour
around selecting a message board,
currently I have changed J (Jump to
area) to M (Message Boards). The user
selected the board from the board menu
and then the sub board from the sub
board menu...from here it takes the
user back to the main menu where they
would select (N)ew messages, (L)ist
messages etc. I'd like after the user
has selected the sub board for them to
be taken to a menu that just displays
the message board options (new, post,
read, list etc.
I've had a look inside default.js but
haven't been able to workout how to
adapt select_message_area() ... if
indeed that is how to achieve this.
Re: Message Area Menu
By: Nightfox to Vela025 on Mon Mar 03 2025 11:10:22
Thanks both, it took me a while to figure out exactly how I wanted it but your input has been incredibly helpful. I decided to go for the adding an extra section to default.js and as suggested used the existing const main_menu= { section to help model the new const msg_menu = { section. It seems to be working great, however for node_action: in the msg_menu section I have left this as NODE_MAIN, but notice in file it is NODE_XFER. Is it ok to leave this as NODE_MAIN or should I look in to how to create a NODE_MSG (or similar).
I suggest using NODE_RMSG ("Reading messages") for your shell's message sect > node action.
Thanks both, it took me a while to figure out exactly how I wanted it but your input has been incredibly helpful. I decided to go for the adding an extra section to default.js and as suggested used the existing const main_menu= { section to help model the new const msg_menu = { section. It seems to be working great, however for node_action: in the msg_menu section I have left this as NODE_MAIN, but notice in file it is NODE_XFER. Is it ok to leave this as NODE_MAIN or should I look in to how to create a NODE_MSG (or similar).
Re: Message Area Menu
By: Vela025 to Nightfox on Wed Mar 05 2025 08:09 pm
Thanks both, it took me a while to figure out exactly how I wanted it but your input has been incredibly helpful. I decided to go for the adding an extra section to default.js and as suggested used the existing const main_menu= { section to help model the new const msg_menu = { section. It seems to be working great, however for node_action: in the msg_menu section I have left this as NODE_MAIN, but notice in file it is NODE_XFER. Is it ok to leave this as NODE_MAIN or should I look in to how to create a NODE_MSG (or similar).
I think the node_action helps mainly with logging, as it would point out what the user is doing (I don't remember offhand if there are other ways it helps). In my command shell, I set node_action to NODE_RMSG (reading messages) in my message menu, but you could keep it as NODE_MAIN if you wanted to, I suppose.
Sysop: | Luis Silva |
---|---|
Location: | Lisbon |
Users: | 763 |
Nodes: | 10 (0 / 10) |
Uptime: | 196:05:10 |
Calls: | 247 |
Files: | 46,971 |
Messages: | 12,329 |