Show HN: Minimal, no-JS web forum software
21–30 of 161 posts
Re: Show HN: Minimal, no-JS web forum software
#22is it missing captcha ?
const input = document.querySelector('body > main > form > table > tbody > tr:nth-child(3) > td:nth-child(2) > input');
const challenge = document.querySelector('body > main > form > table > tbody > tr:nth-child(3) > td:nth-child(1)').innerText.split('=')[0];
input.value = eval(challenge);Re: Show HN: Minimal, no-JS web forum software
#23Earlier quoted context omitted.
> I hate forums which indent replies and don’t support collapsing sub-threads. [-] should collapse subthreads. Caveat is that the browser doesn't remember which subthreads were collapsed due to no-JS.
Not if each "collapse" link reloads the page and at the same time stores the preference in the backend against your username so that subsequent page loads know what to hide (:
Re: Show HN: Minimal, no-JS web forum software
#24I dislike forums which indent successive replies. I hate forums which indent replies and don’t support collapsing sub-threads. The proper way of handling replies is to post them under each other and support quoting.
Re: Show HN: Minimal, no-JS web forum software
#25Out of curiously, does HN use JS heavily? It feels quite lightweight, and it’s sort of a forum
I'm pretty okay with that, my only complaint is that when you vote a comment or story it creates an invisible image with a voting URL, which may be loaded much later so the click may not register from time to time.
Re: Show HN: Minimal, no-JS web forum software
#26Re: Show HN: Minimal, no-JS web forum software
#27Re: Show HN: Minimal, no-JS web forum software
#28Re: Show HN: Minimal, no-JS web forum software
#29I commend you for hand rolling it all and not using JS. I miss the days of good ole forum software (e.g. FluxBB/PunBB) before it was superseded with massive JS bloat/clunky forum software like Discourse, Flarum, etc.
Re: Show HN: Minimal, no-JS web forum software
#30Earlier quoted context omitted.
Ohh I miss the good old days of forums in general. I find all this new software, where conversions* are "threaded" stupidly hard to read. Even worse, when the software is trying to recommend to you, what to read. Back in the day you had a thread, every post to that thread was chronologically added to that thread and in case you wanted to reply to someone, you quoted them... sigh EDITED: *conversations
I actually love threaded discussions… On HN and Old Reddit. But anything is better than whatever XDA uses, and almost everything is better than discourse.