Your selection

You do not have any extensions in your selection yet.

Rating

  • Currently 3/5 Stars.

Share

Stats

  • 2752 views
  • 815 downloads

Zikula / Modules

Files 1.1

Extension type: Module
Extension originally created by aperezm on Feb 02, 2010

Description

The module Files allow users to manage their own files. They can upload, rename, delete, zip and unzip files and folders. The users can decide if a folder is public or private. If a folder is set as public files stored in it are accessible trough the file file.php.

The administrators can set different quotas for different groups of users.

The module have a plug-in for Xinha that allow users to add images to their posts easily.

Screenshots


TargetGroup
Advanced
Status
Normal

Files 1.1

Options


Technologies

  • pnRender
  • pnForm
  • DBUtil
  • ObjectUtil
  • PNObject
  • Workflows
  • PageLock

Translations

  • cat Catalan
  • deu German
  • eng English
  • spa Spanish
  • fra French
  • nld Dutch
  • pol Polish
Version created by aperezm on Apr 05, 2010
Core support
Zikula 1.2.1 (not supported)
Zikula 1.2.2 (not supported)
Zikula 1.2.3 (not supported)
Changelog
  • Added a plugin that allow to select image files in order to insert the link in a text field.
  • Changed the Drag & Drop functionalities with an insert button.
  • Checked repeated text strings.
Status
Normal
Code conformance
8/10
Supported hooks
This module does not support any hooks.
Provided hooks
Item Display Hooks (GUI)
Language system
Gettext
Categories
Uses no categories

1.0

Options


Technologies

  • pnRender
  • pnForm
  • DBUtil
  • ObjectUtil
  • PNObject
  • Workflows
  • PageLock

Translations

  • cat Catalan
  • deu German
  • eng English
  • spa Spanish
  • fra French
  • nld Dutch
  • pol Polish
Version created by aperezm on Feb 02, 2010
Core support
(not supported)
Zikula 1.2.1 (not supported)
Zikula 1.2.2 (not supported)
Changelog
  • Allow users to manage their own files and folder.
  • Users can decide if a folder is public or private. The content of public folders is accessible by the browser.
  • Administrators can manage the allowed extensions.
  • Administradors can decide the users' disk quota.
Status
Obsolete
Code conformance
8/10
Supported hooks
This module does not support any hooks.
Provided hooks
This module does not provide any hooks.
Language system
Gettext
Categories
Uses no categories

Comments

Write us your opinion about Files. Bug reports and feature request should be submitted at the project's tracker though.

 Feed for the comments to Files

Comment by:
espaan's Avatar
espaan
02 Feb 2010 - 11:05PM
[Version: 1.0]
Great
Nice to hear. Is the Xinha plugin already there or it it in the making?
Comment by:
aperezm's Avatar
aperezm
03 Feb 2010 - 01:07AM
[Version: 1.0]
It is there.
I've removed a "will" from the description that was confusing
Comment by:
hilope's Avatar
hilope
03 Feb 2010 - 02:39AM
[Version: 1.0]
Xinha plugin
@Erik: the plugin is already in the 4.1 release of scribite! included :)
Comment by:
Ferretlover's Avatar
Ferretlover
03 Feb 2010 - 08:48AM
[Version: 1.0]
hook from other modules?
Is there a way to(or a plan to) have a way to access functions of this module from other modules? If so this could be a way to work towards the idea I proposed on one of the Waves of a central file API that could easily be integrated into other modules. Galleries, downloads, juke boxes, and so much more could be built from a single core that is intelligent about it's file handling, and integrates well with Zikula.
Comment by:
aperezm's Avatar
aperezm
03 Feb 2010 - 10:36AM
[Version: 1.0]
It is a good idea
In this moment it's not possible, but it's a very good idea for a near future.

Look at this ticket sent by Axel:

http://code.zikula.org/files/ticket/2

of course I'll accept this ticket.
Comment by:
HalbrookTech's Avatar
HalbrookTech
04 Feb 2010 - 06:45AM
[Version: 1.0]
Hooks to others..
I'd say it's a near requirement for any file management system to allow to hook to other modules :) When you start working on it, let me know, I'd love to integrate it with the new Banners module I'm working on.
Comment by:
HalbrookTech's Avatar
HalbrookTech
04 Feb 2010 - 06:48AM
[Version: 1.0]
I disagree with relay being listed in Axel's ticket, as I veiw Files & Relay as being two solutions to the same problem, Relay being an FTP app, it's more an admin tool, where as Files is for all users :)
Comment by:
aperezm's Avatar
aperezm
04 Feb 2010 - 09:46PM
[Version: 1.0]
I don't know when I'll begin working on it, but as soon as I have time. Could you define which would be the requirements of hooking Files with banner?
Comment by:
HalbrookTech's Avatar
HalbrookTech
05 Feb 2010 - 07:02AM
[Version: 1.0]
Upload button to upload the file, and auto insert the URL in to the URL field. I'd think this would be useful to almost any module hooking to Files.
Comment by:
nestormateo's Avatar
nestormateo
07 Feb 2010 - 09:08PM
[Version: 1.0]
Hook
I guess that any Hook there must be as independient as possible, so, it retrieves the attached file info, but to auto insert a field probably is not even supported by the Core, and a "custom" check in Files... well, it can be, but seems not clean to me.

Files can give you all the File info + URL, then in the Banners template you check for $hooks.Files, if it's not present you take the $banner.url value... I guess it's a better generic approach.
Comment by:
HalbrookTech's Avatar
HalbrookTech
25 Feb 2010 - 01:31PM
[Version: 1.0]
That's actually what I had meant Mateo, upload the file and return a URL that could be inserted in the field. Of course I'm planing to hopefully link Banners to the other image modules like Simple Gallery and Media Share I hope.
Comment by:
aperezm's Avatar
aperezm
05 Apr 2010 - 11:29PM
[Version: 1.1]
Plugin that add the link of an image into a form text field
With the version 1.1 it's possible to add a text form field that gets the selected image URL. Into the package there is a readme.txt file that explain how to use this functionality in order to add that field in a module form.
I don't know if it is exactly what you was talking about.
Comment by:
HalbrookTech's Avatar
HalbrookTech
06 Apr 2010 - 04:42AM
[Version: 1.1]
I'll check it out when I get done with the two projects I'm on. :)
Comment by:
HalbrookTech's Avatar
HalbrookTech
10 Apr 2010 - 08:12AM
[Version: 1.1]
Looks like you've got the idea, I need to look at the plugin, but there's a few thigns, at a glance that need some further thought, I'll log tickets.

Note

Only registered users are allowed to add reviews.
Register an account or Log in.

Reviews

You tried Files out or are using it? Share your experience and create a review about Files.

Note

Only registered users are allowed to add reviews.
Register an account or Log in.

History

This graph shows how views and downloads developed. It also contains several events in form of vertical bars. Thereby are local events, as a new version or a comment, and global events, like for example new core releases or other appointments.

Powered by ModuleStudio 0.4.10