Re: Idea: Common plugin for XFileSharing June 17, 2012 11:51AM |
Admin Registered: 15 years ago Posts: 2,094 |
Re: Idea: Common plugin for XFileSharing June 18, 2012 06:35AM |
Registered: 12 years ago Posts: 1,185 |
Re: Idea: Common plugin for XFileSharing June 18, 2012 07:40AM |
Registered: 12 years ago Posts: 1,185 |
Re: Idea: Common plugin for XFileSharing June 18, 2012 04:33PM |
Admin Registered: 15 years ago Posts: 2,094 |
Re: Idea: Common plugin for XFileSharing June 24, 2012 01:05PM |
Admin Registered: 19 years ago Posts: 2,425 |
Re: Idea: Common plugin for XFileSharing June 24, 2012 01:07PM |
Admin Registered: 15 years ago Posts: 2,094 |
Re: Idea: Common plugin for XFileSharing June 24, 2012 11:12PM |
Registered: 12 years ago Posts: 1,185 |
tags at the very end of the fileLanguage: HTML"</target>" and "</project>"
Note: I have included a line in plugin.xml that sets the number of parallel downloads for a free user. While is not currently implemented in FreeRapid, it could be in a future version by changing one line in FreeRapid's source code. Think of it as future-proofing new plugins. FILE:: [base dir]\src\cz\vity\freerapid\model\PluginMetaData.java FUNCTION:: public void setPluginDescriptor(PluginDescriptor descriptor) { //-- if (maxAllowedDownloads == -1) maxAllowedDownloads = maxParallelDownloads; //++ if (maxAllowedDownloads == -1) maxAllowedDownloads = DescriptorUtils.getAttribute("defaultDownloads", maxParallelDownloads, descriptor); // "defaultDownloads" is an optional property that will set the starting number of parallel downloads for a New plugin only // maxParallelDownloads can change if "maxDownloads" changes in a new version of the plugin
Re: Idea: Common plugin for XFileSharing June 25, 2012 01:30AM |
Registered: 12 years ago Posts: 1,185 |
Re: Idea: Common plugin for XFileSharing July 07, 2012 02:45PM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: Idea: Common plugin for XFileSharing July 10, 2012 11:50AM |
Admin Registered: 12 years ago Posts: 1,174 |