11-08-2011, 09:40 PM
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)
2. Add a company field to the user. Or make a list of usuable fields that can be customized.
3. Include Folder information in the search results
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.
2. Add a company field to the user. Or make a list of usuable fields that can be customized.
3. Include Folder information in the search results
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.