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

Looking for Modules

I am trying to find a few modules for our Intranet that I am working on. The first is a contact list that will generate an HTML page with a users name, extension and email address. If possible, a dynamic list that you can click a link to change it from just name and email (For people that are updating their group email listings) to name, email, phone and extension (For when you need somebody's cell phone number). Is there anything like this for modules right now?

Views join question...

I want to expose attached images to the views module... To do so, I need to associate the current node with the image_attach table, then with the file table. I've gotten as far as adding both tables and the necessary fields in the views_tables method (see below).

I can already display the attached image's nid in the view. Can anyone explain how I connect the two joins and get the filepath from the current node id? Do I need to modify the query in a handler?

I intend to use this in conjunction with an attached image filter that i've added to the image_filter module.

Affiliate module working details

Hi,

I was going through the code of affiliate.module and affilate.install and had some queries.. regarding the table design and working logic

table: affiliate_details
aid - affiliate id (same as drupal user id) ??
enabled - is this affiliate enabled at the moment ??

URL as an argument within a URL

I have a callback function which is called using the path 'http://mysite.com/module/function' in the normal way. I want to pass a url to this function from outside of my site, so I have tried the standard approach of sending arguments eg. 'http://mysite.com/module/function/url'.

However, the url contains characters that have special meaning within drupal (eg. : / ? & etc.).

looking for an address book type module

hello all I am working on an internal only Law Firm Drupal installation which requires a listing of their clients, plus status, who's working on it, if paid, etc. Am considering using Profiles for this function but am posting this to request for alternatives if any.

thanks in advance, gary

Category Issue- Site Design

Hey Guys,

I'm designing a site with the Category module, and things can get a little confusing (as I'm sure those familiar with the module know). The site I'm building has multiple types of content (blog posts, book reviews, news stories, etc). Further, it has 2 types of "tags"- Industry (what industry does this content relate to?) and Category (which topic does this content cover (ie., People, Purpose, etc)?). The lists of possible choices for Industry and Category are very large and have many levels (around 5 each).

Pages

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