imce_dir_man.info |
imce_dir_man/imce_dir_man.info |
|
name = "IMCE Directory Manager"
description = "Allows for per user management of directory restrictions in IMCE"
package = "Media"
core = 7.x
configure = admin/config/media/imce_dir_man
dependencies[] = imce |
imce_dir_man.install |
imce_dir_man/imce_dir_man.install |
|
|
imce_dir_man.module |
imce_dir_man/imce_dir_man.module |
|
imce_dir_man.module provides functions for managing configuration
determining what the imce_dir_man_path() function. This function can
be used as php code in the directory setting of an IMCE profile to
allow for per user configuration of directory… |
imce_file_path.css |
imce_file_path/imce_file_path.css |
|
#imce-file-path {
background-color: #c5d5ff;
border-bottom: 1px solid #666;
font-size: .9em;
font-weight: bold;
padding: .5em .5em;
} |
imce_file_path.info |
imce_file_path/imce_file_path.info |
|
name = IMCE File Path
description = Provides a status bar like interface for displaying the file path of the currently selected file
core = 7.x
package = Media
dependencies[] = imce |
imce_file_path.install |
imce_file_path/imce_file_path.install |
|
|
imce_file_path.module |
imce_file_path/imce_file_path.module |
|
|
imce_search.css |
imce_search/imce_search.css |
|
#imce-search-results div {
font-weight: bold;
margin: 1em;
}
#imce-search-results div a {
color: #69c;
}
#imce-search-results div.loading {
background: url('loading.gif') no-repeat top left;
padding-left:… |
imce_search.info |
imce_search/imce_search.info |
|
name = IMCE Search
description = Provides an autocomplete search box for finding files through the IMCE browser
core = 7.x
package = Media
dependencies[] = imce |
imce_search.install |
imce_search/imce_search.install |
|
|
imce_search.module |
imce_search/imce_search.module |
|
|
README.txt |
imce_dir_man/README.txt |
|
IMCE Directory Manager provides a function, imce_dir_man_path, that can
be used with the directory specifications in IMCE profiles along with a
management interface to control what the function returns on a user by
user basis. It is useful when users… |
README.txt |
imce_search/README.txt |
|
IMCE Search provides a search tab for the IMCE file manager which
allows users to search for files listed in the files table. To use
enable the module, no configuration is necessary. |
README.txt |
imce_file_path/README.txt |
|
IMCE File Path provides a status bar like path within the IMCE file
manager. To use enable the module and the status bar area will
appear, no configuration is necessary. |