Hi,
great component! It works exactly as I need it!
However, I have one problem. For more comfortable frontend editing I added three "external links" in one menu (for registered users):
index.php?option=com_content&view=article&layout=form&ctid=1
index.php?option=com_content&view=article&layout=form&ctid=2
index.php?option=com_content&view=article&layout=form&ctid=3
This works perfectly with Jommla internal SEO turned off: Authors may choose on link and get the requested template.
However, this does not work anymore, when I turn on Joomla SEO.
SEO replaces the correct URLs to:
component/content/?ctid=1
component/content/?ctid=2
component/content/?ctid=3
... and nothing happens in the frontend anymore.
Does anyone have a clue how to solve this?