-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs/comments #7
Comments
Appreciate the feedback, those are all good points I'll work on. To answer about the extra checkbox for thread deletion, that was an early choice when internal structure was first being set up (threads are technically separate from posts). It has no purpose now so it'll be going away. |
Login is broken at this moment. When entering the info, it tries to go to http://imgboard.php/?module=account§ion=login&actions=submit |
Yep one more bug that needed to be fixed on that. Should be good now. To the original bug fix, all the URLs are relative to the domain the page is loaded from so 'server_name' should now be irrelevant. Which is how most imageboard software handles it anyway. |
By the way, |
Changed the README to reflect only needing Imagick or Gmagick, not both. The error on New thread is due to the recent changes for cyclic threads Recreating the board will take care of it. Or adding a smallint column with the name 'cyclic' to the threads table in the database An upgrade/migration set up is in the works now that things are stabilizing. |
I used commit 167c81d, so it's already a clean new database with the latest changes. |
I was misreading the error last night. It's fixed now. |
Well, the basic stuff seems to be working now. Good job on that. Couple of extra (minor) notes: -After you've installed the site and go back to the root domain again, you see the "OH HAI This is a default home page for a Nelliel Imageboard install." message. However the "you may be looking for the login page." links to the wrong page (imgboard.php?module=login), it should link to imgboard.php?module=account§ion=login instead. |
Oh and: |
Thanks for continuing to test things out. Most of those should be simple fixes. The transparency issue is due to the JPEG format not supporting it. There's a setting to use PNG for previews which does support transparency.
I'm going to set it back to auto-rebuild with an option to disable it, should that be necessary. Originally I separated the steps back when the rendering was a lot slower and a (theoretical) board with thousands of posts could take several minutes to rebuild. Realistically it's unlikely that will ever be a major problem, I just overthink things sometimes. |
Deleting a thread (OP) is broken when using Moderator Mode on a board. If you click 'Delete' it goes to: http://xxxx/imgboard.php?module=admin§ion=threads&board-id=b&actions=delete&content-id=cid_1_0_0&modmode=true&goback=true Deleting individual posts does work. Using MariaDB DB mode and PHP 7.3.
|
Also: is there an option to force noko on a board? So users automatically stay in the thread after posting. |
Fixed that now.
Not at present but it's a good idea. I'll add it to the feature checklist. |
The catalog is broken. For example it links to http://x/b/threads/4/thread-4.html when it should be linking to http://x/b/threads/4/4.html |
Also there is no way to persistently unhide a post. If you click [Hide Post] again on an already-hidden post and then refresh the page the post is still hidden. EDIT: Oh wait, you have to click Hide Post first, then Show Post (which makes it hidden again at first but not after refreshing the page), then it works. |
PS: Instead of adding a [Cite] link I would just make it so that if you click the post number it automatically cites that post number in the post form. Like all imageboard software do. |
The catalog issue still exists: #7 (comment) |
And clicking the post number (to cite it) doesn't add it to the post form. |
It wasn't entirely done yet. Anyway, went ahead and did an early merge of dev-general since the stuff is fixed there. It'll need a clean install. |
Catalog works now, thanks. Would still be cool if cites will work like #7 (comment) but I'm sure you will add that at some point. Keep up the good work. |
Thanks. Had to do a bit more debugging but all that should be in and working now. After some thought I made the No. and post number links function like they do with other imageboards. The one problem with the existing method is it only cites for a reply to that thread, it can't be used for a new thread or cite something in a different thread. But the Cite link actually covers that case already so for now I'm also leaving it as a third option. |
Posting an embed is broken;
|
Redirecting after a new thread or reply is broken again too, it always redirects to |
|
Deleting posts is broken too: |
Ban output page for a banned user is broken:
|
Thanks for the continued testing, it helps a lot. All those should be addressed now. |
How do I make animated .gif thumbnails work? I have installed and set GraphicsMagick as the image handler. Also: whenever I add a file (mostly .gif files) to my post the site freezes for like 5 seconds before I can continue, any chance you can improve that performance? PS: When using Moderator mode and posting a thread, the thread posts successfully but the redirect is broken
|
There was an extra dash in the command line arguments for creating previews. Previews should be generating now. Also make sure to select
Is this a delay after submitting a post or on the post form?
Got that one fixed. |
|
content_id error also fixed now |
-/nelliel_core/configuration needs to be writeable, but this is not mentioned in INSTALL.md
-It is possible to create a board with an empty board ID/board URI (by simply clicking the 'Create Board' button without filling in an ID), this shouldn't be possible
-When you make a post you just see an empty, white page without anything on it. It should say something like 'Post successful!' to let users know it worked.
-When on the index page of a board and you try to open a thread by clicking the thread number, it redirects to: http:////b/threads/1/thread-1.html#t1p1 <- This is because you are depending on the web server's config to have a correct server_name (which is '') by default, but most users don't know that and leave it at the default. You shouldn't let this depend on the web server config.
-Because of the mistake mentioned above, images and their thumbnails don't display at all because '_' is not a valid website.
-There is no option to completely disable the duplicate check. You should give the option to allow posting duplicates in any new or existing thread
-When you enable CAPTCHA on a board, the CAPTCHA doesn't 'activate' or display instantly, so you can't make any post at all anymore because it keeps saying CAPTCHA failed because there is no CAPTCHA to fill in. Regenerating Overboard or Site Caches didn't help here, those options seem to do nothing at all.
-Each thread OP has at least two checkboxes (one next to Hide Thread and one next to Hide Post), why that is I don't know. One checkbox should be enough for post deletion.
-The space under Filetype Enabling in board settings is completely empty so it's impossible to allow, for example, .webm or .mp4 posting.
I think that's enough for now. When you've fixed all of that I'll try it again.
The text was updated successfully, but these errors were encountered: