I've been slowly adapting a copy "UserLogon.Java" (originally used for the private Electronic Mail option) as a General Message area (new called "GeneralMessages.Java" for my own board. Most of my changes are formatting, and by creating the user "All" I've been able to make all messages visible to all users of the board.
I've been trying to add a feature which is eluding me for the last few weeks. When I user selects a message number to read, (example: 8) it displays the message as requested, then provides the option to [R]eply or any key to go back to the menu.
I'm hunting for a way for the user to hit [return] at the list of messages to display the next newest message (so if they read message 8, then it would now display message 7)
It appears that what I'm trying to add should go into:
I've been slowly adapting a copy "UserLogon.Java" (originally used for the private Electronic Mail option) as a General Message area (new called "GeneralMessages.Java" for my own board. Most of my changes are formatting, and by creating the user "All" I've been able to make all messages visible to all users of the board.
I've been trying to add a feature which is eluding me for the last few weeks. When I user selects a message number to read, (example: 8) it displays the message as requested, then provides the option to [R]eply or any key to go back to the menu.
I'm hunting for a way for the user to hit [return] at the list of messages to display the next newest message (so if they read message 8, then it would now display message 7)
It appears that what I'm trying to add should go into:
perhaps after the section:
Not sure what I need to do to create this...