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

From Stadm
Jump to navigationJump to search
Line 3: Line 3:
 
**PHP script actually has to load all nids of content type using class EntityFieldQuery with the condition that the type is 'bio'
 
**PHP script actually has to load all nids of content type using class EntityFieldQuery with the condition that the type is 'bio'
 
**Then loads all nodes with the nids in that array.
 
**Then loads all nodes with the nids in that array.
*Template Formats to display Full name followed by email in brackets
+
*Template Formats to display Full name followed by email in brackets.
 +
**Using jquery ajax method.
 
*Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
 
*Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
  

Revision as of 15:56, 21 November 2012

ERI IT CARF with jQuery Autocomplete

  • Pulls from PHP script on ERI site that generates JSON from query to people nodes
    • PHP script actually has to load all nids of content type using class EntityFieldQuery with the condition that the type is 'bio'
    • Then loads all nodes with the nids in that array.
  • Template Formats to display Full name followed by email in brackets.
    • Using jquery ajax method.
  • Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
  • WebformToCSV
    • How are we going to run import?

jQuery on Sliders/CCBER flash replacement

  • AdaptiveTheme has some issues with Views Slideshow