I have created an Attendance Certification form. For each section a participant selects they receive credit for the hours (length of time of that class). The calculation works fine. Now I am being challenged to only show a maximum of 10 hours. So, they may select they attended 14 hours worth of classes, but the total should not show more that "10".
Any assistance would be greatly appreciated. This is forms needs to be completed by 8/22/2024 at 8:00 a.m. edt.
I created a bunch of articles with tags. To keep simple let's say they have tags red, green, or blue. I created a view with Title, image thumbnail. I added the view to sidebar. I want the sidebar to only show articles tagged red if I am reading an article tagged red, all green articles if my article is tagged green...
I tried adding tag as a contextual filter but I am not sure how to configure to work i either get all articles or no articles.
I've enabled the Statistics core module in Drupal and activated node visit numbering, but I'm looking for more detailed information about webpage visits. Specifically, I’d like to gather data such as IP addresses associated with these visits, or any additional insights beyond just the number of visits.
Does anyone know if there’s a built-in Drupal tool or module that provides more detailed analytics or if there's a way to get this kind of data? Any suggestions or recommendations for modules or configurations that might help would be greatly appreciated!
I need help with Drupal LDAP module authorization as i'm not able to get it to work.
Drupal works as docker container (drupal:10-apache image). Both php_ldap and drupal LDAP module are configured and working.
I set up LDAP, so i can log in with my Active Directory account. When user logs in, debug message "Done with my_ldap_authorization" is displayed, but no roles are assigned.
I've been reading all the forum posts and docs search engines are able to find, but no luck so far.
Hello! I ran into a problem Installing the new Drupal 11.1 core. It is a fresh install from zero. I am installing into a shared server, so I dont have many options but copy/paste the package and run the installation right on site, no composer, no drush... everything user friendly. But when everything finishes, I go to the Extend Tab and there is no "+Add New Module" on it. It doesnt have "+Add new theme" either. When I try the address /admin/theme/install o r /admin/module/install it says "page not found" and the "update manager module" is installed.
My organization is currently making use of Config Split across three environments. (dev, stage, and prod) respectively.
During a recent deployment, our 'prod' environment stopped picking up the correct config files to use, and prevented us from deploying. We are trying to identify what the issue is.
The only config changes we made, is that we set our 'system.site' and a custom 'lms_mail.settings' config to be different for each environment. (So that we can control the values of the different configs per environment).