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 have image and upload modules working fine. I want to hook into the upload submit so that I can make a copy of the uploaded file in a different location. Is there an example around of this?
I have already changed a bit the book.module so the printer-friendly version has a table of content with link.
I'd like to have the same in the pdf export produced by the pdfview module.
I can't find any reference to pdf functions or pdf format to do it.
Do you know if it's possible? Any suggestion?
I am looking for a module where registered users can download a file containing user info meeting certain criteria. The file would be used to upload into an Outlook address book. Anyone have any ideas what the best way is to accomplish this task?
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.