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

Any idea?

Hi, i need to show a resume of the most recent news on a block, but i only want to show a resume, how could i accomplish this task?

thanks in advance.

taxonomy_select_nodes - sorting ??

taxonomy_select_nodes($tids = array(), $operator = 'or', $depth = 0, $pager = TRUE, $order = 'n.sticky DESC, n.created DESC')

I been trying to get the taxonomy_select_nodes function to sort in asending order but cant manage to get it to work other than changing the internal working which i dont want to do as it mess other elements of my site

I’ve been using

taxonomy_select_nodes($tids, $order = 'n.sticky DESC, n.created ASC');

but this is not working for me

Signup Module: Include Profile Info?

I have a website for a World of Warcraft guild, and one of the features I am trying to add is a raid signup system, where members can sign up for a raid that is scheduled for a particular date and time.

I have set up profiles so that every user has a "class" field, which holds the info for their characters class (priest, warrior, mage, etc).

The signup module looks very promising, especially in conjunction with the "raid" flexinode that I have created.

Searchable and Not-Searchable node types?

Hi,

I am currently developing some new node types, how can I define which of them will be searchable by the Drupal search module, and which of them won't be found by the search module?

Thanks.

Problem with $node object

Greetings everyone,,

I'm trying to build up a module for the first time. The module is configured and running okay, it has the following function:

Headers and offsite image

Hi all,

I am building a module where i need product images from another side and store these in the db
I build a script that does this, but i cant get it to work in drupal. I dont know how to use the header('Content-Type: image/jpeg');in drupal.

header('Content-Type: image/jpeg'); gives errors because the header has already been sent.

Pages

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