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

Yoran’s picture

Not directly I'm afraid. The only way I see is to append your node with a filebrowser one using hook_nodeapi.

Yuki’s picture

Could you please tell me details step by step process...Thanks.

Yoran’s picture

Status: Active » Closed (fixed)

I made an article about this : http://arnumeral.fr/node/106

It's in french but I think the code by itself is universal language :)

Yuki’s picture

I hope somebody could make a patch.