Subsections issues

bipster / 2014-12-05 21:35:54   

Hi,

I've activated the experimental subsection feature uncommenting the "this is where we display subdirectories if they exist" part in /ndxzstudio/module/system/index.php file. Everything works as expected, but I can't have a structure like the following:

-section
-exhibit1
-exhibit2
-subsection
--subexhibit1
--subexhibit2
-exhibit3
-exhibit4

I've tried adding a sortable area at the end of every section index in the admin so I can drag exhibits there, adding the following to the /web/ndxzstudio/lib/organize.php file:

  1.  
  2. $s .= "<ul class='sortable' id='sort" . $this->section['secid'] . "' style='margin: 0;'>n";
  3. $s .= "</ul>n";
  4.  

but it's not working as I expected.

Any ideas?

Thanks in advance

This thread has been closed, thank you.