• ecWebv4 Sidebar Toggle Button

    From Mindless Automaton@mindless.automaton@ELDRITCH.remove-yjq-this to DOVE-Net.Synchronet_Discussion on Tue Jul 18 13:34:57 2023
    From Newsgroup: alt.bbs.synchronet

    To: DOVE-Net.Synchronet_Discussion
    FYI, setting <!--NO_SIDEBAR:Home--> does not disable the Toggle Sidebar button.

    Thanks!

    Mindless Automaton

    ---
    ■ Synchronet ■ Eldritch Clockwork
    --- Synchronet 3.20a-Linux NewsLink 1.114
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Mindless Automaton@mindless.automaton@ELDRITCH.remove-lzg-this to Mindless Automaton on Wed Jul 19 10:07:10 2023
    From Newsgroup: alt.bbs.synchronet

    To: Mindless Automaton
    On 7/18/2023 1:34 PM, Mindless Automaton wrote:
    FYI, setting <!--NO_SIDEBAR:Home--> does not disable the Toggle Sidebar button.

    Thanks!

    Mindless Automaton

    In index.xjs I just wrapped the code for the button in

    <? if (!(settings.layout_sidebar_off || page_ctrl.options.no_sidebar)) {?> --->button html here<---
    <? } ?>

    and that seems to have fixed my issue. Of course it would only affect
    someone who was doing weird things to begin with. :)

    Thanks!
    Mindless Automaton

    ---
    ■ Synchronet ■ Eldritch Clockwork
    --- Synchronet 3.20a-Linux NewsLink 1.114
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net
    --- Synchronet 3.20a-Linux NewsLink 1.114