zingaburga
zingaburga
I noticed that the textbox seems to be limited to 32768 characters. The 'pieces' field can often be longer than this, so when activating the field, it effectively truncates it...
Thanks, that looks good! I made a [test icon](https://github.com/cyd01/KiTTY/files/9552505/size-test-icon.zip) which shows a different number, depending on the resolution chosen (also colours depending on colour depth). You can use this to...
It looks like something's breaking the posthandler object, possibly another plugin. Perhaps try doing a search for `datahandler_post_validate_thread` across all files in your inc/plugins/ directory to see possible candidates.
If you can reproduce this by starting from a new installation of MyBB, post the steps you took to produce the problem. With that, I'll be able to follow along...
From memory, MyBB doesn't provide such a thing, so you have a few options: * create separate fields for year, month, day etc * use the [HTML5 datetime field](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local) *...
Try using the Git version instead of the release version.
Looks like PHP 8 is quite brutal to this code base. Actually I'd imagine it was quite the thing for MyBB itself as many of the coding practices that was...
Thanks, made a fix, see if that works.
I'm guessing it's an issue with https://github.com/Sama34/Additional-Settings-For-Custom-Profile-Fields
Just wanted to bump this to say that I've also seen the exact same problem recently. Have been running my application fine for a long time. Then we moved MySQL...