11-09-2011, 01:33 PM
(11-08-2011, 09:40 PM)dgbaker Wrote: 1. Different root folders per user - Can be achieved by adding a $user->getHomedir that grabs a field from tblUser that has a folder ID that is to be the users home directory. Use ".$user->getHomedir()." as the Root level folder. ( will try and write what we did on ours)Will that imply that a user only sees its own home dir or will also see the others home dirs?
(11-08-2011, 09:40 PM)dgbaker Wrote: 2. Add a company field to the user. Or make a list of usuable fields that can be customized.That could be archieved by a field containing arbitrary xml-data, if this data is mostly for saving and displaying additional information.
(11-08-2011, 09:40 PM)dgbaker Wrote: 3. Include Folder information in the search resultsI'll put this on the todo list.
(11-08-2011, 09:40 PM)dgbaker Wrote: 4. Make search use the LIKE options for partial hits. Example: searching for "bun" should bring up "Bugs Bunny" as it contains bun in it.As I say in the other post, the database search should be able to do that.
Uwe