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?

CommentFileSizeAuthor
fileshare.PNG14.6 KBmagnusprime

Comments

JamieR’s picture

This 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)

JamieR’s picture

Component: User interface » AJAX
Priority: Normal » Minor
Status: Active » Closed (won't fix)

This 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.

JamieR’s picture

Status: Closed (won't fix) » Active

I guess I'll leave this active, so folks know what's up.

dh@tbed.org’s picture

Understood 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?

thekk’s picture

Version: 4.7.x-1.x-dev » 5.x-1.0

Another vote for a fix, if that could be done.