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.
I have defined a content type that includes a custom field called index. That gives the indexposition to show the item in the total list of items (aka a sort of weight). How can I use Drupal Draggable Views to update my custom index field in my content whenever I drag the item to a new position?
It is important that is my custom field index because I am reading the content out of Drupal using the json:api module
I am having more than 5 drupal sites , with different business requirements , I want the user not to visit these 5 different sites rather he visits only a single URL(Drupal Site) and gets to work on all (5 sites) of them.
I want these 5 sites act as a backend servers and expose itself as an API to a Drupal which will only act as a frontend server(processing element).
The frontend drupal will only act as processing element and will process the data over a http layer to the respective backend servers(backend sites).
Hello guys, i displayed taxonomy term's children in views,
i did almost those steps with some of my own changes : https://drupal.stackexchange.com/questions/251401/how-to-display-a-taxon...
the problem is the terms whos doesn't have nodes not displaying, i want to display all terms even the terms that doesn't have nodes inside them