Hi Guys,
the beta phase is over. You can download version 1.0.0 here.
There is also one new feature in this version. This feature was requested by Andy R and I put it in the 1.0.0.
The new feature is, that you can now choose if you just want to show the most popular files for the currently logged in user. This feature is turned off by default, but you can turn it on in the options.
There are three different modes for the feature which you can choose in the dropdown:
- NO: The most popular files are calculated based on all users, not only the logged in one (default setting)
- YES: The most popular files are calculated based on the logged in user. If no user is logged in the result is 0 popular files.
- EXTENDED: The most popular files are calculated based on the logged in user, but if no user is logged in the most popular files are calculated based on all users.
You can also provide a “No files available message” which is displayed, if no most popular files can be shown to the current user/visitor of your page.
I hope you enjoy the module. If you have any further wishes, comments, critic, just leave a comment.
Hi Guys,
to get Phoca Download Latest Additions working with Joomla 1.7 you need to do some modifications to the mod_phocadownloads_latest.xml. After installind the module you’ll find the file in the modules/mod_phocadownloads_latest folder.
Replace the content with this, and you can configure the module via the admin interface.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <?xml version="1.0" encoding="utf-8"?> <install type="module" version="1.5.0"> <name>Phoca Downloads - Latest additions</name> <author>C. Lupu</author> <creationDate>December 2009</creationDate> <copyright>Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>klupu@yahoo.com</authorEmail> <authorUrl>www.orangecreative.net</authorUrl> <version>1.0.0</version> <description>This module allows you to display the latest additions to your download directory made using Phoca Downloads.</description> <files> <filename module="mod_phocadownloads_latest">mod_phocadownloads_latest.php</filename> <filename>helper.php</filename> <filename>index.html</filename> <filename>tmpl/index.html</filename> <filename>tmpl/default.php</filename> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="elements" type="text" default="2" label="Displayed elements" description="Number of displayed elements (default 2). Putting the value 0 in this box will disable the limits and display all downloadable products." /> <field name="show_image" type="list" default="show" label="Show image" description="Show or hide download image (if any). If the download has no associated image, the value defaults to 'Hide' no matter what the setting is."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="show_title" type="list" default="show" label="Show title" description="Show or hide the download file title."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="show_description" type="list" default="show" label="Show description" description="Show or hide the download file description."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="description_limit" type="text" default="100" label="Description limit" description="Maximum number of displayed characters in the file description." /> <field name="show_link" type="list" default="show" label="Show download link" description="Show or hide the download page link."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="link_text" type="text" default="Get it here" label="Download link text" description="Text for the link leading to the download page." /> <field name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> </fieldset> </fields> </config> </install> |
<?xml version="1.0" encoding="utf-8"?> <install type="module" version="1.5.0"> <name>Phoca Downloads - Latest additions</name> <author>C. Lupu</author> <creationDate>December 2009</creationDate> <copyright>Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>klupu@yahoo.com</authorEmail> <authorUrl>www.orangecreative.net</authorUrl> <version>1.0.0</version> <description>This module allows you to display the latest additions to your download directory made using Phoca Downloads.</description> <files> <filename module="mod_phocadownloads_latest">mod_phocadownloads_latest.php</filename> <filename>helper.php</filename> <filename>index.html</filename> <filename>tmpl/index.html</filename> <filename>tmpl/default.php</filename> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="elements" type="text" default="2" label="Displayed elements" description="Number of displayed elements (default 2). Putting the value 0 in this box will disable the limits and display all downloadable products." /> <field name="show_image" type="list" default="show" label="Show image" description="Show or hide download image (if any). If the download has no associated image, the value defaults to 'Hide' no matter what the setting is."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="show_title" type="list" default="show" label="Show title" description="Show or hide the download file title."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="show_description" type="list" default="show" label="Show description" description="Show or hide the download file description."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="description_limit" type="text" default="100" label="Description limit" description="Maximum number of displayed characters in the file description." /> <field name="show_link" type="list" default="show" label="Show download link" description="Show or hide the download page link."> <option value="show">Show</option> <option value="hide">Hide</option> </field> <field name="link_text" type="text" default="Get it here" label="Download link text" description="Text for the link leading to the download page." /> <field name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> </fieldset> </fields> </config> </install>
Hi Guys,
you can get the new version here.
In this version there is some new functionality and one bugfix.
First of all I want to show you the new functionality.
- You can now decide if the link to the file is only visible if the visiting user is logged in.
- You can now choose the download link creator. Default will give you a full link (http://localhost/index.php?option=com_phocadownload&view=category&id=5), “Menu Based” will give you a SEO download link (http://localhost/index.php/pakete/category1/file/5-sasdfadfs).
There was one bug, that if a file is downloaded by several users it was displayed multiple times in the view. This is now fixed!
BR,
Sven
Hi Guys,
finally the plugin got listet at joomla extensions!!
Here is the link Most Popular files for PhocaDownlad.
Please stop by and feel free to rate it
Hi Guys,
this morning I released Version 0.6.2 of my wordpress plugin.
These are the major changes:
- Caching: You can now cache the tables. This improves the speed of the page loading. If you don’t want to cache, just set the cache to NoCache.
- Icons are enabled: But beware. Have a look at the FAQ: The problem is, that it is not allowed by the DFL to show icons of the teams of the german bundesliga
- The refresh problem in the settings is solved!
Hi Guys,
as promised, here is version 0.6.1 including the possibility to choose a fav. team and the comparison option if you want to use the plugin in a page.
The fav. team will be displayed bold in the widget.
If you want to use the plugin in a page, just use [ football-standings ] in a page.
There are still some issues with the comparison view. As it is not possible to snychrnonize the two compared leagues.
I will have a look at it (I guess I need some AJAX here
), will (again) learn how to use AJAX and try to put it in the next version.
Also there is still a litte bug in the options. If you save them, you manually have to relaunch the site to see the changes in the options view (This is just in the view, the data is stored correctly to the database). <= I’m on it.
I hope I can bring out the next version real soon.
ENJOY!
Hi Guys,
as previously announced there is finally a new version of the football standings plugin. It does not has the same functionality as version 0.5.0.
Here are the main changes:
- Only PHP5 support
- It is not possible to show icons in the table (this is not allowed by the DFL)
- Caching disabled
Since this version does not have the functionality of 0.5.0 here is a little road map where you can see which features are planned for the upcoming versions:
- 0.6.1: Support the page with gamedays and comparison mode of two leagues. Fav. team support.
- 0.6.2: Caching
- 0.6.3: PHP4 support (only if you wish it
)
If you have any additional wishes or ideas, just leave a comment…
Hi guys,
after almost 2 years I decided to refactor my once written (in a totally maintenance friendly manner) wordpress plugin.
I was really shocked, when I realized that my last commit was on 2009-4-7. But there where so many other things to do in the past two years…
With the refactoring some things will change:
- There will be no PHP4 support
- Finally the plugin will be OO
Since I didn’t write that much PHP Code in the past 2 years (I was mostly implementing Silverlight applications. BTW: Silverlight is really nice! Mybe there will be a SL Version of the plugin, too
), I hope I will get into it really soon, so that I can finish the first refactorings in the next days.
If you have any wishes for the future Version, just leave a comment and I’ll think about including it.
Stay tuned,
Sven







