Hello,
In the Drupal 6 version, the attachment list is not displayed when viewing the node. That's because 'upload_preview_attachments' is not declared as a theme, and thus it is never called.
The attached patch fixes this by declaring 'upload_preview_attachments' along with the other themes in 'upload_preview_theme'.
Thanks.
Comments
Comment #1
rmiddle commentedIt looks like drupal.org is still having some issues. The attachment didn't make it.
Thanks
Robert
Comment #2
Alice Heaton commentedOh yes, well I'll just include the patch here, it's fairly short :
Comment #3
rmiddle commentedCommited to CVS.
Thanks
Robert