Community Support for OpenDocMan (Deprecated)
TreeView Sorted - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Feature Requests (https://forum.opendocman.com/forum-7.html)
+--- Thread: TreeView Sorted (/thread-188.html)



TreeView Sorted - tavopc - 03-04-2010

Hi

I am editing the source code of opendocman to permit the posibility of saw the TreeView Sorted by category and file name, so I added some code that maybe was usefull for new versions:

On funtions.php line 141 y add:

elseif($sort_by == 'category')
{
$lquery = "SELECT d.id FROM {$GLOBALS['CONFIG']['db_prefix']}data as d INNER JOIN {$GLOBALS['CONFIG']['db_prefix']}category as c ON d.category = c.id ORDER BY c.name, d.realname, d.id $sort_order ";
}

now my TreeView is not sorted by file_id, it's sorted by category name and file name:

Spanish Example:

- Analisis
- Alta de X.
- Documento de Analisis
- Diseño
- Alta de X
- Documento de Diseño

Have a nice day.


Re: TreeView Sorted - Mikeyy - 04-30-2011

Tryed this and it's not working.
In treeview I have files inside categories sorted by file name, but categories are not sorted by name. Not really sure how are they sorted, maybe category ID or something.

Is there quick fix for sorting categories in tree view by name and then files inside of them sorted by filename?


Re: TreeView Sorted - Stephen - 04-30-2011

Treeview has been removed from 1.2.6 until a better solution is created.


Re: TreeView Sorted - Mikeyy - 04-30-2011

Ah well, tree view in 1.2.5.7 looks good to me. Changed some icons and it's flashy now. Smile
A lot easier for non techi people to find documents they need.


Re: TreeView Sorted - Stephen - 04-30-2011

The plan is to replace the old treeview with a jQuery treeview with more features and an easier API for future improvements.


Re: TreeView Sorted - mickc - 03-14-2012

When will treeView or its newer alternative be added back in to the newer OpenDocMan? I prefer the treeview to the regular view. I think it very much simplifies finding documents.

Thanks
Mick C


Re: TreeView Sorted - Stephen - 03-15-2012

Now that it is easier to create new OpenDocMan themes, I am hoping someone will come out with a solution. I will also be working on adding a theme that uses Tree view.