Import Excel rows into a Drupal content type using batch process
We are creating a module that lets a site admin upload an Excel (.xlsx) file and import each row as a Drupal node (a content type) using Drupal Batch API. Batch processing keeps the...
We are creating a module that lets a site admin upload an Excel (.xlsx) file and import each row as a Drupal node (a content type) using Drupal Batch API. Batch processing keeps the...
Here we are discussing how to render a block like below in in front page twig template and how administrators can easily manage all text or media contents in this cards from backend. Step...
Here we are discussing about how to install let’s Encrypt free SSL certificate in your Godaddy shared hosting with out knowing much on its technical implementation. For this, place below php file as certsage.php...
Here we are discussing different ways of implementing entity autocomplete text box field in Drupal custom form. As you know we need data to be fetched from the backend to show an autocomplete list....
Here we are discussing how to effectively prevent disposable emails getting registered on your Drupal website. Many marketers are using users’ emails for various marketing campaigns. Availability of many temporary emails services like mailinator,...
Here we are discussing how to implement an explicit relationship between two custom tables in views. Here we are exposing two custom tables into views UI and using relationship, display all data of both...
Here we are discussing how to make our custom table available to the Views UI so that we can create views displays such as pages , blocks and Rest exports. Assuming we have a...
Here we are discussing how to maintain high standard Drupal coding standards in Drupal code base Including Java script , twig and CSS files. Coding Standard We follow coding standards to ensure consistency and...
Problem: We have a taxonomy terms as below with parent child terms and child terms under parents. We can say this taxonomy as categories with below terms. We have another view called article list ...
Here we are discussing how to add infinite number fields in a custom form using Ajax, Also we can remove the specific fields added in form. We are creating a custom form in path...
In websites we can gather information from users in different ways like surveys, polls etc. Here we are discussing how to implement polls in a Drupal website. What are website Polls? Polls on websites...