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.
Hi, I want my users to be able to fill out different forms, and each form would do two things:
- Collect all of the submissions in one place, a directory or database of answers. Users would sort this by keywords/filters to find what they need.
- Create a new page with each individual submission. This could be linked from the database/directory page.
Hi All
I am trying to do an upgrade of Drupal 8.5.4 to Drupal 8.5.5 (This is a
multi-site installation)
I am trying to do the upgrade using Drush and I am getting the following:
host [~/public_html]#drush --version
count(): Parameter must be an array or an object that implements [warning]
Countable Table.php:789
Drush Version : 8.1.12
host [~/public_html]#drush cr all
Cache rebuild complete. [ok]
custom javascript is added through twig {{attach_library()}} tags, and libraries containing '.js' files are defined inside of THEME.libraries.yml settings files, so it seems that the YML file would be the best place to define attributes for a script tag, most specifically,
<SCRIPT type= "text/javascript"></SCRIPT> ' attributes
is there support within the YML files for defining the 'type' attribute?
If not, can it be called within the attach_library() twig call?
Pantheon returns this script error when instances are in 'GIT' mode exclusively
HI, I have the following code and im trying to display 3 elements in an Array that holds 9 elements. All the 9 elements are showing on the webpage and I used {{Kint}} to see how many elements exist but having difficulty to show only 3 ?
Hello,
i am trying to install the simple fb connect module to my test site, and as i have read i must use composer to install it.
i followed the instructions in this page abd in the cmd i ended up with this error (still cant figure out how to upload an image in this site lol!!)