Pinacolada64 / ImageBBS

A bulletin board system (BBS) for the Commodore 64.
15 stars 5 forks source link

More? prompt during logon #38

Closed ThaDoctor72 closed 5 years ago

ThaDoctor72 commented 5 years ago

This didn't start happening until I set the "lines per screen" setting for sysop user. I wonder if this was somehow responsible for issue #15 where we got unwanted prompts. Suggest setting a temporary lines/screen variable until the user profile is loaded. See screenshot: AltText

Pinacolada64 commented 5 years ago

You could add a temp mp%=23. Or try putting a poke 971,0 in there somewhere. This resets the counter for the # of lines output to the screen/modem.

ThaDoctor72 commented 5 years ago

Tried both and didn't have any affect. Behavior is the same whether or not the window shade is down. (F1)

x-tec2017 commented 5 years ago

Whether or not the ...More? (Y/n) prompt appears during logon is a user definable function unique to each user account setting. There are two ways to change the more prompt setting for your account, either by the MP command or by using EP to edit your parameters. The three choices are Off, On or Messages only. If you set your more prompt to Off, you will not see the ...More? (Y/n) prompt during logon or anywhere else on the board. If set to Messages Only, you will see the prompt during logon but it gets turned off during the logon process and stays off unless you enter the message boards. Exiting the message boards will turn the more prompt back off. If you have your more prompt set to On, then your will see the prompt during logon and it will stay on for all areas of the board. If you are logged on in local mode when you make a change to your user account, you must log off using the O command and answer Yes to the "Update User File?" question during logoff for the changes to take effect. Simply using the f7 key to remove the check mark on the left of Loc on the light bar will not save the changes. If changes were made while logged on remotely, they are automatically saved during logoff and will be active at your next logon.

x-tec2017 commented 5 years ago

I think Image is operating the way it's supposed to and this non-issue can be closed.

Pinacolada64 commented 5 years ago

I don't know, it seems annoying to me. It's been on my list to look at.

ThaDoctor72 commented 5 years ago

This issue is unrelated to the more prompt on/off/message-only issue. Turns out it was bad information (total calls, 5928 of them) written to the columns (record 11) of u.config for the sysop account. This happened somehow during conversion, but I verified that by correcting that record manually, the issue stopped.

x-tec2017 commented 5 years ago

LOL... 5928 in u.config columns setting is not total calls, it is a number that Image 2.0 uses to define line length and lines per page in each user account. It might be 40 or 80 or some other number if the u.config file is a conversion from 1.2 but as each user logs on to his new 2.0 account, he will be asked for the number of lines he can display and the number in that field will be changed accordingly.

ThaDoctor72 commented 5 years ago

HAHA. Now that is funny. As a sense of historical irony would have it, that is precisely how many calls my BBS had on it when I converted it. Thus the confusion. Great, now I've earned a "lemme tell you about this guy" title in your next programmers meeting.

On Thu, Oct 25, 2018 at 5:37 AM x-tec2017 notifications@github.com wrote:

LOL... 5928 in u.config columns setting is not total calls, it is a number that Image 2.0 uses to define line length and lines per page in each user account. It might be 40 or 80 or some other number if the u.config file is a conversion from 1.2 but as each user logs on to his new 2.0 account, he will be asked for the number of lines he can display and the number in that field will be changed accordingly.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/38#issuecomment-432983435, or mute the thread https://github.com/notifications/unsubscribe-auth/Ao7IS0zxfZfTDJYQkRMIHWQmqu1NZAH5ks5uoYZFgaJpZM4W57SZ .