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 have created a content type using paragraphs and I am creating a views page using this content type.
I have created a new Views and selected the paragraph (group) under RELATIONSHIPS which in turn allowed me to see and select all the individual paragraphs in the FIELDS Add drop down dialogue box. All that worked fine.
So now under FIELDS I have the title and two paragraphs an image and a link.
The problem I am having is that the fields are not all appearing on the same row in the Preview area.
I am new to Drupal and I do not even know if I can ask for help here.
Trying to create web site in two languages (English and Polish) but with different content in each (some similiarity but generally different) so Drupal translation is not good for me.
Drupal 8.x; Mayo 8.x-1.3; localhost install and only local hosting for now - learning.
I need to have separate Main Menues (in the Main bar for the '/en*' contents and for the '/pl*' contents). New menues were ok BUT the new menu block with links inserted into vacant Main bar:
I need to get the active menu title of a secondary menu programmatically. I have a costum tokens module that and I need it to get the menu title to add it into the page title. Can anyone help ?
I have created a view which shows titles of all the group a user is part of. I want these group title to be link to page in which we create group content.Can this be done using token in url?If yes , How? If no then how can this be done?