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.
One page profile, when used with the core profile module, allows users to edit their entire profile on one page, as opposed to a separate page for each category.
UC_Signup provides integration between Signup.module and Ubercart, allowing users to purchase signups for events.
Signup-enabled nodes are configured as Ubercart products.
The customer can purchase signups for herself and/or other people.
Example use cases:
1 User signs up for 1 or more events
1 User signs up 2 people for the same event
1 User signs up 4 people for 3 different events, providing profile information for the two users who do not already have accounts on the site.
If the people do not have accounts on the site the customer is prompted to create a new account for that person, entering any core user profile fields that are enabled on the site. If there are matching user accounts for the email addresses entered, then UC_Signup does not ask for their profile information.
When the order is submitted, temporary signups are created to ensure that the customer is only charged if space is available in the event(s). Once checkout is complete, if the order balance is not cleared, the signups are cancelled. If the balance is cleared, the signups are converted from temporary to final signups. UC_Signup stores this distinction in the uc_signup_log database table.
Webcam trigger is a trigger:) It gives you a page showing your webcam. If the cam recognizes a pattern (which is currently the Druplicon logo) it fires the trigger. You can assign any actions to it. It ships with a built in action that logges in with a given account and redirect to a custom page.
Installation
Enable modules on admin/build/modules/list page
Create action(s) for the trigger:
"Login with a user"
"Redirect to URL"
Assign action to the trigger on the admin/build/trigger/webcam_trigger page
Create a menu item pointing to webcam page with the url of: webcam_trigger
Don't forget about the permissions: webcam trigger access
That's it. Print out the webcam_trigger.pdf file (states in the module's directory), load the url: YOURSITE/webcam_trigger and concentrate:)