Hi everybody,
I found a little bug in SEF system with mod_cck_list.
Currently, if you turn on SEF, links that are shown in mod_cck_list are broken.
I found a simple solution for this problem: if you open the file plugins/cck_storage_location/joomla_article/joomla_article.php, you have to change only one line: at 587 you have to replace
$path='&catid='.$item->catid;
with
$path='&catid='.$item->catid.":".$item->category_alias;
I tried this on a Website of mine and it's working fine.
My suggestion is to merge this fix into the next release of Seblod.
Thanks to Octopoos guys, you are making a great job! :)