Pinacolada64 / ImageBBS

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

GF broken #24

Open ThaDoctor72 opened 6 years ago

ThaDoctor72 commented 6 years ago

In non-cursor menu, the commands for editing and adding are broken. Z enters maint menu, but the only command that works in there is O for logoff. I was able to add and view libraries using the cursor menu however.

x-tec2017 commented 6 years ago

I'm pretty sure the GF section was originally designed to only allow maintenance functions in cursor menu mode.

ThaDoctor72 commented 6 years ago

We should then update the menu file to reflect the loss of those commands then. I would suggest there still be a legacy management feature, in case there are ops like myself who don't use the UI menus.

Pinacolada64 commented 5 years ago

@ThaDoctor72 , I agree. There should be menus for MN-mode and non-MN-mode, always. Surprisingly, I don't see a line in im which checks for graphic menu mode; it could be transplanted from, IM which does check:

https://github.com/Pinacolada64/ImageBBS/blob/a0b403200187faaaed4e9c9fb125a43db53d7997/v2/core/plus_IM.lbl#L6

but the non-MN mode is not implemented (yet). I want to re-work IM so it does implement non-MN mode.

ThaDoctor72 commented 5 years ago

The menu mode and layout exists, but none of the calls or actual processes. Almost like it was set up to visually go through the motions, but no subroutines.

On Wed, Mar 20, 2019, 5:26 PM Ryan Sherwood notifications@github.com wrote:

@ThaDoctor72 https://github.com/ThaDoctor72 , I agree. There should be menus for MN-mode and non-MN-mode, always. Surprisingly, I don't see a line in im which checks for graphic menu mode; it could be transplanted from, IM which does check:

https://github.com/Pinacolada64/ImageBBS/blob/a0b403200187faaaed4e9c9fb125a43db53d7997/v2/core/plus_IM.lbl#L6

but the non-MN mode is not implemented (yet). I want to re-work IM so it does implement non-MN mode.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/24#issuecomment-475035101, or mute the thread https://github.com/notifications/unsubscribe-auth/Ao7IS26mOPchFkImh_6mV2wzoSrlgauAks5vYqeVgaJpZM4WYUKg .