Suggestions/Feedback/Complaints
-
@Jitensha You should have a place to post feedback about the site. In the mean time, we can use this post.
-
If you are able to add custom profile fields to the site, you should add a size field. I’m sure quite a few of us would enjoy showing off our preferred height. 4.5in in my case.
-
We should have an “original content” tag and possible a “webfinds” tag to distinguish the two. Helps credit creators and avoid confusion.
-
Image file size is capped at 2MB. A lot of pieces, especially PNGs, are a little bigger. The biggest image I have in my collection is 8MB. Can we up the size a little bit?
-
The “not safe for work” tag has be truncated to “not safe for wo”. Perhaps just replace that with a “nsfw” tag?
-
Trying to upload a file over 1MB leads to a “Request Entity Too Large” error. This likely means that the backend server needs to be reconfigured to allow uploads greater than 1MB in size.
For the server geeks:
The endpoint/api/post/upload
is returning error code413 (Request Entity Too Large)
. -
@nataliethetiny this should be fixed now.
-
@nataliethetiny file uploads are disabled for now… What exactly did you want to upload anyways?
-
@nataliethetiny Custom fields are fun to fill out! I think people would appreciate more too.
-
@nataliethetiny I’d love to provide this for you guys. There’s actually a plugin for it here: https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields.
However it hasn’t been updated in a while and I can’t seem to get it to work with the current version of the forum software.
When I have time, I’d like to poke around the source code of the plugin.
In the mean time. @Jitensha and I are thinking of using Groups as a way to facilitate this.
-
@seru I was trying to upload some cute images that I’ve collected over the years. I was able to upload about half of them, but the other half were too big.
-
@seru If you want some help poking around the code, I’m quite comfortable working with node.js, express, mongodb, react, etc.
-
@nataliethetiny I bumped it to 6MB for now. Once I have it hooked up with something like s3, I’ll bump it some more.
-
One of the tags for artwork should be ‘handheld’. I didn’t see it in the list.
-
@nataliethetiny that would be great help, thank you. I’m more of a front-end giant, so some of this stuff I’m learning as I go, haha.
There’s a pull request on that repo from Jan 6, that I was hoping was the fix, but no dice.
https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields/pull/41