Is it possible to run a door from anywhere on a Synchronet BBS?
For example I'd like to have certain doors executable straight from the main menu and there's one I'd like to be executable from the Text Files menu. Short of digging into the source code and recompiling is this doable?
Yes, you'd need to modify your command shell to add an option to those menus If you're using the default command shell, it's written in Baja. Under the http://synchro.net/docs/baja.html
Yes, you'd need to modify your command shell to add an option to those
menus If you're using the default command shell, it's written in Baja.
Under the http://synchro.net/docs/baja.html
Hmm. okay yeah I was looking at that.
Here's a specific example of what I'm trying to do: I have a door I wrote which uses gopher to allow users to browse / read the text files from Jason Scott's TextFiles.com (using the gopher mirror)
I'd like to have this door listed under the text files menu rather than the (X) external programs menu.
In the default.src file I see the option to access the text file section:
cmdkey G
text_file_section
end_cmd
But I don't see a source file for the text file section itself. Unfortunately the wiki page "Customizing with Baja" doesn't exist I clicked the link and it game up with a "This topic does not exist yet" page.
I'd like to have this door listed under the text files menu rather than the (X) external programs menu.
Re: Running doors from anywhere?
By: Nightfox to Divarin on Wed Nov 03 2021 09:13:03
Yes, you'd need to modify your command shell to add an option to those menus If you're using the default command shell, it's written in Baja. Under the http://synchro.net/docs/baja.html
Hmm. okay yeah I was looking at that.
Here's a specific example of what I'm trying to do: I have a door I wrote which uses gopher to allow users to browse / read the text files from Jason Scott's TextFiles.com (using the gopher mirror)
I'd like to have this door listed under the text files menu rather than the (X) external programs menu.
In the default.src file I see the option to access the text file section:
cmdkey G
text_file_section
end_cmd
But I don't see a source file for the text file section itself.
Unfortunately the wiki page "Customizing with Baja" doesn't exist I clicked the link and it game up with a "This topic does not exist yet" page.
Just replace "text_file_section" with "exec_xtrn gopher" (replace "gopher" w
Re: Running doors from anywhere?
By: Digital Man to Divarin on Thu Nov 04 2021 14:20:50
Just replace "text_file_section" with "exec_xtrn gopher" (replace "gopher" w
Hmm okay that would work except that I have other text files in the text files section I want listed as well. basically I want the text files section to work as is now but also have an extra option for accessing the door.
I'll take a look at the javascript file and see if I can do something in there.
Sysop: | Nelgin |
---|---|
Location: | Plano, TX |
Users: | 606 |
Nodes: | 10 (1 / 9) |
Uptime: | 60:02:03 |
Calls: | 9,630 |
Files: | 16,065 |
Messages: | 1,063,868 |