Libsyn Podcast : Talking Drupal #378

[ad_1] Today we are talking about Acquia’s Drupal Acceleration Team with Tim Plunkett. For show notes visit:www.talkingDrupal.com/378 Topics What is the Drupal Acceleration Team (DAT) Responsibilities Previous releases Office of the CTO – OCTO How big is the team Direction Priorities for new releases Dries’ involvement Contribution % What are you working on now Something you wish you were working on R&D Planning 2-5 years Getting involved Resources Guests Tim

Read More

Drupal 10 Release Party by ICFOSS and Zyxware

[ad_1] Thiruvananthapuram: A small south Indian state of Kerala with a vibrant free software community celebrated the release party of Drupal 10 with cakes, talks, and lots of food. Hosted by the International Centre for Free and Open Source Software (ICFOSS), Kerala, at its campus in the Greenfield stadium, Karyavattam, Thiruvananthapuram, the event was jointly organized with Zyxware Technologies as training partner and The Drop Times as media partner. A total

Read More

Remove the nodes marked as “noindex” from search API results

[ad_1] <?php   namespace Drupal\MY_CUSTOM_MODULE\Plugin\search_api\processor;   use Drupal\node\NodeInterface; use Drupal\search_api\IndexInterface; use Drupal\search_api\Processor\ProcessorPluginBase;   /** * Class NodeExclude. * * @package Drupal\MY_CUSTOM_MODULE\Plugin\search_api\processor * * @SearchApiProcessor( * id = “MY_CUSTOM_MODULE_node_exclude”, * label = @Translation(“Node exclude”), * description = @Translation(“Exclude specific nodes. For example remove the * nodes marked as noindex by metatag.”), stages = { * “alter_items” = 0 * } * ) */ class NodeExclude extends ProcessorPluginBase {   /** *

Read More

DXPR Marketing CMS, now on Drupal 10 and Bootstrap 5!

[ad_1] New Drupal 10 distribution:Marketing CMS DXPR’s demo sites used to be based on Acquia Lightning. This Drupal distribution has been great but met the end of its life a year ago. We learned a ton from working with this distribution, and we realized that we don’t want to depend on other companies’ distributions anymore, so we created Marketing CMS. As the name suggests Marketing CMS is a Drupal distribution

Read More

Access to this page has been denied.

[ad_1] You have been blocked because we believe you are using automation tools to browse the website. This may happen as a result of the following: Javascript is disabled or blocked by an extension (ad blockers for example) Your browser does not support cookies If you think you have been blocked by mistake, please contact [email protected] with the reference ID below. Reference ID: #3571a8cf-7d0e-11ed-bfee-4e666447424f [ad_2] Source link

Read More

Bug Smash: Taking a community initiative from idea to success

[ad_1] Bug Smash is a community-run initiative tackling the growing backlog of bugs in Drupal Core. What has made it so successful?  Based on my talk at DrupalSouth 2022 in Brisbane. You can also watch the recording featured at the end of this post. Drupal community members from around the globe are working together to smash (triage, update and close) Drupal bugs.  With 450+ members, this is the largest active

Read More

Access to this page has been denied.

[ad_1] You have been blocked because we believe you are using automation tools to browse the website. This may happen as a result of the following: Javascript is disabled or blocked by an extension (ad blockers for example) Your browser does not support cookies If you think you have been blocked by mistake, please contact [email protected] with the reference ID below. Reference ID: #8494cc1b-7b7b-11ed-aa3c-4e596b694a65 [ad_2] Source link

Read More

Decoupled OpenSearch: A Case Study

[ad_1] Watch the video to learn how our team leveraged a highly available AWS OpenSearch service fronted by React to build lightning-fast, dynamic search interfaces backed by Drupal using Search API. At DrupalSouth 2022 in Brisbane, I presented our experiences with Decoupled OpenSearch. In my talk, I covered our architecture, why it was chosen, and how you can set it up for yourself. an overview of the Search API OpenSearch

Read More

Drupal 9: Loading Configuration Entities Using Entity Query

[ad_1] Whilst working on a module I found that I needed to do something that was difficult to find information for. I think part of that is because the solution is simpler than I was thinking, but it did cause me to get lost in source code and internet issues for a while. What I needed to do was to load in a list of configuration entities that matched certain

Read More

Top 4 New Features of Drupal 10 – DinoTechno

[ad_1] Drupal 10 is expected to be released on 14 December, 2022 which is a very good news for all webmasters using this great CMS on their website. Drupal 10 expected to be one of the best releases ever with a lot of features to make managing websites easier and more powerful. Although Drupal 10 has many promising features, here we are going to point 4 of

Read More