Hello, first of all i would like to thank you for making this component free and to tell you that your work is much appreciated.
Here is the problem: 2 or more different users that login in front end, can create each a category with the same name. In general that is good, but in category view , when the 2nd user click on the category it leads him to the pictures from the category from the 1st user. The links in the browser are the same:
http://website.com/index.php/user-panel/categoryname.
And if the second user tries to Edit the category it gets a error message that is not allowed. Obviously the component thinks he is trying to edit the category from the first user with the second name.

Is there anyway to fix this? Please help me, i need to launch my website and this is the only issue.
I was thinking if this is not possible to fix , maybe i could make in such a way that every time a user creates a category, the name of the category will be composed of "owner" + "name", where "name" is the name of the category input by the user. In this way they will al have unique names.
Please help me.