• search for file listing in javascript

    From Ragnarok@VERT/DOCKSUD to DOVE-Net.Synchronet_Discussion on Tuesday, July 09, 2019 21:12:53
    Any lightbar file listing for synchornet in javascript?
    i found one that is from DigitalDistortion but this use baja.

    i'm search for simil Wordlgroup file listing with tag for batchdownload

    thanks!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Ragnarok on Wednesday, July 10, 2019 00:53:17
    El 9/7/19 a las 21:12, Ragnarok escribió:
    Any lightbar file listing for synchornet in javascript?
    i found one that is from DigitalDistortion but this use baja.

    i'm search for simil Wordlgroup file listing with tag for batchdownload

    thanks!


    I just found the dd_lightbar_menu_js library!
    It's great that cover 90% of the funtionality that i need

    I just start writing a custom file browser, only for play and test.

    http://i.imgur.com/vv854Ff.png

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Nightfox@VERT/DIGDIST to Ragnarok on Tuesday, July 09, 2019 20:59:05
    Re: search for file listing in javascript
    By: Ragnarok to DOVE-Net.Synchronet_Discussion on Tue Jul 09 2019 09:12 pm

    Any lightbar file listing for synchornet in javascript?
    i found one that is from DigitalDistortion but this use baja.

    And mine only uses a lightbar for the user input line on the bottom. :)

    i'm search for simil Wordlgroup file listing with tag for batchdownload

    I don't remember what the Worldgroup one looked like, but there's a JavaScript script in the sbbs\exec directory called filearea-lb.js (originally created by echicken) that profiles lightbar file listing/navigation.

    You can have it list files in a particular directory by passing the directory's internal code to the .js script on the command line. For instance, from a JavaScript shell, to list directories in the user's current file directory:

    bbs.exec("?filearea-lb.js " + bbs.curdir_code);


    If you don't have filearea-lb.js in your sbbs\exec directory, you can get it from the Synchronet CVS. Also, it requires the following from the exec\load directory:
    file_size.js
    filedir.js
    frame.js
    tree.js
    scrollbar.js
    sbbsdefs.js
    nodedefs.js
    cga_defs.js


    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Ernest J Gainey Iii@VERT/LOSTCAUS to Ragnarok on Wednesday, July 10, 2019 00:26:33
    Re: Re: search for file listing in javascript
    By: Ragnarok to Ragnarok on Wed Jul 10 2019 12:53 am

    El 9/7/19 a las 21:12, Ragnarok escribió:
    I just found the dd_lightbar_menu_js library!
    It's great that cover 90% of the funtionality that i need
    I just start writing a custom file browser, only for play and test. http://i.imgur.com/vv854Ff.png

    Very nice looking!
    ---
    Ernest J Gainey III

    ... Buy Land Now. It's Not Being Made Any More.
    ---
    þ Synchronet þ LostCause Halfway House BBS
  • From Nightfox@VERT/DIGDIST to Ragnarok on Wednesday, July 10, 2019 09:54:01
    Re: Re: search for file listing in javascript
    By: Ragnarok to Ragnarok on Wed Jul 10 2019 12:53 am

    I just found the dd_lightbar_menu_js library!
    It's great that cover 90% of the funtionality that i need

    I just start writing a custom file browser, only for play and test.

    http://i.imgur.com/vv854Ff.png

    Looks interesting. Are you using the filebase.js, filebrowser.js, filedir.js scripts to get filebase information? I'm curious to try your file browser once it's ready.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Ragnarok@VERT/DOCKSUD to Nightfox on Thursday, July 11, 2019 14:44:29
    El 10/7/19 a las 13:54, Nightfox escribió:
    Re: Re: search for file listing in javascript
    By: Ragnarok to Ragnarok on Wed Jul 10 2019 12:53 am

    I just found the dd_lightbar_menu_js library!
    It's great that cover 90% of the funtionality that i need

    I just start writing a custom file browser, only for play and test.

    http://i.imgur.com/vv854Ff.png

    Looks interesting. Are you using the filebase.js, filebrowser.js, filedir.js scripts to get filebase information? I'm curious to try your file browser once
    it's ready.

    No, just for simple test, i generate FILES.BBS with exec/filelist and
    parse it. it's simple but efective and fast, i obtain upload name and
    date, and file descriptions.

    I hope that file api is added in the future to sbbs to get more accurate
    info about the filebase


    i will continue working on it , and share asap.


    Nightfox

    ---


    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar