Status: offline

kobab

Forum User
Regular Poster
Registered: 02/22/10
Posts: 73
dengen released downloads plugin HERE. This is an attempt to improve features of filemgmnt. Geeklog Japanese adopted this. You can see how it works HERE. Features: * Create, edit, and delete downloads file information on admin panel. * Download file can be classified in multi-level category. * The description and details of file can be expressed freely using HTML text. * Like the story you can edit using the Advanced Editor. * Snapshot thumbnail view. * Multi-language support. Your feed back will be appreciated.

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
I like the snapshot feature.

One of the Geeklog Core Developers.

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
It seems that files for download can be outside the public_html folder as I see in the config area... but I need to test this feature to confirm.

Thanks for this new realease.

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

dengen

Site Admin
Admin
Registered: 05/03/07
Posts: 37
Hi Kobab,

Thank you for creating this topic.
Actually, rather I should have to appeal to Download plugin.

Hi Laugh,

The snapshot thumbnail was a feature I want to work hard in addition.
You can also replace the snapshot in the Media Gallery images and albums by using the Autotag.
Have fun.

Hi Ben,

As you would expect, it is possible.

And I want to pay attention to compatibility with Geeklog, CSS layout flexibility, correctness of the HTML output, handling and ease of use, etc.

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Just a feature request : Could it be possible to have an import function for importing files from the filemgmt plugin. :chestslam:

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

dengen

Site Admin
Admin
Registered: 05/03/07
Posts: 37
Quote by: cordiste

Just a feature request : Could it be possible to have an import function for importing files from the filemgmt plugin. :chestslam:

::Ben


Downloads plugin provides script to receive the data from Filemgmt plugin.
Login your site with Root user permission, access to http://your_site/admin/plugins/downloads/fm2dm.php . And, please follow the instructions.

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Oops! Thanks. Next time I will :rtfm: :shakehands: :chestslam:

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569

Login your site with Root user permission, access to http://your_site/admin/plugins/downloads/fm2dm.php . And, please follow the instructions.


To import datas from Filemgmt 1.5.3, I needed to add $_FM_CONF at the beginning of the file fm2dm.php

Text Formatted Code
require_once '../../../lib-common.php';
require_once '../../auth.inc.php';
require_once $_CONF['path_system'] . 'lib-comment.php';
require_once $_CONF['path'] . 'plugins/downloads/include/functions.php';

$_FM_CONF['filemgmt_FileStore'] = $filemgmt_FileStore;
$_FM_CONF['filemgmt_SnapStore'] = $filemgmt_SnapStore;
$_FM_CONF['filemgmt_SnapCat'] = $filemgmt_SnapCat;


Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
and I added a redirect in the .htaccess to keep all links valid

Text Formatted Code

<IfModule mod_alias.c>
        Redirect permanent /filemgmt http://mysite.com/downloads
</IfModule>
 

Ben
I'm available to customise your themes or plugins for your Geeklog CMS