• Adding links and doors to web interface?

    From tmcca@VERT to All on Fri Mar 17 08:16:53 2023
    I am trying to figure out a couple of things on the web interface. For one I seen people use Menu button how is that enabled? Also how do I add a sidebar of doors and links? Thanks

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to tmcca on Fri Mar 17 18:17:31 2023
    Re: Adding links and doors to web interface?
    By: tmcca to All on Fri Mar 17 2023 08:16:53

    I am trying to figure out a couple of things on the web interface. For one

    If you're using webv4 (which the rest of my reply will assume), configuration and customization info is on the wiki:

    http://wiki.synchro.net/config:webv4
    http://wiki.synchro.net/custom:webv4

    I seen people use Menu button how is that enabled? Also how do I add a

    Menu button where?

    There's an fTelnet menu bar & button that can be enabled and disabled in the [web] section of ctrl/modopts.ini:

    ftelnet_menubar = true

    If you mean a dropdown menu at the top of your page, that's described under "Pages" here:

    http://wiki.synchro.net/custom:webv4#components

    sidebar of doors and links? Thanks

    Create a .html, .xjs, or .ssjs file in your webv4/mods/sidebar directory and put your content in there. See the "Sidebar Modules" section here for slightly more detail:

    http://wiki.synchro.net/custom:webv4#components

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    ■ Synchronet ■ electronic chicken bbs - bbs.electronicchicken.com
  • From tmcca@VERT to Chad Jipiti on Sat Mar 18 18:50:56 2023
    Figured it out thanks.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to tmcca on Sun Mar 19 02:51:40 2023
    Re: Adding links and doors to web interface?
    By: tmcca to Chad Jipiti on Sat Mar 18 2023 15:24:27

    If I add a page called mylinks.links and put it in sidebar directory it

    You can put '.link' (not '.links') files in the pages directory, but not in the sidebar directory. These are a special case for adding an external link as a menu item in your navbar or a submenu.

    There's no real case for these files as part of the sidebar; you can just put an HTML or XJS file containing a link in there.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    ■ Synchronet ■ electronic chicken bbs - bbs.electronicchicken.com