Recently Active Questions

0 votes
1 answer
646 views

Can anyone please help to get the transaction details in commerce checkout complete page. I could get using hook_commerce_checkout_complete($order). I can show the success/Error transaction and order ...
3 votes
1 answer
776 views

I downloaded the social media module and I found this token: [socialmedia:sm-twitter_username]. I want to show it where the Read more / Add new comment section is, under an article. Since I can't find ...
2 votes
1 answer
2k views

In my twig file i try to override the field. In the {% if %} clause I need to check whether a field has particular value, if yes then assign the value as a class. {% for item in items %} {% if ...
0 votes
2 answers
2k views

In Drupal 8, I have a hierarchical taxonomy vocabulary called "Living Things" containing these terms: Animals --Fishes ----Blennies ------Yellow Blenny ------Green Blenny ----Gobies ------Blue Goby --...
0 votes
3 answers
2k views

I am trying to import the config from another of my Drupal 9.1.4 projects with Composer / Drush (drush config-import from a folder source, all two websites on my local repository on Xampp), but a ...
1 vote
1 answer
976 views

I have two content type, Bill (Type1) and Cash Receipts (Type2), Type2 referencing Type1 when cash is received. In Type1 I have date field called (Bill Issue date), and Type2 I have date field cash ...
1 vote
1 answer
707 views

I use Paragraph module Version: 8.x-1.5. Somehow I can't delete individual items anymore? Is there a settings somewhere I missed?
0 votes
2 answers
876 views

I have below content types with following related fields setup in a Drupal7 setup. Activity Fields: Name, Body and Image. Event Fields: Date Location: Term Reference for Taxonomy Location ...
1 vote
1 answer
714 views

So the idea is to load the results of the search on the same page. I was told to look into SOLR, but it looks like we have something similar to SOLR , and we just need to know how to load new page ...
3 votes
2 answers
4k views

My configuration: latest dev entity translation and field collection module + patch. I tried: 1. Entity translation is on just for taxonomy term and node, but not for field collection (it triggers ...
5 votes
2 answers
504 views

My goal is to import data of customers from a csv file to my custom entity. For that I wrote a migration with the migrate_source_csv module as source plugin. This works fine, but the problem is, that ...
1 vote
1 answer
842 views

How do I get complete SQL query from Views, the one I could run in mysql directly.For example biggest stumbling block is fields part. Like below SELECT users_node.uid AS users_node_uid, node.created ...
1 vote
1 answer
546 views

I want to list nodes from children terms using or editing taxonomy_select_nodes function. Actually I added these few lines but I get an infinite loop or slow response: function ...
1 vote
1 answer
467 views

I created a calendar feature for organic groups, and tried to enable it in a group with spaces_og. The page refreshes saying changes have been saved but the feature is still disabled. In the logs, ...
0 votes
0 answers
43 views

Objectives: We are trying to create a promotion in Drupal Commerce (Drupal 10.1.8) that offers 20% off all products EXCEPT for a few (10) specific products. Here's the challenge: Current Setup: 1-...

15 30 50 per page
1
2 3 4 5
5877