EZGDF: Powering Mobile Management with a Robust Drupal Backend

EZGDF is an innovative digital solution aimed at optimizing facility management and operations. Their goal was to provide users with an intuitive mobile app experience supported by a secure, scalable, and high-performance backend system.

Sectors: 
Manufacturing and Energy

Pontificia Universidad Javeriana Cali web portal

Pontificia Universidad Javeriana Cali homepage interface

Inside the project

Pontificia Universidad Javeriana, an institution run by the Society of Jesus, has over 400 years of history in Colombia and more than five decades in Cali. It offers a diverse academic portfolio that includes undergraduate and postgraduate degrees, continuing education, magazines and publications, as well as a cultural FM radio station.

Sectors: 
Education

Print current user in menu.html.twig file

Since menu templates do not have direct access to the user object, we need to pass it manually in my_theme.theme

function my_theme_preprocess_menu(&$variables) {
$current_user = \Drupal::currentUser();
$variables['current_user_name'] = $current_user->getDisplayName();
}

Now, you can use it inside menu.html.twig

<p>Hello, {{ current_user_name }}!</p>
 

Add custom fields to Lists (Views) block

Is there a module or another way to add custom fields to a Views block, where the field would be filled in when placing the block in the Block layout, similar to how "Items per block" is selected?
For example, a Background Color field where one of the predefined colors could be chosen.

Background color field when inserting Views block in Block layout

Maybe these fields should be entered into views under "Block settings" or in some other way:

Wirtschaftsverlag Media: Modernized Content Pool for Magazines

Wirtschaftsverlag cover in desktop and mobile view

Wirtschaftsverlag manages a content pool that supports over 30 satellite sites for specialized Austrian magazines. The project aimed to migrate the existing Drupal 7-based content pool to Drupal 8, implementing a modern decoupled frontend with Vue.js and Nuxt. The first site to launch, Fleisch & Co, serves as the flagship site, marking the successful transition and setting the stage for the rollout of other satellite sites. This migration improves the technical setup and makes content management more efficient.

Sectors: 
Publishing

Canada Foundation for Innovation: An Innovative Digital Experience Focused on Canada’s Scientific Community

Screenshot of the Canada Foundation of Innovation Front Page

Drupal serves as the foundation for the Canada Foundation for Innovation’s (CFI) corporate website and microsite, supporting a sophisticated information architecture and a modern content strategy. The website demonstrates Drupal’s ability to manage a custom content model tailored to diverse audiences while delivering relevant information in an accessible and user-friendly way.

Sectors: 
Education
Government
Non-profit

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x