@bigus you probably need to include the default extension to the end of the url e.g.:
www.test.gut.pl/directory/arts/index.html
Regarding support for edit and delete links. I have looked at it and I think there is an issue in mosets tree preventing this functionality! The edit and delete links have an different 'option' value from the other links
i.e :
Edit: index.php?option=mtree&task=editlisting&link_id=16&Itemid=40
Delete: index.php?option=mtree&task=deletelisting&link_id=16&Itemid=40
The 'option' value should be com_mtree
Perhaps that is why Artio SEF doesn't process those links. Because it looks like they're outside of the mosets tree component?
The thing is, they should work fine because the sef extension uses the link id variable to generate the sef url and that is present is those links.
If someone can take the time to figure out how to get those links with com_mtree as the option, I can take it further.<br><br>Post edited by: davidwhthomas, at: 2006/11/22 22:47