Supporting a strong web presence to empower homeless youth.
Covenant House International has helped millions of homeless, runaway, and trafficked youth for more than 40 years. Driven by a mission to treat young people with respect and unconditional love, their online presence is an integral part of the fundraising that enables them to do more good.
In an effort to keep pace with competitors and satisfy a wide-ranging customer base, Buckeye Broadband sought the opportunity to upgrade its website and integrate a state-of-the-art billing system within its marketing technology stack. GeekHive recommended Drupal 8 as a future-ready and flexible CMS that could bring Buckeye Broadband up to speed with its customers and increase its competitive edge.
I'm having some trouble setting up my photo album. I need your help ... it will probably be obvious, once I will have mastered the configuration !!!
Three questions
1 - What is the difference between "cover" and "thumbnail"
2 - I wish to have a presentation of small photos and if I click on one of these small photos, I wish to have the large photo version.
3 - How to manage an album: deletion of a duplicate or add a new one, replacement of a photo, correction of a description ...
I have a D8 custom module with a custom form and I want to calculate the time with microseconds between the page load and the user submission of the form.
I did it with d7 and now want to port this code to D8 for studying and understanding D8 but I'm stucked.
in the D7 version I successfully did it with these lines of code: if (variable_get($random_code) == NULL) {
variable_set($random_code, microtime(true));
}
$form_state['cache'] = TRUE;