User Dashboard

Component type

module

Maintenance status

Development status

Downloads

1418

Component created

Component changed

You shouldn't use this module unless you're willing to maintain it. Please let me know if you're interested.

This module will *not* be ported to D7 and will not have further development. I will only maintain security fixes. Please use one of the following options:

Previous/Next API

Component type

module

Maintenance status

Development status

Downloads

24888

Component created

Component changed

An API for browsing next/previous nodes without overloading your database server.

Description

This module allows you to know the previous or next nodes for any given node. This is very useful for providing navigational links to the user without the expensive queries required to dynamically deduce such information on the fly.

The use case is two fold:

iTweak Login

Component type

module

Maintenance status

Development status

Downloads

71546

Component created

Component changed

iTweak Login module provides very useful tweaks for the standard user login form:

  • Lightweight and powerful
  • Complements nicely functions of Login Toboggan module (if it is present)
  • Works with any theme (that does not already customize user login)
  • Customize "Log in" button:
    • select any custom name
  • Customize "Username" and "Password":
    • Change labels (if not using LoginToboggan)
    • Add text before username field in login page
  • Customize "Create new account":
    • Change link wording
    • Change URL (for example to a custom signup page)
    • Change to a button with any custom name (defaults to "Register")
  • Customize "Request new password":
    • Remove link completely
    • Change link wording
    • Change URL (for example to a custom login help page)
    • Change to a button with any custom name (defaults to "Reset Password")
  • Perfect for Multilingual websites (locale module required) and Internationalizable (i18n module required) - See Russian example on Screenshot 4
  • All custom labels are applied to tabs and buttons on /user/* pages for consistent look
  • Adds "can change own password" permission (make sure to enable it for all roles that are allowed to change their own password immediately after module installation).

Webcam trigger

Component type

module

Downloads

2184

Component created

Component changed

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.

Go To Node ID

Component type

module

Downloads

688

Component created

Component changed

This simple module adds a block that lets a user jump to a specified node page by it's ID.

Inspired by Hanan Cohen's post: http://webster.co.il/2008/12/16/998/ (Hebrew)
This functionality is useful when you want to ask someone offline to visit a specific page on your website. So instead of writing down a full URL (which can be long, thanks to aliases) or explaining how to navigate through all of the menus, just give him the node ID and tell him to use the force... uh... form :-P

One page profile

Component type

module

Maintenance status

Development status

Downloads

22418

Component created

Component changed

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.

Features:

Apache Solr AutoTrack

Component type

module

Component created

Component changed

When a user browses a node page, this module automatically sends a query about the node to ApacheSolr, and display query results in a side block.

Menu Firstchild

Component type

module

Maintenance status

Development status

Downloads

110142

Component created

Component changed

By default, Drupal requires that you enter a path for each menu link you add/edit from the Menu administration page.
There are cases you may want to create a parent item, without any path, that simply links to its first viewable child item.
Menu Firstchild provides this functionality.