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