SimilarTitle

Component type

module

Categories

Maintenance status

Development status

Downloads

223

Component created

Component changed

SimilarTitle helps to prevent creating duplicate content by showing a list of nodes with similar titles when a node is created or edited.

sign here

Component type

module

Maintenance status

Development status

Downloads

1565

Component created

Component changed

Small module to provide a based jquery signature box for cck

Utilises the drawbox jquery plugin (included with a couple of small mods)
Requires jquery_update 6.x-2.x

The goal is to be able to combine this with job tracking and an ipad style device to get signoff by customers on the spot.

Virtual Site

Component type

module

Maintenance status

Development status

Component created

Component changed

Virtual Site allows a site admin to quickly instantiate a sub-site or standalone site within a single Drupal install. Virtual site instantiation includes, among other things, the ability to quickly populate a new site with placeholder content, menus, and selection of custom themes.

This module is in early development, so it may be a few weeks before the first development release is posted. However, this project page has been created to begin fleshing out documentation and feature set.

Last Tweet

Component type

module

Maintenance status

Development status

Component created

Component changed

This module shows your last tweet. I wrote this to display only your last one tweet. You can use it in a block...or hardcoded in your theme. I didn't see any other modules for this that did exactly this and/or were updated with the newest API from twitter.

To use:

Add print get_last_tweet() into your block or theme.

Go into admin interface --> last tweet --> and then enter the username you wish to display your last tweet from.

Check out the attached image to see a screenshot.

FileField Secure

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows for selected filefields to protect their files from download unless from users with appropriate role permissions. This allows a site to use Public file access method for the main site, but selectively secure a subset of files as required.

The module works by creating a secure subfolder under files. Therefore there are a few requirements:

* Ability to use .htaccess files to secure folders on your server (i.e. Apache webserver).
* Filefield_paths to put selected files in the secure folder.

Frontpage

Component type

module

Maintenance status

Development status

Downloads

8235

Component created

Component changed

This module allows setting a node as frontpage for anonymous and authenticated users. Users can be allowed to set the frontpage by setting the appropriate permissions.

Once the module is enabled

  • two new links will appear at the end of the node body (Set as anonymous frontpage, and Set as authenticated frontpage) for any content type that has been enabled, and for the users with the right permission;
     
  • Two new node operations will appear at admin/content (Set as anonymous frontpage, and Set as authenticated frontpage) for any user with the right permission.
  • Only users with the edit frontpage permission, or the bypass node access permission can edit the node that as been set as authenticated (anonymous) frontpage.
     
  • Only users with the set frontpage permission, or the bypass node access permission can set the frontpage for the authenticated (anonymous) users.

 

Debugger

Component type

module

Maintenance status

Development status

Downloads

983

Component created

Component changed

This module allows you to profile your Drupal application without external PHP extension required.
Step by step code analyser with profiler summary.
Difference between this Drupal profiler and the others is that, you can check the execution times per file, module or even hook to find the weakest parts.