Linkable categories don't work at some point

Posted by kru15688 on 06-May-2019 19:56

Hello everyone,

I was try to implement categories as clickable/linkable in Blog. When user click on category it should show all the blog post under that category. For that I follow this tread and it is working fine at some point. But it doesn't work in some conditions. Like,

Works when;

www.domain.com/global/en/home

www.domain.com/global/en/

If user click on the category link, it takes user to www.domain.com/global/en/categories/category_value

Where categories is the page name and category_value is the category name.

Doesn't work when;

www.domain.com/global/

If user click on the category link, it takes user to www.domain.com/categories/category_value

Which is broken link. 

Please let me know, if someone know how to solve this issue.

Thanks,

Dhaval

All Replies

Posted by jread on 14-May-2019 15:44

In the advanced model of the categories widget set the base URL to an appropriate value for your base page, here is the docs: www.progress.com/.../categories-widget-webforms

This thread is closed