Posted: Sat Sep 10, 2005 10:10 pm
Does not run on Safary and Mac
Thanks for your feedback.Wizard wrote:Just a note to say thanks for the plugin!
Well, I've coded this downloadmanager-plugin during about 10 or 12 hours, allocated to two days. I think it is absolutly normal, that this can't be really perfect.However I did notice a few odd things. If you check out my site they are noticeable. Like that some things in the description are bolded to the left of the : and some are not.
This is a feature, which I've already on my personel ToDo list. I've not implemented this for the first release, because I wanted to release it as soon as possible.Also it doesn't appear that you can use BBCode in the descriptions. I would like to have the ability to embed links, font changes, etc..
I have everything in this file-list table in an own column and the table has cellpadding=0 and cellspacing=0, so it's clear, why the filename appears so closed to the icon.Also can you explain why the filename is so close to the icon. Perhaps a CSS file needs to be tweaked? Or is it hard coded?
these crypted filenames are needed, because I ddidn't want to create a big directory-structure in the download-directory like the categories looks like. This would bloat the code and would produce heavy problems when SAFE_MODE is activated.Excellent plugin though! I really like the ability to upload files as well. I did notice however that the stored file has a different name. Looks like a temporary file name. My first file was named 4sBbqAaLkq1djo8cNnsbMlr1KPpv5Oo Was this by design? It only means that to download files you MUST use your download manager.
I'll do my very best...Keep up the good work!
Not quite. It seems like two of the listings are different from the rest. If you look at the example shown from my blog you can see the two that I refer to. Subcategories: and Downloads in this categories: are not bolded like the rest. Just the label, not the information. Minor, but it stands out. I agree the description should start a new line, so don't change that.Your first thing seems to be the descriptions of a file, when watching the details of a file. You seems to mean that all stuff, like the filesize, the filedate and the number of downloads are directly on the right side of the :, but the filedescription begins in a new line after ther :, have I understand you correctly?
Ahh, now I've understood.Wizard wrote:It's pretty good for being the first release, in fact it's awesome. As I mentioned these are minor wishes, just polishing. Let me try to clarify one issue.Not quite. It seems like two of the listings are different from the rest. If you look at the example shown from my blog you can see the two that I refer to. Subcategories: and Downloads in this categories: are not bolded like the rest. Just the label, not the information. Minor, but it stands out. I agree the description should start a new line, so don't change that.Your first thing seems to be the descriptions of a file, when watching the details of a file. You seems to mean that all stuff, like the filesize, the filedate and the number of downloads are directly on the right side of the :, but the filedescription begins in a new line after ther :, have I understand you correctly?
This is also a good idea too and I'll implement this too, thanks.I like the idea of not showing the filedate, it's not as useful as filesize. Make sure you leave that. I have two sidebars and I have plenty of room, but then again I'm not using large file names either. Perhaps you can make it configurable about exactly what fields you want to show, including the file icon, description, name, etc... This would give a user more flexability where space is a premium.
good point, will think about this.If I can add more to your "ToDo" list then here are some more for consideration.
- Add the ability to have some categories hidden from general public vs registered users
If you mean the fildnames (Filename, filedate, etc...) then this would be very hard to realize and I also don't see the sense in that...?- Ability to custom define column labels
Yeah, in any case I wanted to add more mime-types and to create uniform icons. At the moment the icons are collected from other software and applications, so they are not very uniform. Then I'll make them also transparent.- Make icon transparent. If you look at my category listing the icon has a white background, but my blog has a colored background so it stands out
This is correct. I'll change that.- Category listing shouldn't be bolded On my blog "Software" is bolded but the "3" is not.
No, what I mean is that you have two column labels #dls and dls which I am to understand means Number of downloads and Downloads, respectively. I would think the first would be No of Files and the second No Times Downloaded. So the ability to create my own labels would help. Plus what about different lanquages? A language file would be useful. Also shouldn't the permlink be something like the others:If you mean the fildnames (Filename, filedate, etc...) then this would be very hard to realize and I also don't see the sense in that...?
Ahh, I see... also a good point. I can implement thisWizard wrote:No, what I mean is that you have two column labels #dls and dls which I am to understand means Number of downloads and Downloads, respectively. I would think the first would be No of Files and the second No Times Downloaded. So the ability to create my own labels would help.If you mean the fildnames (Filename, filedate, etc...) then this would be very hard to realize and I also don't see the sense in that...?
Yeah, this is already on my todo list and will be implemented in 0.2Plus what about different lanquages? A language file would be useful.
Well, I've taken this idea from the guestbook-plugin. I thought, this would be the correct way to do this?Also shouldn't the permlink be something like the others:
/index.php?/pages/link.url
What you have is
/index.php/serendipity[subpage]link
The contact form uses permalink.dma147 wrote:Well, I've taken this idea from the guestbook-plugin. I thought, this would be the correct way to do this?Also shouldn't the permlink be something like the others:
/index.php?/pages/link.url
What you have is
/index.php/serendipity[subpage]link
Give me an example of a plugin which uses a permlink like the one you want, then I'll think about to change this.