Show And Tell 2012 11 9 (Drupal)

From Stadm
Revision as of 12:37, 9 November 2012 by Zack (talk | contribs) (→‎WebformToCSV)
Jump to navigationJump to search

Templating

  • Easiest way is to copy tpl file from base theme directory.
  • Clear cache after adding template to templates folder.

Adding and using stylesheets for templates and modules

  • Must be added to info file as "stylesheets[all][] = css/'name.css'
  • Also requires clearing the cache.

Insert

  • Hide image field and label in content type Display options
  • Full HTML needs to be enabled on body.

jQuery on Sliders

Webform

  • Results as table and can be emailed
  • WebformToCSV
    • How are we going to run import?