1
Mamba
WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/7/31 22:50

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


WF-Downloads is a file download management module. With it, you can easily set a downloads section on your site and offer unlimited amount of files to your users. The module supports subcategories, has a fully integrated permissions system as well as a complete notifications system.

Features:

- create multiple categories and subcategories for your downloads
- decide which groups are allowed to download and submit files
- choose to validate uploads first or have them automaticly accepted
- edit/delete existing mimetypes and add your own ones
- define which groups are allowed to upload which filetypes (mimetypes)
- add thumbnails and screenshots to your downloads
- disallow direct download linking (leeching) with a whitelist for sites allowed to link to your files
- add extensive informations to your downloads like version, platform, license
- define disclaimers for file up- and download
- set downloads offline without deleting them
- define publishing and expiration times for downloads
- protect downloads outside of your webroot
- support for multiple mirror
- comments support
- review system for files

While there are currently no plans to develop any new features, it has now been updated to XOOPS 2.5.5 Admin GUI, and tested it on XOOPS 2.5.5 and PHP 5.3.15, so those of our users who are still using an older version of it, can benefit from the new Admin GUI.
This Beta 1 release still needs some work on cleaning some of the functionality, but you can help us with testing.

Download: XOOPS SVN

Requirements: XOOPS 2.5.5

Please help us with testing...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
jcweb
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/1 14:26

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi Michael
Thx for sharing, really great! One problem i have, can someone confirm? All seems fine, only i cannot delete a download?

Are the english lang files complete? If yes i can complete and send the german UTF-8 lang files in some days.

Greets Andy

3
Mamba
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/1 18:52

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
One problem i have, can someone confirm? All seems fine, only i cannot delete a download?

Confirmed. I'll look into this sometime this week, unless somebody can help and find it quicker...
That would be actually very cool
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
zyspec
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/1 20:14

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Fortunately this is an easy fix...

in ./admin/main.php change line 582 from
xoops_confirm(array('op' => 'delDownload''lid' => $lid'confirm' => 1'title' => $title), 'index.php'_AM_WFD_FILE_REALLYDELETEDTHIS "<br /><br>" $title_DELETE);


to
xoops_confirm(array('op' => 'delDownload''lid' => $lid'confirm' => 1'title' => $title), 'main.php'_AM_WFD_FILE_REALLYDELETEDTHIS "<br /><br>" $title_DELETE);

5
jcweb
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/1 20:41

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi all
Fantastic zyspec, problem solved. I try different things and all seems work fine. One more question:

I did upload a doc file. In the first try i did not work (i try with some other mimetypes), wf-downloads means mimetype error. So i edit (without changing) the .doc and other mimetypes and after i edit it works fine. Can someone confirm? Its not really a problem, if we know that we should first edit the mimetypes.

Thank you both!
Greets Andy

6
jagibu
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/2 15:53

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


RSS not working:

Warning: sprintf() [function.sprintf]: Too few arguments in file /modules/wfdownloads/index.php line 152

in index.php
//    $rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border=0 alt='%s' title='%s'></a>",WFDOWNLOADS_URL."rss.php", _MD_WFD_LEGENDTEXTRSS, XOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif",_MD_WFD_LEGENDTEXTRSS);    

$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border=0 alt='%s' title='%s'></a>",WFDOWNLOADS_URL."rss.php"_MD_WFD_LEGENDTEXTRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif",_MD_WFD_LEGENDTEXTRSS'''' );



in viewcat.php

$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border='0' alt='%s' title='%s'></a>"WFDOWNLOADS_URL."rss.php?cid=".intval($cid), _MD_WFD_LEGENDTEXTCATRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif"_MD_WFD_LEGENDTEXTCATRSS'''' );

7
zyspec
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/2 20:24

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


index line 152 should be:
$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border=0 alt='%s' title='%s'></a>"WFDOWNLOADS_URL."rss.php"_MD_WFD_LEGENDTEXTRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif"_M
D_WFD_LEGENDTEXTRSS
_MD_WFD_LEGENDTEXTRSS'' );


and

viewcat.php should be:
$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border='0' alt='%s' title='%s'></a>"WFDOWNLOADS_URL."rss.php?cid=".intval($cid), _MD_WFD_LEGENDTEXTCATRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif"_MD_WFD_LEGENDTEXTCATRSS'' );

8
jcweb
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/2 22:19

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi friends
The mimetype and upload problem i can solve, it was a permission error of the user!

One problem in the admin section of the mimetypes. There you have the option to allow or disallow a mimetype for user groups with one click. This will give a blank page. I remember that this point was in every version a bug.

Now only one more problem, i dont know someone can confirm. The review area is complete out of the templates and will show down on the left.

Great work!
Greets Andy

9
Mamba
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/2 22:46

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thanks Zyspec. It has been added to SVN now.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

10
DCrussader
Re: WF-Downloads 3.21 Beta 1 ready for testing on XOOPS 2.5.5

English language files have to be corrected in order to work on TX
http://help.transifex.com/features/formats.html#php-files
All invalid spaces must be removed.

Login

Who's Online

173 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 173


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits