Actually, I discovered another problem: linking a Seblod article using the menu of content list (i.e. an item of a Seblod type extended from article in a content view using menu item of the Seblod list of that type) from a native Joomla article does not support URL SEF rewriting: in the Joomla article, writing the link in the standard form like
index.php?option=com_content&view=article&id=<art_id>&catid=<cat_id>&lang=it&Itemid=<menu_item_id>
what is rendered is an ugly URL like
<site>/it/component/content/article/<cat_id>-cck/<sequence of cat aliases>/<article_alias>?Itemid=<menu_item_id>
instead of the expected form
it/<menu-item-alias>/<article_alias>
Can you confirm this? Do we need additional .htaccess rules for correct rewriting or something else or.... linking a Seblod item from a Joomla item requires to directly write the rewritten SEF form?
thanks
Giuse