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 would like to create a forum like list of nodes. The parent nodes are projects and the child nodes are questions posted related to that project. I have node called post a question, when a user clicks this, it should have a dropdown list of all the project nodes or should be allowed to create a new project and post question under that? How can I go about it?
I need to use a SQL view for a custom module. I have successfully created a table using the module.install file and database API, but I'm having trouble figuring out how to send a sql script that generates the view straight to the database (no Drupal database API) from the 7.x install file.
It's probably obvious, but I'm not that experienced. The terms 'drupal' and 'views' obviously don't return relevant search results. Can someone point me in the right direction?
I have a highschool theater festival website and i need a form of registration for the festival. Already googled a little and saw the module Webform. Played with it a little, so far all good. Made the following fields:
I have a view block on my drupal site that lists all nodes of a specified content type. The content type consists of only the title and an extra field which is an image file (icon). The view displays only the icon field and not the title.
Now I want to be able to link either the entire node or just the icon field to an external url. This is so I can have a row of icons that would link to things like facebook, twitter, webmail and various other external sites.