Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
27 views

My intent is to add days to a date field with a view Global text. {{ mydate|date_modify('+7 day')| date('d-m-y h:m:s') }} mydate is using HTML Datetime format and outputs as 2025-10-15T12:00:00+0000 ...
Jim D's user avatar
  • 199
0 votes
0 answers
31 views

I have a Drupal 10 site where I created a view with an RSS feed. The links for the items are to various outside websites - for example https://www.yahoo.com/news_article. The problem is that my site ...
user3362751's user avatar
0 votes
0 answers
70 views

I have a feature in this Drupal system I'm working on which has a map view (using Leaflet) that shows all terms under "Location" with the polygon as the highlighted area of the location. It ...
itskarendesu's user avatar
0 votes
0 answers
59 views

A View in Drupal returns several hundred of items. For user's comfort I want the first pages to be loaded automatically using ajax. For this I use the "infinite_scroll" pager module. I load ...
user15739925's user avatar
1 vote
0 answers
97 views

I have programmed a Drupal 11 module. It's about a Views plugin to be able to use a contextual filter in the GUI. The module is intended to provide two context filters in one View (Views module) under ...
F. P.'s user avatar
  • 11
0 votes
1 answer
114 views

I am working on an application that is running on Drupal 10.3.6 I wanted to add role based access to the content visible on Content view (/admin/content). I have to use a JOIN on 2 tables but the ...
NipunRathore's user avatar
0 votes
0 answers
30 views

I have a Views page that displays based on the context of the taxonomy term name. Path: /category/network/% drupal views Example page: /category/network/ethernet, where "ethernet" is the ...
lisop's user avatar
  • 1
0 votes
1 answer
79 views

The problem I'm trying to solve is this: I need a unique (but human readable) class name to be able to style Taxonomy Term page depending on the term shown. I unsuccessfully tried several approaches, ...
Stanislav Kniazev's user avatar
0 votes
1 answer
230 views

I have been working on website which is prepared in Drupal 9. I need to apply custom class to menu item to trigger some other events. I come across changes in code as per below link: https://drupal....
Ashish Patel's user avatar
  • 3,652
0 votes
0 answers
143 views

I am working on a Drupal Commerce project.I am running Drupal Version 9.5.11 and Commerce Version: 8.x-2.38 I am trying in my Product inner page to show other Products that have the same category with ...
Chris Costa's user avatar
0 votes
1 answer
340 views

I have update the my drupal website 7.88 to 10.1.1. It's all process using composer. But i have facing some issue in admin panel.  I have checked the drupal version is upgrade or not. Using command ...
Jenish Ghadiya's user avatar
1 vote
2 answers
1k views

I am building a bilingual site with Drupal 10 and I am using views to show content items listings. In my views I am using field: Custom text to format the teasers of each item the way I want. I have ...
thanili's user avatar
  • 627
0 votes
1 answer
217 views

I tried to translate views and block with two new languages on a website (there are 6 others languages who work perfectly). When I tried to translate views or blocks with theses two new languages, I ...
SirJohnDuff's user avatar
0 votes
2 answers
2k views

I am trying to output the url alias from Views "Content: Link to Content" in a Twig template of the format views-view-unformatted....html.twig. The url alias outputs successfully in the ...
Jack L's user avatar
  • 19
2 votes
0 answers
60 views

I have a problem with using Better exposed filter 6.0.3 in the view to filter the number values with decimal. In range minimum, range maximum and Step it shows like it allows certain decimal digits ...
vjprabhakar's user avatar
0 votes
1 answer
578 views

This seems like a logical use case, but I cannot find any information about how to do this. I am creating a large, number of pages, site and want to use Solr Indexed data on the Taxonomy Term pages. ...
WT-Ranger's user avatar
0 votes
1 answer
842 views

I have several views that I need rendered within pages. I have a field to pull in these views as blocks within the content editor, but I am running into an issue where the only display options for ...
Michele Smolensky's user avatar
0 votes
1 answer
747 views

The view page has an exposed filter by field category. When choosing a category, I need to change the title of the view (view uses Ajax) to the selected category in the filter. Since by default the ...
nathan111777's user avatar
0 votes
1 answer
923 views

This is the code. How can I get $tree translated to the langage inserted in $langage. $language = \Drupal::languageManager()->getCurrentLanguage()->getId(); $tree = \Drupal::entityTypeManager()-&...
Amine.B's user avatar
  • 63
0 votes
1 answer
78 views

I upgrade the drupal7 to drupal9 how i can make the responsive image in custom module $banner_img['large_image'] = $base_url.'/'.$module_path . '/images/flower-02.jpg'; $banner_img['mid_desktop_image']...
vaishali's user avatar
1 vote
1 answer
118 views

I am using the drupal7 I have been executed this command in git bash -./prepare_db_for_dev.example.sh In below, it give error. Reset admin password to "admin". Drush\User\UserListException: ...
vaishali's user avatar
0 votes
0 answers
294 views

My view looks as below: In this view the "Category" column is a list of taxonomy terms selected against every file field. I would like to show only 2 terms and then show a "show more/...
Rick's user avatar
  • 1,619
1 vote
0 answers
374 views

Drupal Views: Remove actions(edit button) on drupal views from view_pre_render hook conditionally: I am trying to hide/remove the edit button for few records conditionally on a view from the hook ...
rpotharaju's user avatar
0 votes
2 answers
1k views

How can see the revision history of a Drupal user. I can see the history on content types, but I don't know how to access this same data for a Drupal user. So if i am here user/13/edit there is no ...
user1176783's user avatar
0 votes
0 answers
193 views

I have a simple view of fields (drupal 9) that lists nodes from a single content type (client). A node has a taxonomy reference field (field_client_country) where an editor can add the country or ...
kevinius's user avatar
  • 4,638

1
2 3 4 5
37