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 want to click on the image displayed, so that it takes me to a custom page. The url for the custom page has a dynamic variable : /text/{textid}/content. textid is the node id for the content.
I am trying to add the link to this image using the following settings:
I'm working on a decoupled Drupal with a Gatsby frontend. The challenge I'm currently facing is reading data from page layouts, this doesn't appear to be exposed by JSON:API. I want to create a flexible block based page building experience that I can handle on the frontend. Is this possible?
I posted this in the theme forum to which it applies, but I also suspect it's a larger Drupal 8 issue and not necessarily related specifically to any certain theme.
I've installed a sub-theme, according to the step-by-step instructions in the Drupal 8 documentation. I've checked multiple times that everything, including space-indentation and folder structure, is all correct, but the sub-theme is not inheriting the CSS from the parent theme.
Please, I installed drupal 8.8.0 on my cpanel today, it was reported to my by softaculous that it was successful but the link was blank. On checking the log file I installed drupal on I found this error
[11-Dec-2019 10:23:40 Africa/Lagos] PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/podamorg/public_html/dcm/vendor/typo3/phar-stream-wrapper/src/Behavior.php on line 50
This means there is a syntactical error on Behavior.php, please, how do I resolve thi?
We are 3 developpers creating our first website with drupal for a school project !
We host our site on github but we have problem with database sharing, when 2 people modify the database by adding a module or modifying views and blocks, we find ourself with 2 different database structure and cannot work on the website anymore. We would like to know if there's any solution like github for sharing a database without hosting the entire website on a server.
I need to code for a questionnaire and based on the answers provided by the user, I need to display the products to the user. I understand Webform will take care of the questionnaire part, but I cannot use those results to perform my further actions I believe. So any suggestions or other modules I should check out or any help is appreciated.