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.
Hallo
I have a website where some holistic Operator work together.
I have create a content type Operator-Article for any operator.
I also created a blog-view to show the articles of each single operator.
This view uses as the parameter the UID of the article author (operator).
For example fore the operator 70
http://www.sorgenteancona.it/it/blog/70
I also created a view to show tle operators list in a table:
Photo | Name (link to curriculum page) | Read its articles (links to the blog-view)
Hi all,
which is the suggested IDE to develop modules on Drupal8?
Which tools do you use?
I'm using Eclipse but I still can't execute remote debugging and I can't use features like "Open Declaration" of methods.
I 'm sure that the experienced developers of Drupal use these functions every day, this is why I'm asking you what tools are you using.
I'm used to develop with an Eclipse installed on my PC which opens a development site installed on a virtual machine in the local network.
I'm trying to get the search API up and runing on my drupal site.
The global configuration and necessary views are working.
But i've got a problem with the indexing of certain fields of a content type.
I'm migrating a D7 module to D8. If a user hasn't paid for a service when viewing the node, a PayPal form is added to the node. All good in D7 but the form is not rendered in D8.
I am constructing a very simple store. Each product for sale comes in only one size or color. But because the documentation says that every product has to have at least one variation, I created one for each product. So basically each product is a variation of itself.
For my product catalog page I do not want links to separate pages for each item. I just want each item listed in a column with "Add to cart" buttons for each one.