Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I like the functionality of the upload.module because it's so easy to just attach a file to a node.
I have two questions. Is there a way to attach more than one file to a node?
And most importantly can I get a thumbnail created automatically of the images attached?
If these are not options, is it hard to add such functionality? Where would I start?
Any development on this issue?. I can't do code, but I'd love to help make this module somehow. If you ever used gravatars you know how cool and useful it is.
Is there any place to put comment submission guidelines in? People do not seem to realise the comments are threaded and they just reply to any comment in under the whole thread.
Also, it is very difficult to move the comment after they have posted it. If they reply to a comment when it is obvious they wanted to reply to the oroginal post then I can move it but I have to fiddle a lot with the database. It would be great to have a field in the "edit comment" where I can change the comments parent.
I've written a module that has a custom page which shows a table of content which is quite wide. I'd like this page to only display the content and not the side columns. (There is navigation as part of the page header in my site.) Any thoughts on the best way to do this? Looking at it for a while it seams I may need to develop a new theme function which could be hard to maintain.
I've written a new module for uploading mp3 sermons. It has custom fields which can be preloaded from the mp3 file(s) (id3v1 or id3v2 tags) attached to the node using the standard attachment mechanism (upload.module). It has a page for showing, searching and sorting the sermon archive table as well as a block for latest and most popular sermons.
I would like to see the ability to change my signature on every node that I have posted just by updating my profile. The current signiture just seems to print at the bottom of new posts and if I change it then it only changes it for future posts, not past posts.
Is this possable or would the drupal team consider adding this feature to the user.module?