Closed (fixed)
Project:
Web File Manager
Version:
5.x-2.8
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2008 at 17:42 UTC
Updated:
20 Sep 2009 at 14:20 UTC
When I am editing a node - I can see the structured hierarchical view and upload files/attach to node.
But I would like a structured hierarchical read-only view available in the View mode of a node. Is that possible - am I missing something obvious?
Comments
Comment #1
robmilne commentedI really don't have time to help but I think you could embed webfm into any page if you generalized the webfm_form_alter function.
Comment #2
sushilmasti commentedThanks for responding. If you can write a couple of lines more I am willing to do it and document it for the use of others - I know a fair amount of php and drupal but not enough to know how to proceed from your statement of generalizing webfm_form_alter - to embed the webfm file browser view in any page - I would think I would need to do something with the nodeapi hook, - maybe I don't understand it well enough.
Comment #3
robmilne commentedViews2 support has been added to the 6.x version of WebFM via patch (http://drupal.org/node/554430)
At this point the code is in head (not in a release yet) - You can get the 'views' directory from cvs...
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/webfm/
...and you need to update webfm.module too