How to work with Drupal Paragraphs?

Paragraphs can be used as a way for Content Creation in Drupal. It actually allows the site builders to do their stuff a bit cleanly and for the end users this will be pretty easy to manage the content, meaning people get more control on the Editing side. Paragraphs is one of the  popular modules in Drupal, for handling content. It is more or less very similar to the fields

Read More

6 tips for a successful digital agency partnership

The increasing demand for strategic partnerships with specialized agencies as part of companies’ digital transformation efforts requires a more thought out and streamlined approach to conducting these partnerships and ensuring their success. In this article, we’ll break down six essential tips for getting the most out of a digital agency partnership no matter what kind of outsourcing model you choose. Let’s get started.   Choose the right partnership model The

Read More

Drupal 9: Using The Private Temporary Store Service

The Drupal tempstore.private service is used to allow temporary user data that is available from one web request to the next. It is intended to be used for non-cache data that cannot easily be rebuild. This includes work in progress data that isn’t in the position to be saved permanently. The temporary store is a key value/store and cam therefore store anything from a single vale to a serialised object.

Read More

Create a Facebook Recent Activity Drupal Module

Enhancing Drupal’s built-in functionality with new modules is one of the features that attracted a lot of developers to the platform and made it extremely popular. This tutorial will demonstrate how to create a Drupal module, using techniques recommended by Drupal gurus. Before getting our hands dirty, let’s take a look at what are we going to learn. Prerequisites In order to fully understand the information presented in this tutorial,

Read More

Intro to Drupal: Build a Simple CMS

Drupal’s popularity has lately been rising. It’s a great platform for setting up content management systems and community driven sites. Here, I’ll give a general overview of Drupal and build a simple site for a fake client. We’ll begin with outlining the client’s needs, installing and configuring a few modules, creating user roles and assigning permissions, and finally we’ll add in some content. We won’t go into theming, as it’s

Read More

How to Have an Argument | Palantir.net

Disagreements are inevitable – especially wherever people work together. As someone who worked for years assisting with conflict resolution in the Drupal community, I’ve seen firsthand the damage that can be caused when disagreements get out of hand and turn into personal attacks. Shouting over anyone who disagrees with you and calling them names is a great way to polarize and divide people, but it’s not a great way to

Read More

Filter content between Date ranges in Drupal 7

It is tempting to believe that using the is between on a date fields will work. However, this option is used only in the case of events Starting on a range of date. This tutorial requires that you already have a content type with a date field . It is not necessary to have two fields to adjust an ‘end date’ for the event, only a date field with the

Read More

Top Drupal blog posts from June 2022

Like every month, we’re bringing you a round up of our favorite Drupal-related articles from the month before. Here are our top picks from June.   Drupal 9.4.0 is available First up, we have the announcement by Gábor Hojtsy of what’s new in the latest minor Drupal version, 9.4.0. The two most important changes are the inclusion of Olivero as the default front-end theme and Claro as the default back-end

Read More

Libsyn Podcast : Talking Drupal #354

Today we are talking about OpenSource.com with AmyJune Hineline. www.talkingDrupal.com/354 Topics OpenSource.ccom Content on the site RedHat IBM Is OpenSource.com open source? Who can contribute What makes a good article Are contributors financially compensated How large is the community Drupal Lifecycle of an article Outdated articles Publishing schedule Resources OpenSource.com To submit an article or ask AJ questions: [email protected] Enable sysadmin Write for ES – Enable architect redhat.com/architect/contribute – The

Read More

Drupal 9: Using Custom Hooks And Events In Custom Code

Custom Drupal codebases (or any codebases really) can be difficult to maintain. New developers to the system need to familiarise themselves with how the code works and what the system is doing before they can make any contributions. What makes things more difficult is when a site with lots of custom code has modifications that adapt the functionality to specific users. I will occasionally come across sites that provide some sort

Read More