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 my module to add a widget to the second page of project_issue_node_form. The widget should only be added, if a specific project was selected on the first page (or the appropriate url was called). How do I do that?
I'm trying to use advuser module but I see that this module works for admins only, there's some way to let anonymous users use this module too?
or some way to let anonymous users to search into profile fields?
I am building a module that allows file uploads and subsequently queries an external library to get additional metadata regarding the file that has been uploaded.
The external library requires that I give a full path to the file that has been uploaded. I am having a hard time understanding how drupal is using relative paths with the file upload and how I might convert those to full filesystem paths. What I would really like to find is what the full path to an uploaded file is on the filesystem.
Am having a few issues with the views module, my understanding of it. I know this is me not understanding the module full so forgive this if it is really stupid and simple.
I have a view which lists the category (taxonomy term) for nodes. This works fine, showing all of the terms required. When I click on a term, a page then appears showing all of the nodes and teasers for that term. What I want is a page that just lists the node titles that correspond to that term. Any help would be very much appreaciated.
I have been developing a site where I need to a couple of custom content types, for which I have used CCK. One of the fields specifies a category(s) that the node falls into. I then want to use the views module to display a list of the categories which will then link to another page (views) which shows all of the entries in that category. However, I cannot figure out how to get the category field (check boxes) to be a link using the views module.