tusharjoshi / netbeans-php-drupal

Netbeans Drupal Development Tool
Apache License 2.0
107 stars 14 forks source link

Custom template files #32

Open stefanocallegari opened 11 years ago

stefanocallegari commented 11 years ago

Hi,

I have tried to customize the template files but what kind of path I must insert in Options?

I have these paths: /home/stefano/.netbeans/my/DrupalDevel/files/module/7 /home/stefano/.netbeans/my/DrupalDevel/files/theme/7

with, respectively, these files:

_drupal_safename.inc _drupal_safename.install README.txt _drupal_safename.info _drupal_safename.module and _drupal_safename.info print.css style.css

I have setted version 7 as default in Options.

I have tried to set the "Custom Template Files" path to:

/home/stefano/.netbeans/my/DrupalDevel/files or /home/stefano/.netbeans/my/DrupalDevel

but I still have the original templates when I create a new module.

Where I wrong?

Thanks

Stefano

silkentrance commented 8 years ago

@stefanocallegari Have you solved this yet? Can we please close this issue then?

stefanocallegari commented 8 years ago

Not yet.

silkentrance commented 8 years ago

@stefanocallegari I just tried this out and it works just fine. Like you I set the custom templates folder in the global options and created a module that now gets created from the custom templates.

Have you checked your project properties? There is also a Drupal section where you can set the Drupal version for that project. If this points to a different version, then NDDT will use the templates for that version instead.

silkentrance commented 8 years ago

@stefanocallegari ping