Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi
Im trying to link the pre-configured view for taxonomy page to show products. I can make it show content but not products.
So i have created products with commerce and added a taxonomy as "Customer" So the product page shows Customer with the link and the link goes to the taxonomy view customer page. I just cant see how to get product on there.
I can create a content page with customer and it works but not with product.
Anyone know how i can get this to work? Tried relationships but nothing there relating to product.
1. I would like my users to be able to edit their own submissions until they are approved by the moderators and published. In my worldview everyone has a right to correct their own typo or add/edit a couple of lines as an afterthought. Few people (certainly not me) are able to edit their stuff to perfection at the first try. But to my dismay I don't see such a permission in Drupal 8 core. An authenticated user either cannot edit their own submissions at all or they can edit any of their submissions no matter published or not which is undesirable in a moderated environment.
I'm trying to do a simple Mailchimp subscription in my custom module. I didn't want to use a contributed module, just because I have one existing form, and I want to also subscribe users on form submit.
Hi, I installed Drupal 8.2.5 with Microsoft SQL (I know alot of people do not install using MSSQL). However, everything is running smoothly except, I do not have an article page. The page that I am using is a custom page (a blog i believe, since it displays my name when submitting), and a "forum topic". These pages are located under "Add content" page. To acquire a "basic page" and "article page", what do I have to do? I hope this is a module, usually these would be installed default with Drupal.
Hello, I've troubles trying to output information in a view (as Rest Export) of a content type reference, using Drupal 8.
I've defined 2 content types: "Requirement" and "Condition", and the Requirement have a field which is an Entity Reference to an unlimited number of Conditions.