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 want to edit my website's content in Vim, from the happy realm of my terminal. I saw a module for D7 that creates pages via `hook_menu` for all the markdown files in a directory.... that's pretty cool. But even cooler would be Field API integration. I'd like to be able to use taxonomy and corresponding entity references and views. So that would make the proof of concept module inadequate even if I modified it to work with D8/9, I'd need to be creating nodes.
I want to create an app version of a website that's been developed in Drupal 8. What is the best way to do this?
I had a look at DrupalGap but seems that it's not being maintained or supported. The last update was in Nov 2017 and I don't get any feedback from the module developer.
Hello. I have a view with several elements and a panel with filters. Each element is associated with a taxonomy term (and only one). I want to make a view where items are grouped into categories. It should look like a heading and elements below it. About the same as done in VISA (https://developer.visa.com/apibrowser). How can i do this? I realized that I couldn't just copy views with different categories, because then the filters would stop working.
Koninklijke Bibliotheek (KB), launched a specialized website for their professional network, working on integration of information that is currently spread over 22 different channels. Finalist provided a completely new concept, UX, visual design and technical implementation. The primary added value are role-based perspectives: the visitor can quickly find everything thats important for their work.
Hi! I’m trying to get a views tab to show up on only certain node types, for example:
I want ‘team tab’ to only show on content type ‘film’.
view path is film/%node/team, but the problem is that ‘tab team’ shows up on every other content type
when I add validation = content = film type, the tab still shows up on other content types, but with page not found which is rather unpleasant for the user.