Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More? prompt during logon #38

Closed
ThaDoctor72 opened this issue Sep 26, 2018 · 8 comments
Closed

More? prompt during logon #38

ThaDoctor72 opened this issue Sep 26, 2018 · 8 comments

Comments

@ThaDoctor72
Copy link

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
Copy link
Owner

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
Copy link
Author

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

@x-tec2017
Copy link

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
Copy link

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

@Pinacolada64
Copy link
Owner

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

@ThaDoctor72
Copy link
Author

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
Copy link

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
Copy link
Author

ThaDoctor72 commented Oct 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants