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 using the Bootstrap 3 theme, but there is one problem I am having, which is that on the menu the first link is not clickable, but if you click it just opens up the links that hierarchical underneath it. How can I make this link behave in a way, like it does with the "Skeleton 7.x-1.4" theme where you hover over the first like and the links underneath open up and you can click all the links.
I would like to place a block on my page with which you can export files. Therefore I would like to include 3 pictures that link to different URLs that lead to an XLS, DOC, and CSV-export. The problem is that the links should always vary depending on the URL, but it seems that you cannot use replacement patterns in the block body? I already searched on Google but didn´t really find a solution.
The URL should be like this for the first picture, depending on the page you are:
is there a way to change the functions of various views at the same time:
For example, I have used the Views Export module to export the view to XLS, TXT and DOC and included three buttons on which you can click and then the views get exported. Now I would like to apply this to 10 other views, but I would prefer to do it once, instead of clicking ten times the same buttons on all the views which takes a lot of time
I know that I can copy the views, but this is too late unfortunately haha
In creating a new node, the author selects user references another user. When the referenced user opens the node in edit mode there is a corresponding field he/she is suppose to fill. How do I ensure the referenced user is the only one that can fill the corresponding field?
How do I achieve the subject matter. I want a case where in EDIT mode while creating a node, a field is hidden from the author but when the editor edits that form he sees and can use the field. When the node is finally published, all the content of the fields will be displayed. I also will like a case where the fields editted by the author are in read-only form to the editor.
I have a webform with description, file and other fields. I enabled "output this field as a link" for the description field, it is linked to the file. when you upload a file with existing filename, the second file will have _0 at the end of the filename. error is the second record's description doesn't link to the file with _0, its linked to the first file uploaded, resulting to different records linked to the same file or other records linked to the wrong file. if you check the submission, the file link is correct but on display, the description's link is not.