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 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.
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?
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.