Bob den Otter

Results 178 comments of Bob den Otter

Thanks for the PR, @simongroenewolt. The change looks good at first glance, but i don't recall if we've ever bumped into this specific issue. I'll see if i can test...

For people affected by this, a better workaround is adding this to your `composer.json`: ``` "conflict": { "cocur/slugify": "4.5.0" }, ``` Doing so, will allow your project to fetch later...

This repository seems abandoned. For our project we need an updated version, so i've forked it and created two releases: One for PHP 8.0+ (including 8.2), and one for PHP...

Hi, I'm assuming you're using listing pages as `/category/movies', right? In this case it is't tied to a specifiv record, and the extension won't know how to create a title...

What happens if you simply omit the `type: seo` from the contenttype?

This feature wasn't implemented I think. One of those things i figured would be handy to have, but I never got around to implementing it yet. If somebody would like...

The Readme notes that if you have your own routes, you might need to add the Sitemap's routes above that, since matching goes top-down: > if you use the `pagebinding`...

Oh, wait, I misread. No, unfortunately you can't do that yet. In practice, this is no big deal, because (taking your example), in the sitemap it will probably link to...

@sebtombs A pull request would be ideal, since that will allow us to review and merg it in easily, as well as keeping your credits intact (in the git log)....