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 am trying to pass a value from database to render photo url in bootstrap carousel. I hope this i right approach. I do not know how to filter / render only value without div wrapper (please see output)
In a Drupal 8.2 project one of my content types won't display images on the display of a node.
The image uploads, displays in the edit modeand is definitely available on the server but won't show on the "Display" of the published node (not even a rendered broken image link on the node, absolutely no html of that field is rendered on the node).
I have narrowed the issue down to one specific content type as nodes from other content types are able to display images perfectly. It doesn't matter if I delete the field and add a new one, the image still won't render.
I am trying to use this function on a simple module to add icons to menu items. (Drupal 8.1.9) Workd fine with the internal routes such as "home" or "contact" pages but doesnt seem to be picking up menu items with external links such as "http://othersite.com" . Testing wise I simply used this function to add a single character to the end of each menu title with the previously noted results.
I have a group set up called 'editors'.
Editors can delete most (not all) content types.
If the editor goes to /admin/content, selects the checkbox beside node/18, then from the "with selection" drop down box selects "delete content" then selects "apply" the page does not delete. it goes to an access denied error at the following URL: admin/content/node/delete?destination=/admin/content
It must be a permissions issue somewhere, but I can't figure it out. What am I doing wrong?