Closed (fixed)
Project:
Filebrowser
Version:
6.x-2.0-rc9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 10:33 UTC
Updated:
22 Oct 2009 at 11:47 UTC
How to use filebrowser into any content type? More clearly instead of create content->directory listing, I want to use "PAGE" content type as a filebrowser(may be under content managment->page->submission and workflow-> there could be an option to associate filebrowser node to a page node content type)
So that may be below of page contents body it will show filebrowser. Is there any way to do that?
Comments
Comment #1
Yoran commentedNot directly I'm afraid. The only way I see is to append your node with a filebrowser one using hook_nodeapi.
Comment #2
Yuki commentedCould you please tell me details step by step process...Thanks.
Comment #3
Yoran commentedI made an article about this : http://arnumeral.fr/node/106
It's in french but I think the code by itself is universal language :)
Comment #4
Yuki commentedI hope somebody could make a patch.