youandmedigital / craft-breadcrumb

Generate a simple breadcrumb
https://plugins.craftcms.com/breadcrumb
MIT License
6 stars 1 forks source link

Breadcrumb URLs do not work in a multisite setup #4

Closed shoored closed 5 years ago

shoored commented 5 years ago

Hi. When I implement the example code, breadcrumb URLs on a multi-site setup do not have the multi-site URL.

Site 1: http://site.test Site 2: http://site.test/two

Site 2 news article: http://site.test/two/news/article Breadcrumb for this becomes: http://site.test/news/article

I tried to create a {{ siteUrl( crumb.uri ) }} but that key is not available.

Would this be easy to implement?

jonleverrier commented 5 years ago

Hi @studiosyntax,

Thanks for taking time to report this issue!

I've just released Breadcrumb v1.0.3 which should fix your problem. All you need todo is update to v1.0.3 and it should just work.

Please let me know how you get on.

jonleverrier commented 5 years ago

Closed by https://github.com/youandmedigital/craft-breadcrumb/commit/3a82a79c52f2f91cf0dad0e77c56de4c59fd3a5f

shoored commented 5 years ago

Hi @jonleverrier, thanks for the quick reply and fix! Version 1.0.3 solved the issue without further changes on my end. Appreciated!