MicroDownloads [Deleted]

if only i could use this :notworthy:
had to uninstall for now

get this with a lot of uploads
Wtd7


also i managed to upload 1 file, approved it

it shows here:
WtdS


but the file isnt there
Wtee
 
i know why the files are not showing and thats down to it using the secodery usergroup id not the main group id.
Im changing this so it will look for the main group id and will upload the fines as soon as i can.
 
  • New Files should show up in What's new and searchable as a separate content type (just like resources here on XF.com)
  • User's should be able to watch files and get alerts of updates
  • Likes on Files
  • Alerts to Author on Likes and comments on his file
  • Report files!
Definitely worth paying a fee if all those suggestions (especially the ones I quoted) would be added. :)
 
The next release will be out soon and i would have added in the alerts for users that have put a watch on that file.
I now have the alerts working when a file is updated and just need to sort out the watch for users to click.
 
have the alerts working just for new files that are uploaded to a product thats already there.
In the commnercial version i will have a settings for users to get update alerts for new files added and so on.
The user well be able to turn these on or off when i have finished.
 
Micheal updated MicroDownloads with a new update entry:

MicroDownloads

Have added in watch download,
this will alert you when every it is updated if you have clicked the watch file button.
Once you have clicked this button it will change to a un-watch file button so if you dont want to watch this file any more you dont have to.
Also fixed error within admincp when admin adds a file it would not put there userid in this has been addressed.

Here are some screenshots of this as well.

Read the rest of this update entry...
 
I have got this error after uploading a file

View attachment 33041


i know what this is and its down to the fact the file name is to long when trying to rename it.
When you upload a file shorten your file name as the system will change the name of the file and add a random code after the file name like so.

version_102_ksdfgu435kg34.zip

if your file name is to long you will get this error.

I have looked this up and this is the same for all file uploads.
 
Will you fix the problem with usergroup permissons?
When I selected "Registred" nobody in my staff can download anything
 
Will you fix the problem with usergroup permissons?
When I selected "Registred" nobody in my staff can download anything

to add more default usergroups you will need to edit the file library/MicroDownloads/Model find this line of code on 376
PHP:
$UserGroup = '3,'.$UserGroup;

and add the extra usergroups like so

PHP:
$UserGroup = '3,4,'.$UserGroup;

this will add the mods to the usergoups.

The commercial version will be able to choose multipul groups.
 
Back
Top Bottom