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.
Error : Call to a member function find() on null dans simple_html_dom->find() (ligne 1113 dans /var/www/html/mydrupal/sites/all/libraries/simplehtmldom/simple_html_dom.php).
I'm using the editableviews module. I created a view. We have lots of data in a row. Therefore we need the 'responsive-table' class for the editableviews table.
Using the blockclass module and creating a views block didn't work. Because the 'responsive-table' div has to be exactly before the editableviews table.
I created a slideshow in bootstrap caousel view. I can see the images but I do not see the fields in the slideshow. I inspected in chrome, I also do not see the fields. Below is the code from inspecting:
Skillflow - A Platform to Achieve & Help People Achieve Personal/Professional Goals
“Are any of us self-taught? It just means I didn’t go to school for it. But you do have teachers. You have mentors.” - Richard Linklater
I created a content type with lot of fields and a view in Drupal 8. But I need 'Editable Views'. Unfortunately it don't exist for Drupal 8. Now I installed a separate Drupal 7, on both the features module.
It didn't work because Drupal 8 don't deliver an info file.
Is there a way to import a Drupal 8 content type and a view into Drupal 7?