Results 168 comments of Shish

What is the end-goal with this? For example, if you want moderators to approve posts before they can be seen by the general public, "post approvals" does that in a...

FWIW making hidden posts not just _hidden_, but completely _undetectable_ (not showing up in tag counts, or "user has uploaded X posts", or any other side effects, etc) would require...

I am confused about the current setup -- * `site.com/image/12352/12352.png` - suggests that niceurls are _disabled_ (eg your main page is `.../index.php?q=post/list`) * Commenting out that line of .htaccess breaking...

> If I disable sections of my htaccess page then the URLs go back to being 'not nice' Changing .htaccess shouldn't change the URLs that shimmie generates (ie, `/index.php?q=page/name` vs...

Are you able to answer any (or ideally all) of the questions at the end of my last comment? It'll be much easier to figure out a solution if I...

Cool, with niceurls enabled and working, it should be possible to go to "board config -> advanced -> image URL format" and set that to `_images/$hash/$id.$ext` (in niceurl mode, only...

https://ko-fi.com/shish2k For the two other things I'd open separate github issues, as discussing unrelated things is likely to add confusion ^^;; For the notes issue, it'd be good to know...

For a full-site "backup and restore" solution, if you're using sqlite then all data, metadata, and configuration gets stored in the `data` folder, and I can't actually think of a...