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.
Migrating content from SharePoint site via Source CSV plugin and Migrate Plus. I am new to Drupal. Does anyone know how I determine what date format to use in my CSV?
Have tried a few combinations but none have worked. Here is the yml relative to date (field_publish_date is a Date type):
'field_publish_date/value': PublishedDate
And here are a couple I have tried (from SharePoint):
9/22/2014 1:56:00 PM
2014-09-22T13:56:15Z
I'd like to add more than one author for some nodes. However, when I add many authors in the default author field in Drupal 8, it just saves one author, not all, by the end.
I know that it is possible to create a new field that would be a user reference field, and to assign to it unlimited values, but I find it dumb to create a field when there is already one by default.
Is it possible to change the default author field to add more than one author ?
This is my code. I show menu in page and it's child pages. The question is, how to show this menu in children's child pages?
/**
* Implements hook_preprocess_page().
*/
function agnian_material_admin_preprocess_page(&$variables) {
// @todo: add an if statement to add below data only for "page__admin__content" page.
$variables['node_types'] = node_type_get_names();
When installing drupal 8.2.0 I get Your web server does not appear to support any common PDO database extensions
However when I check with PHPinfo end PHP 7.0.11 (CGI/FastCgi) has PDO's enabled
If I test it with and info.php testing these 4 features file I get OK results:
PDO available PDO mysql available CLASS PDO exist method PDO query exist