• buttons on msgs

    From The Millionaire@VERT to digital man on Sunday, June 16, 2019 19:48:28
    are these buttons editable or fixed? look likejava am iright?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Millionaire on Sunday, June 16, 2019 21:31:59
    Re: buttons on msgs
    By: The Millionaire to digital man on Sun Jun 16 2019 07:48 pm

    are these buttons editable or fixed? look likejava am iright?

    Which buttons? On Web UI, RIP UI, or what? Please provide more context with your questions.

    digital man

    Synchronet "Real Fact" #90:
    Synchronet/DSZ "hack" of '93: http://wiki.synchro.net/history:hack93
    Norco, CA WX: 61.1øF, 92.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Digital Man on Monday, June 17, 2019 07:12:37
    Re: buttons on msgs
    By: Digital Man to The Millionaire on Sun Jun 16 2019 09:31 pm

    this is what i am referring to:

    http://bbs.synchro.net/?page=001-forum.ssjs&sub=sync&thread=4246

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Monday, June 17, 2019 13:12:38
    Re: buttons on msgs
    By: The Millionaire to Digital Man on Mon Jun 17 2019 07:12:37

    this is what i am referring to:

    http://bbs.synchro.net/?page=001-forum.ssjs&sub=sync&thread=4246

    None of the buttons on that page are currently sysop (or user) configurable.

    Technically they could be altered by modifying the javascript file that produces them. I will not help with that, though, because I know it would bring both of us to a place of frustration.

    Are you hosting this web interface on your own BBS (even though you linked to DM's board)? What changes were you hoping to make, and why? If it's something useful I might consider including it in the web UI or making it configurable.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Digital Man@VERT to The Millionaire on Monday, June 17, 2019 12:56:09
    Re: buttons on msgs
    By: The Millionaire to Digital Man on Mon Jun 17 2019 07:12 am

    Re: buttons on msgs
    By: Digital Man to The Millionaire on Sun Jun 16 2019 09:31 pm

    this is what i am referring to:

    http://bbs.synchro.net/?page=001-forum.ssjs&sub=sync&thread=4246

    That's ec's web interface, so that question is best for him. It appears to be something from bootstrap (glyphicon*), but I don't see a related image file.

    digital man

    This Is Spinal Tap quote #37:
    David St. Hubbins: We are Spinal Tap from the UK - you must be the USA!
    Norco, CA WX: 70.2øF, 72.0% humidity, 6 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to echicken on Tuesday, June 18, 2019 15:29:18
    Re: buttons on msgs
    By: echicken to The Millionaire on Mon Jun 17 2019 01:12 pm

    colors would be anice feature though.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Tuesday, June 18, 2019 19:14:34
    Re: buttons on msgs
    By: The Millionaire to echicken on Tue Jun 18 2019 15:29:18

    colors would be anice feature though.

    That's technically doable now, with entries in web/root/css/custom.css like so:

    a[title="Jump to oldest message"] {
    background-color: firebrick;
    }

    a[title="Jump to previous message"] {
    background-color: red;
    }

    a[title="Direct link to this message"] {
    background-color: aqua;
    }

    a[title="Jump to next message"] {
    background-color: lime;
    }

    a[title="Jump to newest message"] {
    background-color: forestgreen;
    }

    Using the title selector is pretty clunky, so when I get around to revising the forum I'll come up with better identifiers for these elements.

    The icon set will probably always be somewhat limited and I've chosen what strikes me as the best one in each case, so that's not likely to become customizable.

    And this probably goes without saying, but you're not stuck with the colours I used in my example above. Search the web for "CSS colors" to find lists of friendly names that you can use in your CSS file. Add "hexadecimal" to the search terms for somewhat more flexibility.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Android8675@VERT/SHODAN to echicken on Wednesday, June 19, 2019 08:38:08
    Re: buttons on msgs
    By: echicken to The Millionaire on Tue Jun 18 2019 07:14 pm

    The icon set will probably always be somewhat limited and I've chosen what strikes me as the best one in each case, so that's not likely to become customizable.

    Font awesome?
    --
    Android8675@ShodansCore

    ---
    þ Synchronet þ Shodan's Core @ ShodansCore.com
  • From echicken@VERT/ECBBS to Android8675 on Wednesday, June 19, 2019 14:02:27
    Re: buttons on msgs
    By: Android8675 to echicken on Wed Jun 19 2019 08:38:08

    Font awesome?

    Glyphyicons Halflings, which was 'standard' with Bootstrap at the time, IIRC.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From The Millionaire@VERT to echicken on Friday, June 21, 2019 14:42:13
    Re: buttons on msgs
    By: echicken to The Millionaire on Tue Jun 18 2019 07:14 pm

    so are you saying you'll include these lines in the future?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to The Millionaire on Friday, June 21, 2019 16:48:35
    Re: buttons on msgs
    By: The Millionaire to echicken on Fri Jun 21 2019 02:42 pm

    so are you saying you'll include these lines in the future?

    Still haven't figured out quoting? It would be good for people (especially the person you're addressing) to know what "these lines" are.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Nightfox on Friday, June 21, 2019 17:44:34
    Re: buttons on msgs
    By: Nightfox to The Millionaire on Fri Jun 21 2019 04:48 pm

    Re: buttons on msgs
    By: The Millionaire to echicken on Fri Jun 21 2019 02:42 pm

    so are you saying you'll include these lines in the future?

    Still haven't figured out quoting? It would be good for people (especially the person you're addressing) to know what "these lines" are.

    Nightfox

    there now i figured it out.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to echicken on Friday, June 21, 2019 17:55:18
    Re: buttons on msgs
    By: echicken to The Millionaire on Tue Jun 18 2019 07:14 pm

    Re: buttons on msgs
    By: The Millionaire to echicken on Tue Jun 18 2019 15:29:18

    colors would be anice feature though.

    That's technically doable now, with entries in web/root/css/custom.css like so:

    a[title="Jump to oldest message"] {
    background-color: firebrick;
    }

    a[title="Jump to previous message"] {
    background-color: red;
    }

    a[title="Direct link to this message"] {
    background-color: aqua;
    }

    a[title="Jump to next message"] {
    background-color: lime;
    }

    a[title="Jump to newest message"] {
    background-color: forestgreen;
    }

    Using the title selector is pretty clunky, so when I get around to revising the forum I'll come up with better identifiers for these elements.

    The icon set will probably always be somewhat limited and I've chosen what strikes me as the best one in each case, so that's not likely to become customizable.

    And this probably goes without saying, but you're not stuck with the colours I used in my example above. Search the web for "CSS colors" to find lists of friendly names that you can use in your CSS file. Add "hexadecimal" to the search terms for somewhat more flexibility.

    so are you saying these lines might be included in the future?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, June 21, 2019 20:51:14
    there now i figured it out.

    Yeah, quoting...

    frank%netsurge%demonic
    disksh0p!bbs // bbs.diskshop.ca // mystic goodness
    home of SciNet // https://diskshop.ca/scinet

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: !disksh0p!bbs! bbs.diskshop.ca ! mystic goodness ! (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Friday, June 21, 2019 21:23:04
    Re: buttons on msgs
    By: The Millionaire to echicken on Fri Jun 21 2019 14:42:13

    so are you saying you'll include these lines in the future?

    I have absolutely no idea what you're talking about. Try quoting.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to The Millionaire on Friday, June 21, 2019 21:34:15
    Re: buttons on msgs
    By: The Millionaire to echicken on Fri Jun 21 2019 17:55:18

    That's technically doable now, with entries in web/root/css/custom.css
    like so:

    a[title="Jump to oldest message"] {
    background-color: firebrick;
    }

    Using the title selector is pretty clunky, so when I get around to
    revising the forum I'll come up with better identifiers for these
    elements.

    so are you saying these lines might be included in the future?

    No, that's not what I'm saying.

    The lines I provided could be added to your custom.css file. That file doesn't exist by default and never will, so these lines can't / won't be included. It's up to the sysop to create and populate this file if they want to add custom CSS to their site or override the default styles.

    What I'm saying is that there is currently a way to style those buttons somewhat, but it's not super flexible. I will probably make it easier to do in the future, but it will still involve creating / editing some CSS rules, because website.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Dan Clough@VERT/PALANT to The Millionaire on Friday, June 21, 2019 21:35:00
    The Millionaire wrote to echicken <=-

    so are you saying you'll include these lines in the future?

    Dude. *PLEASE* learn how to quote some context from the message
    you are replying to. When you don't do that, nobody can follow
    the "flow" of the conversation, and most have no idea what you're
    even talking about.


    ... He does the work of 3 Men...Moe, Larry & Curly
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Netsurge@VERT to Dan Clough on Friday, June 21, 2019 23:51:45
    Dude. *PLEASE* learn how to quote some context from the message
    you are replying to. When you don't do that, nobody can follow
    the "flow" of the conversation, and most have no idea what you're
    even talking about.

    You are 100% correct, but you have to admit, it makes for an amusing read.

    frank%netsurge%demonic
    disksh0p!bbs // bbs.diskshop.ca // mystic goodness
    home of SciNet // https://diskshop.ca/scinet

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: !disksh0p!bbs! bbs.diskshop.ca ! mystic goodness ! (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to echicken on Friday, June 21, 2019 23:14:20
    Re: buttons on msgs
    By: echicken to The Millionaire on Fri Jun 21 2019 09:23 pm

    Re: buttons on msgs
    By: The Millionaire to echicken on Fri Jun 21 2019 14:42:13

    so are you saying you'll include these lines in the future?

    I have absolutely no idea what you're talking about. Try quoting.



    quoting is so 1995. go back in the thread and look!
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From The Millionaire@VERT to MRO on Saturday, June 22, 2019 09:38:03
    Re: buttons on msgs
    By: MRO to echicken on Fri Jun 21 2019 11:14 pm

    Re: buttons on msgs
    By: echicken to The Millionaire on Fri Jun 21 2019 09:23 pm

    Re: buttons on msgs
    By: The Millionaire to echicken on Fri Jun 21 2019 14:42:13

    so are you saying you'll include these lines in the future?

    I have absolutely no idea what you're talking about. Try quoting.



    quoting is so 1995. go back in the thread and look!

    yeah i believed when we wrote msgs on bbses you had to do that. food for thought.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to The Millionaire on Saturday, June 22, 2019 11:52:36
    Re: buttons on msgs
    By: The Millionaire to MRO on Sat Jun 22 2019 09:38 am

    quoting is so 1995. go back in the thread and look!

    yeah i believed when we wrote msgs on bbses you had to do that. food for thought.

    Not that I remember.. I don't think there has been a very easy method to go back and look at the thread. Synchronet has ways to browse through the thread, but sometimes you have to go back multiple messages to find the right one, and then you'd have to make your best guess about which one someone is replying to. Quoting has been around for a long time though, and from what I remember, people have often quoted the part of the message they're replying to.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From MRO@VERT/BBSESINF to The Millionaire on Saturday, June 22, 2019 14:25:13
    Re: buttons on msgs
    By: The Millionaire to MRO on Sat Jun 22 2019 09:38 am

    this is the new age
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From mark lewis@VERT to The Millionaire on Saturday, June 22, 2019 19:11:08
    On 2019 Jun 21 17:44:34, you wrote to Nightfox:

    so are you saying you'll include these lines in the future?

    Still haven't figured out quoting? It would be good for people
    (especially the person you're addressing) to know what "these lines"
    are.

    there now i figured it out.

    cool! next on the list is to figure out how to delete the irrelevent lines so you are only quoting that which you are replying to :wink:


    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Gravity is most noticeable in Autumn, when apples fall off trees.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Nightfox on Saturday, June 22, 2019 19:24:02
    Re: buttons on msgs
    By: Nightfox to The Millionaire on Sat Jun 22 2019 11:52 am

    Re: buttons on msgs
    By: The Millionaire to MRO on Sat Jun 22 2019 09:38 am

    quoting is so 1995. go back in the thread and look!

    yeah i believed when we wrote msgs on bbses you had to do that. food for thought.

    Not that I remember.. I don't think there has been a very easy method to go back and look at the thread. Synchronet has ways to browse through the thread, but sometimes you have to go back multiple messages to find the right one, and then you'd have to make your best guess about which one someone is replying to. Quoting has been around for a long time though, and from what I remember, people have often quoted the part of the message they're replying to.

    maybe if we all stopped quoting we would be more diligent about changing the subject line.
    *rollsafepointingtohistemple.jpg*
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Nightfox@VERT/DIGDIST to MRO on Sunday, June 23, 2019 10:56:06
    Re: buttons on msgs
    By: MRO to Nightfox on Sat Jun 22 2019 07:24 pm

    *rollsafepointingtohistemple.jpg*

    If you posted a full link to the .jpg, we'd have an easier time loading it and seeing the image you want to share.. I don't know offhand what rollsafepointingtohistemple.jpg looks like. Sure, I could do a Google image search for it, but honestly I don't feel like it.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to The Millionaire on Sunday, June 23, 2019 11:00:58
    Re: buttons on msgs
    By: mark lewis to The Millionaire on Sat Jun 22 2019 07:11 pm

    Still haven't figured out quoting? It would be good for people
    (especially the person you're addressing) to know what "these lines"
    are.

    there now i figured it out.

    cool! next on the list is to figure out how to delete the irrelevent lines so you are only quoting that which you are replying to :wink:

    Some editors also let you specifically select which lines you want to quote, rather than quoting the whole message.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Tony Langdon@VERT to Nightfox on Monday, June 24, 2019 07:37:00
    On 06-23-19 11:00, Nightfox wrote to The Millionaire <=-

    Some editors also let you specifically select which lines you want to quote, rather than quoting the whole message.

    Yeah, that's very useful, can save a lot of time when replying online.


    ... You're so vain / I bet you think this tagline's about you
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Nightfox on Sunday, June 23, 2019 17:24:46
    Re: buttons on msgs
    By: Nightfox to MRO on Sun Jun 23 2019 10:56 am

    Re: buttons on msgs
    By: MRO to Nightfox on Sat Jun 22 2019 07:24 pm

    *rollsafepointingtohistemple.jpg*

    If you posted a full link to the .jpg, we'd have an easier time loading it and seeing the image you want to share.. I don't know offhand what rollsafepointingtohistemple.jpg looks like. Sure, I could do a Google image search for it, but honestly I don't feel like it.


    so you typed all that but wont type one line into google. sounds like
    someone's got bigger problems, but that's none of my business.


    *kermitsippingtea.png*
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::