I see I can add a lots of property of the node's attached files but I can't display it's description. Could add this in the future?
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | views_upload.inc_.patch | 1.95 KB | bartezz |
I see I can add a lots of property of the node's attached files but I can't display it's description. Could add this in the future?
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | views_upload.inc_.patch | 1.95 KB | bartezz |
Comments
Comment #1
sunSorry, unfortunately this support request is way too specific. Please have a look at the issue queue - Views maintainers are buried already. You might want to try to get further support at http://drupal.org/support.
Comment #2
danyg commentedHello,
I wrote a handler to solve this problem, it works under D5. I know this is a late post :) but I haven't search solution for this problem earlier.
Comment #3
danyg commentedComment #4
dawehnerNeeds review, stands for, there is a patch.
So create a patch :)
Comment #5
danyg commentedI've just found a bug in my code, and repair the previous version (add $query->add_field('filepath', 'files'); and a join to tables() function), because the link wasn't correct, the latest version (in #2) is now working correctly. Early version is worked only if you added teh File:Name field selector also.
Comment #6
bartezz commentedDaniel,
Can you create a patch, or at least tell us where to use this code?
Cheers
Comment #7
bartezz commentedHi,
Well I took a shot at it myself. I've managed to implement the code above and added File: description sorting capabilities as well.
When I have time I'll try to add description filter functionality as well but don't get your hopes up too much. Kinda busy now...
Cheers
Comment #8
bartezz commentedSorry changed wrong parameters :)
Comment #9
danyg commentedSorry about not to create patch, my solution was a simple single module, with the function above (module called otnet).
Thanks to You, Bartezz to create the patch from the code.
Comment #10
bartezz commentedNo sweat! I added the functionality to sort by description as well, you might want to check it out...
Cheers
Comment #11
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.
Comment #12
bartezz commentedAt this time? The patch was posted in 2009!
If it was a feature request without a patch I could understand no one was willing to pick this one up.
But code was written, tested and a patch provided. Then 8 months later there's a "won't fix" because only security issues are handled.
I like open source software due to the fact people can improve, contribute and share.
But if this is the way contributions are handled then why would people go thru the trouble of improving and sharing code...
Just my 2 cents...
Cheers