how to get rid of this:
ELMSLN connection status No connection keychain detected
To fix this either enable a module implementing hook_cis_service_registry (if you installed via ELMSLN auto setup it will be in /var/www/elmsln/config/shared/drupal-7.x/modules/_elmsln_scripted/) or roll your own (not recommended) by implementing the function: hook_cis_service_registry
I’m building a website for a gymnastics school. Their clients/users are parents, who sign their kids up for various gymnastics levels.
So, a parent registers an account and adds her kid(s) with corresponding program levels (i.e. Level 1, Level 2, Level 3, etc) directly into her user profile.
The school makes frequent program announcements such as practice times and locations. When they create the announcement node, they need it to be auto-mailed to parent who have kids in the relevant classes.
Hi everyone. I finished a slideout contact form in js, css, and html, that sits on the left of the screen and slides out for people to contact you. I'm a little lost on the next steps though. I need to create a module for custom fields so I can edit content types and add those fields to them so users can fill out the options and have that render the correct DOM elements. Where I'm lost is how do I translate those fields into the respected DOM elements on the node.