We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24714
    • 19 Posts
    you'd better try yourself - to see that
    just change it to whatever u like - and observe coniquences =)
    bug is somewhere on js part or in getnodes.class.php in getResourceQuery method

    if i m not the only one who have it, then i can spend some time to solve this problem. [ed. note: Redjik last edited this post 12 years, 3 months ago.]
      • 24714
      • 19 Posts
      Ah solved it, was too tired to wait =)

      line 178 getnodes.class.php
      change to this
      if (empty($this->startNode) && !empty($this->defaultRootId)) {
      instead of just $node

      Too lasy to mess up with gitHub, so do the changes for me please =)
        • 24714
        • 19 Posts
        there is also one problem, if we are seting Tree_root_id
        then on creation of the document through clicking the top-tree-menu, the new document will be created in root context directory, not the root id.

        Actually i can fix it... will fix it for myself deffenitly =)