The installer requires to contact the translation server to download a translation file. Check your internet connection and verify that your website can reach the translation server at http://ftp.drupal.org.
Does anyone here remember the fantastic Overlib script? It enabled people to explain certain parts of images with a sort of 'text balloons' that hovered over an image. In this day and age, with responsive websites and tablets, this does not work anymore. Yet, a client has requested to turn his old website into a Drupal site and these old overlib images suddenly appeared on me.
I am opening the nodes in a modal adding the following attributes to the links in twig template :
class="use-ajax" data-dialog-type="modal"
It works.
I'm also trying to open the node edit form in a modal, from this modal.
The process is as follows: I click on the link leading to the node, it opens in a modal, in this modal there is an "edit node" link, which also opens in a modal.
So I added the same attributes to the node edit link in twig template :
I have a series of feeds that need to run one after the other. The feeds consist of events, and then the speakers at those events. They are contained in the same CSV but the speakers are paragraphs. This means I cannot currently do it in one feed due to the current state of the Feeds module.
The way I have planned to do this is to listen for the "IMPORT_FINISHED" event and, based on the ID of the previous event, trigger the next one. I cannot get this to work as I cannot find any documentation or examples on how to programmatically trigger a feed.
I am working with workflow want to hide the Drafted status content from a specific role. The content view listing view also how can i hide the content based on role.
I have a content listing view default one. Where i list down a content type. For a particular user i want to hide the all content who state are Draft from that view so draft content will view by that person from a role.
I have installed the feeds module for importing CSV files. It ran fine on several tables, but on one it fails to pass the value for an integer field. I don't get any errors back. I made several tests by moving the import value also on a text field but the result does not change.
What should I do to use another module (which one?) Or write a procedure (module) to perform the import?