atlas news
    
Planet Drupal
15  octobre     16h19
Bounteous.com: Empower Your Marketing Team with These Exciting Drupal CMS Features
   Discover how a comprehensive Measurement Strategy can optimize B B performance by aligning metrics, improving data quality, and driving business outcomes.
    15h09
Ramsalt Lab: Top 10 presentations from DrupalCon Barcelona 2024
   Top presentations from DrupalCon Barcelona Hansa Pandit Drupal frontend developer ...
    14h38
Four Kitchens: From custom to contrib: Rebuilding our Localist module to import event data into Drupal
   Marc BergerSenior Backend EngineerAlways looking for a challenge, Marc tries to add something new to his toolbox for every project and build be it a new CSS technology, creating custom APIs, or testing out new processes for development.January, For higher ed institutions and nonprofits,...
14  octobre     18h00
Talking Drupal: Talking Drupal #471 - Off The Cuff #9
   Today we are talking about Freemium Drupal Modules, The WordPress hub bub, and Drupal, Now with AI with our hosts. We’ll also cover FullCalendar as our module of the week. For show notes visit: https: www.talkingDrupal.com Topics Freemium Drupal Wordpress controversy Drupal CMS and AI ...
    15h26
Drupal Association blog: Navigating Unsupported Drupal 7 Modules: How HeroDevs is Supporting Extended Maintenance
   The Drupal Association has published this guest blog on behalf of HeroDevs. The official end of life EOL date for Drupal is January, . However, as outlined in the PSA issued on June, , the Drupal Security Team announced a change in their support strategy that would take effect...
    09h29
Golems GABB: Managing Enterprise-Level Drupal Projects
   Managing Enterprise Level Drupal Projects Editor Mon, : In this era where websites are like storefronts for many businesses, there is an increasing need for strong and flexible CMS. More than . million websites worldwide, including some of the...
    08h01
rachel norfolk: Community Driven Development
   Community Driven Development For many years in the Drupal community, I’ve found that my greatest pleasure is not in actually creating the next awesome feature and, wow, we have some awesome features coming... but in helping to mentor those who will in the...
13  octobre     18h03
code: Drupal 11: Adding Operations To Running Batches
   This is the fifth article in a series of articles about the Batch API in Drupal. The Batch API is a system in Drupal that allows data to be processed in small chunks in order to prevent timeout errors or memory problems.So far in this series we have looked at creating a batch process using a form,...
12  octobre     07h14
Peoples Blog: Create a custom Drupal Service and Use as a Helper
   Creating a custom Drupal service allows you to encapsulate functionality and access it wherever needed, promoting modularity and reusability within your codebase as a Helper. In this article we are sharing an example of how to create a custom Drupal service and use it as a helper. Step : Define...
    07h14
Peoples Blog: Imagefield Slideshow module to render Slideshow on Drupal website
   If you want to show images as a slideshow on your drupal website and want to do it quickly. Here’s the module which solves your purpose. Imagefield Slideshow is the simple module which will allow images to render as a slideshow on the drupal website at the field level. This module will provide a...
    07h14
Peoples Blog: Unable to install Update Manager, update.settings already exists in active configuration
   Generally you see this error while you try to install the update manager module via UI or via Drush command. Not really sure how you came up with this issue. But if you are seeing this issue, you have an entry in your site ;s configuration saying that the update module is already installed. ....
    07h14
Peoples Blog: How to run PHPUnit test cases on your local machine for Drupal
   Running PHPUnit tests helps ensure that your Drupal module behaves as expected and provides a reliable way to identify and fix issues during development. To run PHPUnit test cases on your local machine for Drupal, follow these steps: Install PHPUnit and its dependency: Make sure you have PHP...
    07h14
Peoples Blog: API Docs, Drupal contributed module for your Developer Portal
   This module will provide API Docs to your Developer Portal, It is powered by Drupal content type, custom field formatters amp; views. Here ;s a step by step guide to help you to download, enable, configure and use the module for your developer portal. Download amp; Enable the Module: Visit...
    07h14
Peoples Blog: How to improve drupal website performance
   Improving the performance of a Drupal website involves optimizing various aspects of its configuration and content. There are several ways to overall complex performance related problems and improve Drupal website performance to load it quicker. Here are some tips to enhance the performance of...
    07h14
Peoples Blog: How to build the engaging digital experience via Drupal
   Building an engaging digital experience using Drupal involves combining effective design, user friendly features, and content that resonates with your audience. Here are some tips to help you create an engaging digital experience using Drupal: Define Your Target Audience: Understand your target...
    07h14
