Email Signups for downloads

I'm looking to set up something similar to Trent Reznor's store:

http://store.destroyangels.com/

You can download an album for free, but it makes you sign up a valid email address. Y0o then confirm the email, which sends you to a secure (and presumably timed?) link to download a file. I want to do something just like this. Any ideas how?

I've looked into the Signup module, but since that's not ready for D7 yet, it wouldn't work for me.

Google Analytics

Hi All,

I have read through some previous Google Analytics posts which have helped a lot, but I do have a remaining question.

On the Google Analytics admin page where the Tracking ID is populated, there is one field for this. Can multiple tracking IDs be used here or just one?

Thanks

How to display book navigation within an Organic Group in Drupal 7.

Hi all,

I'm building a drupal site. Each organic group will contain a book. I would like to display the "book navigation" block in the sidebar in each organic group page. I just add the "book navigation" in "Structure-->Pages-->node_view-->content-->add content-->Node".

The weird thing is that:
- in "Update and preview", I can see the book navigation block
- if I enable "book navigation" in "Structure-->Blocks", it could appear in pages other than OG pages.

Need to change select list to text box Views exposed filters

Hi,
I have one view page with exposed filter.Like
1. I have one field i.e. Term reference to companies
2. Created a view and selected that term reference field and exposed it in filters

Here I got select list and auto completer options.But I want to expose it as text field ..So for that, I am thinking like need to write some custom alteration for that view using hook_form_alter or hook_views_query_alter or ....I dont know

Please assist me..

Thanks

Show nothing in View until Contextual Filter is applied

Usind Drupal 7
Views 3
references 2

We are preparing to upgrade from D6 to D7.

One feature we used on D6 was, on the edit/add form, a field called 'related' which was a node reference to a view. When the editor save the page, this applied the selected txonomy term. The editor would then go to edit and the 'related' field would be populated with a list of nodes that shared the same term(s). Editors would then select the nodes they wanted, save, and they would appear in a related terms box on the page.

Node insert hook question

hi I have a simple question which bugs me the last 2 days. Only one line of code. Why does this give a 404?

function mymodule_node_insert($node) 
{
	dprint_r(get_headers('http://www.urltoSite.com/node/' . $node->nid));
}

When visiting the created node (or checking headers again) after the submit, everything is fine (200 header).

That is how far I am...

menu_get_item($path) returns false because of this

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x