


Why is theme not used in my remote site when it is in my local site?
I just installed Drupal 8.9.13 locally with Composer: composer create-project drupal/recommended-project:8.9.13 mySite. Then I copied all files to remote site. Then I launched Drupal installer: http://path/to/site/core/install.php on both local and remote sites in... read more
Is there a way to find internal links to a specific web page?
For example, for a page called mysite.com/about can you determine any other pages that link directly to this web page? The goal is to determine all of the webpages that exist in mysite.com that have a link to the about page. read more
Create basic field data in template like node for custom entities {{ custom_entity.id }}
I see node preprocess does this $variables[‘node’] = $variables[‘elements’][‘#node’]; and then in the template one can do this {{ node.id }} but when I create a custom entity and do the same, I never get past all the the errors like... read more
Render sub arrays with http client manger API calls response
I am trying to consume PokeAPI using Drupal. For making API calls I am using HTTP Client Manager module. I am able to set up initial configuration and get the data when the response field is a string. But I am not able to get data when the response field is array.Can... read more
Web Agency of the Year
Web Agency of the Year My fingers are trembling typing this. I can’t believe it. This morning everyone in Drupal Update land is thinking “did that really just happen?” It appears it did, we are the web agency of the year! Last night, to top off the other three awards... read more
Drupal Block Weight in Drupal 8
In such a time, i want to place blocks in sidebar region with the dynamic weight. It means the blocks should render in different position for each page request. I have searched and tried lots of method but unfortunately i can’t find proper method to do that. So i have... read more
Drupal Update.com Blog: AGILEDROP: Drupal‘s path from 4.0 to 8.0
Last time we guided you through early beginnings of Drupal. We explained how all started and how first versions of Drupal were made. This time we will look how this open-source content-management framework evolved from its fourth to its latest, eight version. Drupal... read more
Web Publishing and Development: Free Tools Abound
Are you involved in DevOps and web development, or are you aiming to be? If so, you’re probably very aware of many of the tools from the open standards and open source arenas that can make your work easier. Still, these are always spreading out at a fast clip and... read more
Why Are There So Few Drupal 8 Themes?
Back in January this year, we talked about Drupal 8 themes. At that time, there were 86 themes for Drupal 8 on Drupal.org. 9 months later? There are only 133 themes for Drupal 8. In the whole of 2020, we’ve added only 47 themes for Drupal 8. Source: New feed read more
A Dozen Reasons Why Developers Will Want to Attend Acquia’s Upcoming Engage Conference
The Tech Talks at Acquia Engage have always been among the most popular sessions, so I’m excited to announce that for Acquia’s upcoming Engage 2020 conference (Nov 1-3 in Boston) we’ve more than doubled the number of Tech Talks. Tags: acquia drupal planet Source: New... read more
Highlights from Day 1 at DrupalCon USA
Source: New feed read more
Why project managers need to lose control
Being accountable for the planning, execution, and delivery of a project is demanding. Managing people, facilitating communication, resolving conflict, and mitigating risk are prerequisites to completing on schedule, and within an agreed budget. Add to this the often... read more
The transformation of Drupal 8 for continuous innovation
In the past, after every major release of Drupal, most innovation would shift to two areas: (1) contributed modules for the current release, and (2) core development work on the next major release of Drupal. This innovation model was the direct result of several... read more
The DrupalCon USA 2020 Wrap-Up – A View from the Floor
As a former tech journalist I am well experienced in attending conferences all around the world, so I was very excited to attend DrupalCon USA on the behalf of Drupal Update. With DrupalCon, it was a great opportunity to learn more about Drupal straight from the... read more
Drupalcon USA: Come to the island and get off the island
Drupalcon USA: Come to the island and get off the island Single image: The beach around the corner from our USA apartment 28.09.2020 Michael Lenahan Body: Getting off the island As a back-end developer, one of the surprising and fun things about this Drupalcon is... read more
Drupal Update blog: Cómo compartir tus redes sociales en Drupal 8: Algunos módulos útiles para Twitter y Facebook
A continuación os traigo una lista de módulos de utilidad para conectar redes sociales a nuestra web con Drupal 8. Facebook Page Pluguin Este módulo nos crea un bloque que nos permite incluir las publicaciones de nuestra página de Facebook. En la configuración, que es... read more
Drupal and polymer
Drupal and polymer27-09 2020Peter DroogmansWhat if there were polymer elements for custom Drupal functionality Read more Source: New feed read more
Drupal form’s #tree option
Drupal form’s #tree option by vannia – Sep 27, 2020 0 Comments Tag(s) Form API Drupal planet There may be a need to name the form elements in an array structure how the form is built. You can see this in Ubercart checkout pane form’s input elements. This is very... read more