Difference between revisions of "Show And Tell 2012 11 30 (Drupal)"

From Stadm
Jump to navigationJump to search
(Created page with '==jQuery on Sliders== *AdaptiveTheme has some issues with Views Slideshow **Use scripts to fix this ***Add the same way as stylesheets ***jQuery needs to have special wrapper aro…')
 
Line 1: Line 1:
==jQuery on Sliders==
+
==ERI IT CARF with jQuery Autocomplete==
 +
*Pulls from PHP script on ERI site that generates JSON from query to people nodes
 +
*Template Formats to display Full name followed by email in brackets
 +
*Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
 +
 
 +
==jQuery on Sliders/CCBER flash replacement==
 
*AdaptiveTheme has some issues with Views Slideshow
 
*AdaptiveTheme has some issues with Views Slideshow
 
**Use scripts to fix this
 
**Use scripts to fix this
Line 10: Line 15:
 
**How are we going to run import?
 
**How are we going to run import?
  
==ERI IT CARF with jQuery Autocomplete==
 
*Pulls from PHP script on ERI site that generates JSON from query to people nodes
 
*template Formats to display Full name followed by email in brackets
 
*email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
 
  
 
[[Category:Presentations]]
 
[[Category:Presentations]]

Revision as of 15:46, 21 November 2012

ERI IT CARF with jQuery Autocomplete

  • Pulls from PHP script on ERI site that generates JSON from query to people nodes
  • Template Formats to display Full name followed by email in brackets
  • Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.

jQuery on Sliders/CCBER flash replacement

Webform

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