Active
Project:
Fileshare
Version:
5.x-1.0
Component:
AJAX
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2006 at 18:27 UTC
Updated:
19 Sep 2007 at 17:21 UTC
I have a site running, and I am using Fileshare, and so far so good. It works great, and does exactly what I need to do.
The only thing I have is that if I have 2 fileshare nodes displayed on the same page, only the top one shows the "Upload and New Folders" option link. The second one at the bottom of the page does not.
Is this an issue with fileshare, or with my theme, which is the B7 theme?
| Comment | File | Size | Author |
|---|---|---|---|
| fileshare.PNG | 14.6 KB | magnusprime |
Comments
Comment #1
JamieR commentedThis is a problem with the fileshare node module. It wasn't a feature that I needed so I never debuged the problem. What has to happen is that the class and id tags that are applied to the div tags have to have the node id inserted into them so that they aren't the same as each other when two (or more) appear together.
I think that should fix it.
Jamie. (module creator)
Comment #2
JamieR commentedThis is turning out to be more difficult than it's worth. We'd have to change the javascript to dynamically recongnize each node instead of having all nodes have the same id's. Plus you are only supposed to have one unique id per page, so they would all have to be changed to classes... and I'm not sure it all would be an easy or doable fix as some elements depend on having both a class and an id... I could change the php handler... but again the rest is to much at this point for a feature that I don't think is critical, and it fails gracefully. It just does not display the files as if it was not included in the snippit - like attachments. Sorry to ramble... but, I'm not going to be doing this fix any time soon.
Thanks! Jamie.
Comment #3
JamieR commentedI guess I'll leave this active, so folks know what's up.
Comment #4
dh@tbed.org commentedUnderstood that the work-to-benefit ratio may be small, but here's another vote for an eventual fix.
BTW if one is displaying two (or any n>1) fileshares in one node via aliasing, is there a recommended way to display a notice to users to click on the second (nth) fileshare name if they want to see its contents?
Comment #5
thekk commentedAnother vote for a fix, if that could be done.