Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi,

The breadcrumbs
Code: Select all
<cms:breadcrumbs separator='&nbsp;&raquo;&nbsp;' include_template='1'/><cms:if k_is_page>&nbsp;&raquo;&nbsp;<cms:show k_page_title /></cms:if>


doesn't work with multilingual add-ons.

Is there any solution?
Hi Paolo,

If you scroll down to the following page in our docs -
https://docs.couchcms.com/concepts/usin ... d-children
you'll find some code showing how the output of <cms:breadcrumbs> can be created using <cms:parentfolders> instead.

You may use that code and replace <cms:show k_folder_link/> in it with <cms:show_with_lc k_folder_link /> (as suggested in viewtopic.php?f=5&t=10979 for problematic multi-lang links).

Hope this helps. Please let me know.
HI KK,

Thanks, I knew it was there somewhere, I just couldn't find the page.

It works like a charm.

Best regards,
Paolo
You are welcome, Paolo :)
4 posts Page 1 of 1