Thanks for the very helpful joomla component!
After installing the ionfiles.zip file yesterday I noticed there were some problems and went to the Joomla components installer page. The version for this component says "0.6.0" and not "1.0". I downloaded again today just to be sure and it is still the same version.
If 0.6.0 is the latest then there were some minor problems like:
components/com_ionfiles/ionfiles.php line 177 did not have "order by ordering" when displaying the downloads.
administrator/components/com_ionfiles/admin.ionfiles.html.php line 82 and 327 had:
instead of:
One other thing that I would like (and did change in my version) was HTML allowable text in the header text, header description and file description.
administrator/components/com_ionfiles/admin.ionfiles.php line 639, 961 and 964, for example:
Code:
$description = mosGetParam( $_POST, 'description', null);
to:
Code:
$description = mosGetParam( $_POST, 'description', null, _MOS_ALLOWHTML);
I apologize if these are known problems and version 1.0 is available someplace else.