• If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR wr

    From Eric Oulashin@1:103/705 to GitLab issue in main/sbbs on Sunday, September 10, 2023 12:07:47
    open https://gitlab.synchro.net/main/sbbs/-/issues/626

    I'm using Synchronet 3.20 that was built with the latest updates as of yesterday.In my login matrix, I have an option to allow emailing the sysop before the user has logged in. I tried using bbs.select_editor(); to allow the user to select a message editor before emailing the sysop. It works in that the selected editor is used, but after the user selects the editor, it shows a message saying there was an error writing user.tab. If a user has not logged in yet, I don't think it needs to update user.tab.~~~Select External Editor: 1: SlyEdit (Ice style) 2: SlyEdit (DCT style) 3: SlyEdit (Random style) 4: FSEditor 5: DCT Edit 6: SyncEdit 7: YAREdit 8: Pico (Pine Composer)Which, Quit or [1]: 1!ERROR writing user.tabThe sysop has been notified. ~~~
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab issue in main/sbbs on Sunday, September 10, 2023 15:08:50
    close https://gitlab.synchro.net/main/sbbs/-/issues/626
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Accession@1:103/705 to Digital Man on Monday, September 11, 2023 16:31:35
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR wr
    By: Eric Oulashin to GitLab issue in main/sbbs on Sun Sep 10 2023 12:07 pm

    I'm using Synchronet 3.20 that was built with the latest updates as of yesterday. In my login matrix, I have an option to allow emailing the sysop before the user has logged in. I tried using bbs.select_editor(); to allow the user to select a message editor before emailing the sysop. It works in that the selected editor is used, but after the user selects the editor, it shows a message saying there was an error writing user.tab. If a user has not logged in yet, I don't think it needs to update user.tab.

    Adding to this, I'm in the same boat, and Nightfox and I have been discussing it a bit via email.

    Is there, and if not.. can there be a way to specify or force which external editor to use before a user is logged in via internal code? For example:

    bbs.select_editor(SLYEDICE);

    .. or some such? I think I've tried just about anything I could find in the JS object model reference in this kind of way with no luck. I don't consider myself a coder though, so I could but definitely am doing it wrong. ;)

    Regards,
    Nick

    ... Seeing is deceiving. It's eating that's believing.
    ---
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Accession on Monday, September 11, 2023 16:32:34
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR wr
    By: Accession to Digital Man on Mon Sep 11 2023 04:31 pm

    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR wr
    By: Eric Oulashin to GitLab issue in main/sbbs on Sun Sep 10 2023 12:07 pm

    I'm using Synchronet 3.20 that was built with the latest updates as of yesterday. In my login matrix, I have an option to allow emailing the sysop before the user has logged in. I tried using bbs.select_editor(); to allow the user to select a message editor before emailing the sysop. It works in that the selected editor is used, but after the user selects the editor, it shows a message saying there was an error writing user.tab. If a user has not logged in yet, I don't think it needs to update user.tab.

    Adding to this, I'm in the same boat, and Nightfox and I have been discussing it a bit via email.

    This specific issue was fixed in Git already.
    --
    digital man (rob)

    Synchronet "Real Fact" #60:
    Free dynamic yourbbs.synchro.net hostnames were made first available in 2003 Norco, CA WX: 87.7øF, 45.0% humidity, 8 mph S wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nicholas Boel@1:154/700 to Digital Man on Monday, September 11, 2023 18:57:07
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Accession on Mon Sep 11 2023 04:32 pm

    Adding to this, I'm in the same boat, and Nightfox and I have been
    discussing it a bit via email.

    This specific issue was fixed in Git already.

    I saw after I posted, sorry.

    Then again, my question was asking if there was a way to force a specific editor possibly via internal code, rather than letting a user that isn't logged in yet make any actual choices.

    Regards,
    Nick

    ... It works better if you plug it in.
    --- SBBSecho 3.20-Linux
    * Origin: thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Digital Man@1:103/705 to Nicholas Boel on Monday, September 11, 2023 17:14:48
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Nicholas Boel to Digital Man on Mon Sep 11 2023 06:57 pm

    Then again, my question was asking if there was a way to force a specific editor possibly via internal code, rather than letting a user that isn't logged in yet make any actual choices.

    Yes:
    user.editor = "SLYEDIT";

    But this will only work if there is a user is logged-in.
    --
    digital man (rob)

    Synchronet "Real Fact" #46:
    Synchronet External X/Y/ZMODEM protocol driver (SEXYZ) was introduced in 2005 Norco, CA WX: 86.1øF, 45.0% humidity, 2 mph ESE wind, 0.00 inches rain/24hrs --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to Digital Man on Monday, September 11, 2023 16:50:55
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Accession on Mon Sep 11 2023 04:32 pm

    Adding to this, I'm in the same boat, and Nightfox and I have been
    discussing it a bit via email.

    This specific issue was fixed in Git already.

    What he was asking if there's a way to set the user's editor to a specific editor before the user has logged on. bbs.select_editor() prompts the user to select one, but Accession just wants to set their editor to a specific editor without prompting them to choose one.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Nightfox on Monday, September 11, 2023 17:33:57
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Nightfox to Digital Man on Mon Sep 11 2023 04:50 pm

    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Accession on Mon Sep 11 2023 04:32 pm

    Adding to this, I'm in the same boat, and Nightfox and I have been
    discussing it a bit via email.

    This specific issue was fixed in Git already.

    What he was asking if there's a way to set the user's editor to a specific editor before the user has logged on. bbs.select_editor() prompts the user to select one, but Accession just wants to set their editor to a specific editor without prompting them to choose one.

    I can add that support, I think. The preferred way to request features is via gitlab. :-)
    --
    digital man (rob)

    Synchronet "Real Fact" #19:
    The first Synchronet BBS (Vertrauen) went live in July of 1991 (replacing WWIV) Norco, CA WX: 84.0øF, 45.0% humidity, 4 mph SSE wind, 0.00 inches rain/24hrs --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to Digital Man on Monday, September 11, 2023 18:13:25
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Nightfox on Mon Sep 11 2023 05:33 pm

    What he was asking if there's a way to set the user's editor to a specific
    editor before the user has logged on. bbs.select_editor() prompts the user
    to select one, but Accession just wants to set their editor to a specific
    editor without prompting them to choose one.

    I can add that support, I think. The preferred way to request features is via gitlab. :-)

    I'm fine with it as it is, but perhaps Accession can request it.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Accession@1:103/705 to Digital Man on Monday, September 11, 2023 22:24:42
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Nightfox on Mon Sep 11 2023 05:33 pm

    I can add that support, I think. The preferred way to request features is via gitlab. :-) --

    Thanks for the added support! As for gitlab, I'm still trying to figure it out. I'm guessing you need to have an account and be logged in to see any of that stuff (I didn't see anything in regards to reporting bugs or requesting features)? The only real familiarity I have with git itself is cloning and pulling repos via linux command line.

    Regards,
    Nick

    ... I'm not broke, I'm just badly bent.
    ---
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Accession on Tuesday, September 12, 2023 11:55:38
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Accession to Digital Man on Mon Sep 11 2023 10:24 pm

    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Nightfox on Mon Sep 11 2023 05:33 pm

    I can add that support, I think. The preferred way to request features is via gitlab. :-) --

    Thanks for the added support! As for gitlab, I'm still trying to figure it out. I'm guessing you need to have an account and be logged in to see any of that stuff (I didn't see anything in regards to reporting bugs or requesting features)? The only real familiarity I have with git itself is cloning and pulling repos via linux command line.

    You just need a *.synchro.net email address to register and then the bugs/features ("issues") are here:
    https://gitlab.synchro.net/main/sbbs/-/issues
    --
    digital man (rob)

    Rush quote #14:
    Living in a fish eye lens, caught in the camera eye, I have no heart to lie Norco, CA WX: 83.4øF, 45.0% humidity, 0 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Accession@1:103/705 to Digital Man on Tuesday, September 12, 2023 17:54:42
    Re: If someone hasn't logged in yet, bbs.select_editor(); shows "!ERROR w
    By: Digital Man to Accession on Tue Sep 12 2023 11:55 am

    You just need a *.synchro.net email address to register and then the bugs/features ("issues") are here: https://gitlab.synchro.net/main/sbbs/-/issues --

    Well, that would explain a lot. I wasn't even in the right place! I think I was over at the git repository looking for posts from someone, anyone. Felt like I was yelling at the opening of a tunnel. ;)

    Regards,
    Nick

    ... May you live all the days of your life.
    ---
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)