Florian Pircher

Results 54 comments of Florian Pircher

The IPA example in the above comment shows why I find myself reaching for this functionality. When designing a glyph, especially when I am not familiar with the character, I...

Could you please describe the file structure after submitting a comment for the first time on a page. As I understand it, it currently looks like this: ``` some-page/ L...

I’ll have a look this afternoon.

I’ve tested writing a comment on /natlan and it worked. I am using macOS 10.12.6 with PHP 7.0.8 on MAMP Pro 3.5.2. (This is an animated GIF, give it time...

Yes, all of them work. Because of the 300 error it has to fail in [plugin/Comments.php](https://github.com/Addpixel/KirbyComments/blob/master/plugin/Comments.php) between [line 327](https://github.com/Addpixel/KirbyComments/blob/master/plugin/Comments.php#L327) and [line 335](https://github.com/Addpixel/KirbyComments/blob/master/plugin/Comments.php#L335). Try logging (`var_dump` or similar) the variables `$session_id`...

I can infer nothing from these IDs because they are just randomly generated strings. I suspect your local server modifies the PHP session during routing, that inevitably changes the session...

@S1SYPHOS I suspect the `$uid` variable includes some extra information (most probably the fragment identifier) that irritates the `page($uri)` function (line 6 and 8 in your code). I will try...

I have cloned your project, switched to the `comments` branch and tried commenting on `/home/review-macbook-air-13-2013`. Both preview and submission work as suspected. Could you please send me a summary of...

> Are there any known examples for (theoretically infinitely stacked) nested comments? No examples come to mind … maybe a long back-and-forth-discussion between two commentators? Kirby Comments can be used...

@S1SYPHOS For an example implementation of nested comments you can try and download the [Replies demo](https://kirby-comments.addpixel.net/demos/replies). It includes a snippet called nested-comments which renders both a comments list and a...