Menu
  • HOME
  • TAGS

Drupal 7 Node Content Type Template Path

php,drupal,drupal-7,drupal-modules,drupal-templates

This link should get you going: http://www.wdtutorials.com/2011/06/13/drupal-7-how-create-custom-theme#.U6sZ741dXag You basically want to create a new custom theme. In addition to the above tutorial, create a new folder 'templates' and add your .tpl files in there instead of the core themes folder....

Drupal select list key in template file

drupal,drupal-7,drupal-views,drupal-templates

$row->field_field_color[0]['raw']['value']; ...

Drupal 7: Add text to default '/user' page

drupal,drupal-7,drupal-theming,drupal-templates

I would add a block with the text / content you need. Then under the "Visibility Settings" for that block, choose "Only on the listed pages". Obviously you can then set "user" as the path you want that block to show on, and any other pages you need that to...