Appleman1234

Results 23 comments of Appleman1234

Initial commit was https://github.com/lainchan/lainchan/commit/7f8c54249dea60f624e3f90b6c29adbd1207781b, still needs further testing and generalization, specifically delete password support for non logged in users.

That library doesn't have php bindings, there is already logic in place for thumbnail generation using imagemagick , so this would probably be a matter of adding option configurable image...

The supposed URL isn't available any more. See https://web.archive.org/web/20160909161104/https://chaos.cyberpunk.us/cyb for somewhat of example (only somewhat because without CSS and JS the visuals don't look the same). The list of features...

Timezone doesn't work like that and never has for tinyboard. You can either add `config['additional_javascript']='js/local-time.js'` to instance-config.php or I can set about patching https://github.com/lainchan/lainchan/blob/master/inc/lib/Twig/Extensions/Extension/Tinyboard.php#L78 to actually respect timezones ? Which...

I am still not sure whether to patch it or not, I will leave this ticket open, until it is patched but doesn't suffer the same DST issue, for the...

This is much more difficult than you realize, overboards don't have the concept of pagination, just initial page load , and then dynamic population of new results on scroll.

From the Bug Report Thread: Can reply box be on the bottom instead of the top on mobile?

Tried to do this with GeSHi but it doesn't do language autodetection, so going to use [highlight.php](https://github.com/scrivo/highlight.php) instead.

This is done in instance-config.php, so it hasn't been committed to git yet, as that file is deliberately ignored by git for good reason (to prevent committing passwords and secrets),...

One way this would is if we changed the way reports worked and added status field to the database table in install.php with values of pending, actioned or processed and...