Peoples Blog: Why is Drupal the Best Choice for Non-Profit Websites?
   Drupal is often considered a great choice for non profit websites due to several key factors that align with the unique needs and goals of non profit organizations. Here are some reasons why Drupal is a popular choice for non profit websites: Cost Effectiveness: Drupal is an open source platform,...
    07h14
Peoples Blog: Security Checklist for Drupal Application
   Securing your Drupal website is crucial to protect your data, users, and overall website integrity. Here ;s a security checklist for a Drupal website: Keep Drupal Core and Modules Up to Date: Regularly update Drupal core and contributed modules to ensure you have the latest security patches....
    07h14
Peoples Blog: Why is Drupal Chosen by Large Organizations?
   Drupal is often chosen by large organizations for several reasons. Here are some key factors that make Drupal a popular choice: Scalability: Drupal is highly scalable, allowing organizations to handle large amounts of content, traffic, and user interactions. Its flexible architecture and robust...
    07h14
Peoples Blog: Drupal LMS Features for Your Education Business
   If you ;re running an education business and considering Drupal as the platform for your Learning Management System LMS , there are several features and capabilities you should look for to ensure a robust and effective solution. Here are some key Drupal LMS features to consider: Course...
    07h14
Peoples Blog: Leveraging Content Grouping for Personalized Digital Experiences
   Content grouping is a powerful technique that can be leveraged to create personalized digital experiences for users. By grouping content based on specific criteria, such as user preferences, demographics, or behavior, you can deliver targeted and relevant content to individual users. Here are some...
    07h14
Peoples Blog: What to know before you choose a Drupal Hosting Platform?
   In this article we are gonna see a few important notes which will be helpful for people who are looking out to host their Drupal application. When selecting a hosting platform for your Drupal website, there are several key factors to consider. Here are some important things to know before making a...
    07h14
Peoples Blog: node get recent() is deprecated in Drupal 10.1.x
   node get recent is unused in core and is now deprecated, developers can use views or EntityQuery to get the nodes which are recently modified or added. Earlier drupal developers used to use the function node get recent to get the recently changed nodes like seen in below example latest...
    07h14
Peoples Blog: Fix Colima connection refused error: failed to get Info from .lima colima ha.sock on Mac
   This article is about fixing only a single error which you see with Colima on Mac machines. This might be a simple amp; specific issue, but people who are facing this issue will really feel grateful with the solution provided. While you are running Colima on your mac machines, generally you get...
    07h14
Peoples Blog: Multisite Local environment setup with DDEV and Drupal
   In this article we are going to see how we can set up a multisite environment with ddev on the local machine. Assuming people are aware of configuring the drupal multiple site from the drupal side of configurations. As we all know ddev is an open source tool for running local PHP development...
    07h14
Peoples Blog: Secure your Web Application’s Reset Password flow
   Generally any application framework provides users to have a flow to reset the passwords by default, It is more like, use clicking on the Reset Password link and redirects to a page where he will asked for email, and reset link sent to users email, so that user can reset the password on their own. ...
    07h14
Peoples Blog: Colima, similar tool like Docker Desktop, for Drupal Development
   Colima is a project that is easy to use and fully open source, and it helps in running docker containers on Linux OS and MacOs machines. We know Docker Desktop is no more a complete open source, if you are not using it personally. So now Colima is a tool which does work similar to Docker Desktop...
    07h14
Peoples Blog: Local environment setup with Lando & Drupal 10
   We developers always choose to have some tools or setup, which makes our lives easier during the development process whether it might be a local environment or higher environments. Not only will lives be easier with such a setup, even the productivity of the individual or team will be increased....
    07h14
Peoples Blog: Drupal 10 is coming in a few days
   Drupal is planned to be released in December . Drupal will be straightforward upgrades like Drupal to . Upgrade processes used are more or less similar. Mostly you need to keep your current site up to date with the latest drupal core and contributed projects. What is new in Drupal ...
    07h14
Peoples Blog: Project vs Product - Plan and Delivery, Agile Characteristics
   In the Service Industry, a Technical Lead or Technical Architect or Delivery Manager, one is always looking at the work, either as a Project or a Product, but I say, one should look at it as both, because work would be a Project for us but work would be a Product for the clients. While working on...
    07h14
Peoples Blog: Usage of Constraints (Validations) on Media Entities in Drupal Application
   In this article we are going to see how drupal developers can use the Drupal Constraints to Validate the Media entities. Basically Drupal provides Constraints to do the Validations on the Entities, where Drupal uses the Symfony’s validator and extends with Symfony’s Typed Data API for validating...