Quote:
Originally Posted by Ranam2k
how about ...
|
So, you want that:
- A user can register to a category and receive e-mail when something is added/updated
- A user can register to be notified of any updates on this file
Taking these plus Cent's request suggests three levels of request
- email me whenever there's a new link I'm allowed to access (including one I create myself)
- email me on any new link in this category that I'm allowed to access
- email me whenever a link/file I've accessed is edited
A change in file size would also trigger the last case (but isn't always possible, e.g. for remote, non-mimetype files)
Cent want this to work for unregistered guest visitors, so the code will have to ask if necessary for an email address
- More detail about the links / files
link/file Name - this is currently hidden to stop leaching, but I suppose there's no harm in a pop-up giving just the local file name, stripped of any directory/web info
Author Name - Already available, just not shown in the template, so easy to add
Remote Filesize if it's a file - Already available for files with recognised mimetype *after * first download. Not possible for remote files accessed using redirects
File Type if it's a file - Already available using the file_icons_dir setting on the admin page (see documentation)
# Views - not sure what you mean
# Downloads - already visible to usergroups with can_view_hits permission, set on admin page
Date Submitted - already there!
Rating ( members can rate it ) - already there, provided you turn on can_rate_link on admin page
- Discussion can specify a link in a forum
I've thought about this for quite a while. The clean way to do this would be to use the forum parent which is used to set the link's access permissions also as the discussion forum for the link. The first time someone tried to discuss a link, a new thread would be created in that forum. The first post in the thread would be a summary of the link. Subsequently, people would simply be taken to that thread.
- Better admin summaries of who has accessed/downloaded what.
Currently, this is just a long list, ordered by date, with an optional start and end date which can be specified on hard-coded links but are not selectable within the admin template
Thoughts, anyone?