Mh, do I get something wrong here? README.txt says something about 2 modules -- core module (webfm) and optional one (attachment). I guess attachment is the one enabling Drupal to show an attachment list, isn't it? Does it refer to this attachment module? Would be bad, because it's not meant to support Drupal 5.
If not, which is the right one? Or: how do I get to display an attachment listing?

Thanks in advance, and also thanks a lot for _quickly_ resolving issues in 1.2 :)

Regards, Matze

Comments

robmilne’s picture

I need to update that file for the next release. The present README.TXT was crafted for the 4.7 version of webfm where webfm_attachment was and still is a separate module. The 5.0 version amalgamated the two modules (I did not see the need for separation and duplication of code, especially since it would require two .info files).

MatzeB’s picture

Alright, but where is the attachment list then? I did not figure out how to display the list, it seems there's no explicit option to show/hide a listing.

ATM I have 2 files attached to a node, both showing up on the edit node page, but there's no hint of attachments at all on the view node page. Permissions shouldn't be a reason since I am working as admin right now.

Regards, Matze

robmilne’s picture

Status: Active » Closed (works as designed)

See 'Append file links to Node Body' checkbox at yoursite/admin/settings/webfm.

Alternatively you could enable the 'Webfm File Attachments' block at yoursite/admin/build/block

MatzeB’s picture

Status: Closed (works as designed) » Closed (fixed)

Doh, dumb me. Thanks for the hint :)