Hello,
I'm french so sorry for my bad english.
I use Joomla 2.5.9 and Flexicontent 2.0.0 RC9b (r1601).
I create a Flexicontent menu item of type "My items" to display all my items (there is a lot of "item" in this sentence

).
With this menu link I can see my items on frontend, and only them. Nice !
But when I want to edit this item, the form don't display.
Here is the url structure :
Code:
http://my-site.com/my-items/item/235-article.html
I see the edit button but when I click on this button, it doesn't work : form don't display.
But if I remove /my-items/ in the url, like this :
Code:
http://my-site.com/item/235-article.html
I can edit it.
Is there a solution for this problem ?
I tried it with a super user access, so it seems it's not a bad permission settings.
Thank you for your help.