I'm using verdon's 1.05 hack of fileman (with 0.8.3 phpWS). A first problem arises when clicking the 'Browse document' link. This seems to expand the main menu.
A second lies in the attach-function. It only works for the very first file in my list. With other files, the cdoe simply does not allow to select a certain page to which the file should be attached. Anyone else experienced these problems and/or has any suggestions ?
Greetings,
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-03-28
Sorry it appears I'm running the 1.06 hack.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-03-28
Sorry it appears I'm running the 1.06 hack.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-03-28
The automatic extending of the menu is due to a wrong link which is created during fileman installation. The link in the 'Browse documents' points to a subcategorie, forcing extension of the menu.
The problem with the attach is due to a small typo in the manage_files function. Change in line 876:
....op=attach_file&id=$file_id\">Attach<....
to
....op=attach_file&id=$file_id2\">Attach<....
greetings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using verdon's 1.05 hack of fileman (with 0.8.3 phpWS). A first problem arises when clicking the 'Browse document' link. This seems to expand the main menu.
A second lies in the attach-function. It only works for the very first file in my list. With other files, the cdoe simply does not allow to select a certain page to which the file should be attached. Anyone else experienced these problems and/or has any suggestions ?
Greetings,
Peter
Sorry it appears I'm running the 1.06 hack.
Sorry it appears I'm running the 1.06 hack.
The automatic extending of the menu is due to a wrong link which is created during fileman installation. The link in the 'Browse documents' points to a subcategorie, forcing extension of the menu.
The problem with the attach is due to a small typo in the manage_files function. Change in line 876:
....op=attach_file&id=$file_id\">Attach<....
to
....op=attach_file&id=$file_id2\">Attach<....
greetings.