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 know this question has been asked before, but I didn't see any solution yet. I'm looking for a module that redirects a visitor to a specific page after file download.
1. Visitor clicks opens/downloads a file on product page
2. File opens in new window
3. The original (product) page should redirect to thank you page
Currently learning how to use Apache Solr, but having a problem adding Facet Filters in my search page. Has anyone seen, or know of, a very simple example of how to add a custom filter, preferably through the FacetAPI module?
I have some image data in Flash that i want to send to Drupal. I have an amfserver running which can send and recieve "normal" data.
I know how to send the image to a single php-file via http-post but can I recieve it propperly through the services module?