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 just went live with my 8.1.1. (pure core installation) with forum module (and more, but all core).
upload inline body image on forum comment: only ok for admin. For non admin: error message: An error occurred while attempting to process /editor/dialog/image/basic_html?element_parents=fid&_wrapper_format=drupal_modal&ajax_form=1&_wrapper_format=drupal_ajax: ajax.$form.ajaxSubmit is not a function
upload inline body image on node: ok (even as non admin)
I tried to update via FTP. I deleted all my files except my "sites" directory, and added all the files from the extracted download. I now get the error
Forbidden
You don't have permission to access / on this server.
If I delete the .htaccess file, i then have access to my base directory in my browser, but all the configuration and administration is broken. Any thoughts?
I have searched for a solution to this but haven't been able to find one. I am using Drupal 8 and would like to have my users create nodes from a specific content type.
I have managed to create a template override for my "Auto" ("Car") content type by creating "page--node--add--auto.html.twig" but I am having a bit of trouble modifying the edit form. I would like to create columns for the fields (for which I am using Bootstrap) and style the form according to my needs.
Dear all,
Since I'm new to Drupal, I have a problem in translating some content of a website to a drupal content.
Basically the page is structured like this (basically there are 3 fields):
- A reference to one or more webcams (the webcam is a kind of global resource/property of the website): these contents are defined one time and reused on several pages in the website. The fields that are related to that webcam content are 3: webcam name, webcam owner, webcam image url.
- A reference to an image (updated remotely every 5 minutes)
Dear all,
I would like to create a custom behaviour for a footer menu. I'm using Drupal 8.
Basically I have a block called "Footer". Inside that block I have to put an arbitrary number of columns (1 to 5) containing a list of links (menu), a title and an icon.
So, each column has a title and a reference to a specific CSS class to select an icon, plus a reference to a list of links (a menu).