Image FUpload (Multiupload) which is an addition to image and CCK's imagefield module, gives the ability to every user who is allowed to upload images by using image module or imagefield module, to upload multiple images with one simple click. All selected images are uploaded via a flash module (swfupload) and are automatically processed.
So, there's no need any more to upload image by image.
Features
Upload multiple images with one click
Fully integrates in image and imagefield module (thumbs creation [also using imagecache module] / file size limit) + using Drupals AJAX
Every user can upload images depending on permission (Not only restricted to administrator)
Preview list of all uploaded images in which title, body, taxonomy and imagefield specific fields can be edited all at once (customisable [decide which fields should be provided] / themeable / preview image handling customisable / additional permission restrictions)
Taxonomy and all other modules (for example CCK fields like node reference) are supported
Automatic node title creation and predefining of imagefield fields (customisable / themeable / editable by user / token support [imagefield])
This module allows users with proper permissions to upload images into Drupal. Thumbnails and additional sizes are created automatically.
Images could be posted individually to the front page, included in stories or grouped in galleries.
API integration with the Twitter microblogging service and API-compatible alternatives like Identi.ca. Out of the box, it allow users to:
Associate one or more Twitter accounts with their Drupal user account
Have their tweets displayed in a sidebar block or on their user profile, and
Post to their own Twitter account or a site-wide Twitter account whenever they create new content.
Full Views integration is supported, allowing administrators to create customized listings of Twitter messages based on time, date, author, etc. The module's default "Latest Twitter messages" block and "This user's Twitter messages" profile page were created with Views, and can be customized and themed as desired. A "Post to Twitter" action is provided for use with tools like Trigger (core module) and Workflow, and an input filter is provided to turn Twitter @username references into links, and #hashtags into links to search.twitter.com.
wordpress_migrate supports migrating WordPress blog exports (WXR format) into Drupal using the Migrate module. Import of posts, pages, comments, attachments, tags and categories is supported. Imports can be rolled back completely.
The Media module provides an extensible framework for managing files and multimedia assets, regardless of whether they are hosted on your own site or a 3rd party site - it is commonly refered to as a 'file browser to the internet'. It replaces the Drupal core upload field with a unified User Interface where editors and administrators can upload, manage, and reuse files and multimedia assets. Media's aim is to solve Drupal's long standing media handling problem.
Content Creation Kit or CCK is an extremely useful utility in Drupal. CCK comes handy while creating content using forms on a Drupal website. Once the CCK module is enabled in Drupal any number of custom fields can be added to any custom type. Websites built on the Drupal platform come built in with standard features such as Blogs, Story and Page. These in turn have 'Title' and 'Body' fields as basic features and if a user wants to add any extra field the same can be achieved through the use of Content Creation Kit.
Are you looking for a fully-featured online shopping cart utility? If yes, then Ubercart is the name for you. Ubercart fully integrates your online store with the popular Drupal Content Management System (CMS). Drupal and Ubercart together can provide you with a winning e commerce success mantra.
"Process variables for node.tpl.php
Most themes utilize their own copy of node.tpl.php. The default is located inside "modules/node/node.tpl.php". Look in there for the full list of variables.
The $variables array contains the following arguments:
$node
$view_mode
$page "
"Formats an internal or external URL link as an HTML anchor tag.
This function correctly handles aliased paths, and adds an 'active' class attribute to links that point to the current page (for theming), so all internal links output by modules should be generated by this function if possible."