NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:backend:custom-links-in-home:move-deleted-files [2010/08/23 17:19] Knut Heermann (flip-flop) |
english:other-enhancements:backend:custom-links-in-home:move-deleted-files [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>20}} | {{indexmenu_n>20}} | ||
| - | ====== Move deleted files from trash can ====== | + | ====== Move del. files from trash can ====== |
| + | **Direct move and delete files in file center, which are marked as deleted.** \\ | ||
| + | The files are also physically deleted. | ||
| - | FIXME: see [[english/other-enhancements/backend/custom-links-in-home/]] | + | At this time only files with the status of ownership "private files" will be deleted.\\ |
| + | The user must have admin rights. | ||
| + | |||
| + | {{:english:other-enhancements:backend:custom-links-in-home:act_filex01_en_1.gif|}} | ||
| + | |||
| + | \\ | ||
| + | ---- | ||
| + | |||
| + | Docu: -- \\ | ||
| + | Forum: -- | ||
| + | |||
| + | **Author:** K.Heermann (flip-flop) http://planmatrix.de \\ | ||
| + | **CMS Version:** >= 1.4x \\ | ||
| + | **Version:** V1.0 //(17.08.2010)// \\ | ||
| + | **Folder:** include/inc_ext/be_special/ * \\ | ||
| + | **File:** act_fileX.php \\ | ||
| + | **Condition:** -- | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | \\ | ||
| + | |||
| + | |||
| + | ====== Program calling ====== | ||
| + | |||
| + | |||
| + | Best call is done from the file startup.php. -> [[english/other-enhancements/backend/custom-links-in-home]] | ||
| + | |||
| + | |||
| + | \\ | ||
| + | **set db for trash can, move files into folder "can_be_deleted", delete flies in folder "can_be_deleted":** | ||
| + | <code html><a href="include/inc_ext/be_special/act_fileX.php?trash=0|9"></code> | ||
| + | **set db for trash can, move files into folder "can_be_deleted", delete flies in folder "can_be_deleted":** | ||
| + | <code html><a href="include/inc_ext/be_special/act_fileX.php?moveldeletedfiles=XX"></code> | ||
| + | Where "XX" is the user-ID. | ||
| + | |||
| + | |||
| + | |||
| + | ===== Download: ===== | ||
| + | |||
| + | **File:** {{:english:other-enhancements:backend:custom-links-in-home:act_filex_v10.zip|act_fileX.php}} | ||