- Home
- News
- ERcore
- Jurisdictions
-
Workshops
The Workshops page allows registered ERcore users to post note about meetings and communications they are having with each other about implementing and using the software. We never know when another jurisdiction might find value in your work and want to partner with you to find and implement a solution.
January 21, 2015 - 12:00pm ER Core EPSCoR Admin Workshop October 2, 2013 - 10:00am Audioconference August 14, 2013 - 10:30am Audioconference July 23, 2013 - 10:00am Utah Workshop June 28, 2013 - 11:00am Audioconference
User "Nag Box" to remind users to complete their profile
This is a New Mexico Customization that may be helpful to other EPSCoR jurisdictions.
Through the use of the Drupal module "Percent Complete Profile" New Mexico was able to set up a "nag box" telling users to complete their profile.
In the settings/configuration of that module we were able to select the required fields of the user profile to trigger the percent requirements of the module.
In addition, through CSS we were able to style the "nag box" to our needs.
Link to Drupal module - https://drupal.org/project/pcp
CSS we applied
////////////////////////////////////////////////////////////////////////////////////////////////////
#block-pcp-pcp-profile-percent-complete {
background: #FFA500;
color: #8e0c0d;
padding: 1em;
}
////////////////////////////////////////////////////////////////////////////////////////////////////