Dan

Results 197 comments of Dan

Hello, Please add slash before the slug, eg. `/category/categoryA`

Hello, Seems because of the theme, please download the new theme. If you are not using theme shipped with HTMLy source code, please download the updated version. If you already...

Hello, Well you can use htaccess (RedrectMatch), try to experiment it first in your localhost. Example: ``` RedirectMatch 302 ^/categories(.*)/(.*) /post/$2 ```

Hello, Bit unclear with your goal actually. ```

Hello, You can modify the theme directly, for profile page is profile.html.php

Hello, Thanks for the pull but we should not use it. PHP markdown is enough because [PHP Markdown](https://github.com/michelf/php-markdown) actively developed so it's possible that this feature will be available either....

Hello, Can you make it optional? so we can on and off it via the settings.

Hi, you are welcome. It can be specify via theme or server headers (mod_headers) etc.

Hello, At the moment its hardcoded to functions .php. Perhaps in our next release we can specify it via config page.

Hello, Are you sure it can delete file outside the backup folder? I already specify: ``` if (login()) { if (isset($_GET['file'])) { $file = _h($_GET['file']); if (!empty($file)) { unlink("backup/$file"); }...