forum fixes by hcs at 6:47 PM EDT on March 22, 2016
Cleared up a few more longstanding issues with the forum today:
* Search can be ordered chronologically or reverse chronologically!
* Creating a new thread is now a new page, hopefully there will be fewer accidental thread creations.
And some little things: the search form is a little easier to use now (better defaults, you can now click on the labels instead of trying to hit the radio button), you can search easily for a user's posts from the user info page.
Is anyone having trouble staying logged in (I know at least Kurausukun reported an issue). What browser are you using?
I suspect the issue might be due to the login cookies being https-only, make sure when you go to the site you use https://, otherwise your browser won't send cookies that it has. When you log in you get shunted over to https, but if you're visiting from an old bookmark or otherwise saved URL you might be going back to http://
I might just need to make this redirect every http request over to https.
Sorry for the off-topic post in the other thread. It also looks to be solved now; the problem was that I was using an old Chrome shortcut, and it was keeping me from visiting using https. Sorry, my bad.
Could the "last update" field also include the username of the last post? It would be useful in checking for replies to posts when one doesn't remember the exact time he posted or keep track of post counts.
edited 4:13 PM EDT March 23, 2016
Thanks! by robotortoise at 4:39 PM EDT on March 23, 2016
I just wanted to thank you for the new UI! It looks a lot cleaner, and the pinning is nice.
Though if you're looking for ideas, on a high-resolution (1080p)display, there's a TON of empty space.
It'd be cool if you could make an option to choose the size of the text, links, and maybe have a few more links on the front page.
@JILost: Good idea, though this is just going to exacerbate the issue with the table being too wide. It isn't too immediately straightforward how to get that from the DB yet, though.
I was thinking about removing the "Started at" column from the table, does anyone find that useful anyway?
@robotortoise: I am definitely not going to be adding customization functions like that. Use your browser's zoom functionality.
Thanks for the pinned threads. When entering a username and password, the TAB order goes from "User Name" input to the "Link" label to "Password" input.
Not sure if there's a reason for this, but I think "User Name" to "Password" is more logical.
@hcs: Okay, fair enough. One other thing I'd like to request: Email notifications, or at least notifications of some kind. It's hard to know when someone replies to a thread, even if they mention me. I'll sometimes go days at a time without noticing, especially if the thread is very active!
I see how notifications would be nice, but also not likely to be added. Email is a huge pain, and I don't want to add another table tracking who is watching what.
There is the asterisk indicating that a thread or post was updated since your previous login (I think that's how it worked...), do you find that helpful? I could add a search for "posts since your previous login" which would complement that somewhat.
I think it would be good if the OP of specific forums can edit their first post indefinitely in order to update specific sections. This would help josh's archive thread and the instrument section, since tracking down a certain topic of interest would take longer than it should.
I was considering to have a spreadsheet ready on the first post for those that want to search for their specific sample albums or games that used a particular instrument in a much easier fashion for the instrument thread as an example.
Always-editable posts are implemented, I just hardcode the post id into the forum. The josh archive thread was the only one enabled, but I've gone ahead and added the instrument list thread OP as well. Edit via this link.
I don't want to do any JavaScript on this forum, sorry.
I agree that the last replying user thing would be nice to have. Unfortunately I suck at SQL so I'm having a hard time getting that working without taking too long.
Yeah, I can't blame you for not bothering with email. Is there another service that would be easier to set up notifications for? Twitter? RSS feeds?
Is there some way you could have a third party handle it? I dunno. Most of these threads usually use vBulletin.
Anyway, yeah, the asterisk thing would be sweet if you could implement that at least. Or maybe a little icon saying "NEW" to the left of the hyperlink? I dunno, I'm not a design guy.
The asterisk thing is already implemented. If you log out when you're done with the forum, then when you log back in you'll see asterisks next to new threads and posts.