Hi.
There is a problem with plugin when I use Cyrillic names of namespaces. When I try to add new folder with Cyrillic name (per example: животни) and one page in it (per example: риба) there is no problem. The namespace and the page are successfully created.
But when I try to add other page in same namespace I can not because I can not select it at all. Plugin decide to choose [root] namespace and create new page in it instead of my Cyrillic namespace.
Screenshots:
Create folder животни in Природа [root] namespace and page риба in it.
As you can see folder and page are successfully created.
Click again to "Create new page" button and as you can see plugin picked Природа [root] namespace.
No matter how many times I click on folder животни plugin picks Природа.
So new page кон is created in Природа [root] instead of in животни.
I debuged code and I found that the problem is with encoding of names. In tpl/main.php I replaced:
Hi. There is a problem with plugin when I use Cyrillic names of namespaces. When I try to add new folder with Cyrillic name (per example: животни) and one page in it (per example: риба) there is no problem. The namespace and the page are successfully created. But when I try to add other page in same namespace I can not because I can not select it at all. Plugin decide to choose [root] namespace and create new page in it instead of my Cyrillic namespace.
Screenshots:
I debuged code and I found that the problem is with encoding of names. In tpl/main.php I replaced:
with
and now it works perfectly.
Have a nice day. :)