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.
Hello,
I have a view of elements (6 elements per page).
From another view displaying the new elements of this view, I would like to point to an element.
I know the ID of each element, but how can I determine the page on which appears the element to which the link will point ?
Drupal 8.3
Im sorry for my bad English.
I created a image field (unlimited). In my content type -> Manage display, i chose, Link image to file. And the photos are opened in a new window. How do add this (data-uk-lightbox) attribute to the link?
I need to connect our Drupal 8 using SOAP to consume services, but i can´t find any documentation about that. Can somebody help me?
I will need firt use login/pass to connect to the external server and after that i will need create a display some pages with views and their menus to access depending of the user role.
If somebody can tell me where i can find documentation or videos about it i will appreciate so much.
I'm trying to force revisions for all edits. I've checked the Create new revision option under publishing options and I've given no users access to the Administer content permission yet users are still able to uncheck the the "create revision" when editing. I tried removing all permissions regarding revisions (view included) but the option was still able to be unchecked. Is there anyway to remove the ability to edit without revisions?
Create in Drupal 8 by nodes the real estate objects with the required and optional fields.
By creating push data to this Portal ImmobilienScout24 and maybe in future another real estate portal.
I'm theming the Forum module which comes with Drupal 8, and I've found something that seems odd.
The 'Add new Forum topic' link is wrapped in an li as expected, but that li is NOT contained in a ul. I see that the li and its link are being displayed from menu-local-action.html.twig. But that's nestled inside block.html.twig, and the block is just the Main page content system block.
This is DIFFERENT than the way menu-local-task.html.twig and menu-local-tasks.html.twig work.
This li needs a ul (and probably a nav) but where is that supposed to go?