This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Which project is selected in project_issue_node_form second page?

Hello,

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?

profile search

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?

thanks

Help with upload API

Greetings,

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.

Forum Container

Hi,
where can I find (which column/table in database) information telling that this term is forum container?
I know that in forum.module there is:

$containers = variable_get('forum_containers', array());

but I thought variable_get function is responsible to read sites/default/settings.php

i'm trying to convert e107 forum to drupal forum.

best regards

Views Module

Hi All,

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.

Cheers,
Nick

CCK and Views

Hi All,

Firstly well done on a fantastic CMS and modules.

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.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions