Hi
I would like to know where to put files if I install a ekstra module eg. gallery.
The file gallery.module goes in drupal/modules but where goes the folder with content "po" and "content"?

/Carsten

Comments

ponkarthik’s picture

you could create a folder module/gallery and place all contents including .module file in it.

regards

karthik

jantzen05’s picture

I just thought that if the files are module specific then it cant find them and needs to know where they are?

/Carsten

jakeg’s picture

as a general rule, i suggest putting all contributed (i.e. not core) modules in their own directories within modules/

e.g.

modules/fckeditor
modules/image

etc., so you know which ones are contributed, and which ones are core (all core modules don't go in their own directories)

jantzen05’s picture

So as I understand it, all modules under /modules will be added to modules in drupal since it finds the files recursively from the module dir.

/Carsten

jakeg’s picture

yup