Redirect after download

Hi,

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

Any thoughts? Thanks,
Remko

Menu link to all blogs

How can i add a main menu link to show all blog entries from all users together ordered by most recent first?

Thanks,

James

Help needed Issue in Drupal 7 site

I have a drupal 7 site which have some issues i search every where but can't find any thing to fix the issue.

the issue is that when i install new module or disable and re-enable existing module and save changes. it gives me error messege

Simple Apachesolr and FacetAPI example needed.

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?

Recieve $_POST data in services?

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?

render a single field from registration form on a tpl file

Hi,

i want to theme registration form as per my site, so, i followed following process:

in template.php file, i added following code:
function mytheme_theme($existing, $type, $theme, $path){
return array(
'user_register' => array(
'render element' => 'form',
'template' => 'templates/user-register',
),

'user_login_block' => array(
'template' => 'templates/user-login-block',
'render element' => 'form',
),
);
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x