By jantzen05 on
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
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
module/gallery
you could create a folder module/gallery and place all contents including .module file in it.
regards
karthik
I just thought that if the
I just thought that if the files are module specific then it cant find them and needs to know where they are?
/Carsten
as a general rule, i suggest
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)
So as I understand it, all
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
yup
yup