Excluded

Component type

module

Maintenance status

Development status

Downloads

2341

Component created

Component changed

Allows user with the proper permission to list the files, CSS and/or JavaScript, that they do not want showing on the site.
This module came out of my jQuery Mobile module and will be a dependency in the final version.

Empty Front Page

Component type

module

Categories

Maintenance status

Development status

Downloads

56368

Component created

Component changed

Drupal 6 and 7

By default, Drupal fills the front page with the latest content from your site.

This ultra lightweight module modifies this behavior to show no default content on the frontpage. Only the blocks will be displayed.

If you want more features and configurability, consider using one of these modules instead:

Youtube Importer Feature

Component type

module

Maintenance status

Development status

Downloads

1427

Component created

Component changed

NOTE: I will not be developing this feature any further. There is not enough interest. The idea of this module still works though using feeds, feeds_jsonpath_parser, feeds_tamper, video_filter and video_filter_field with the patches I added to the video_filter modules.

Date Time Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

Date Time Extras extends Date field functionality with extra information distinguishing between date and time. There are two parts to this extension:

  • Partial date values are distinguished from complete ones. For example, midnight to midnight is different from all day.
  • Widgets are enhanced for the distinction between date and time (e.g. extra checkboxes to show/hide date parts).

The Date Popup widget from Drupal 7 is essentially backported to Drupal 6.

Facebook Comment Cache

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module grabs comments written at Facebook about a certain node with the social plugin of Facebook. Comments will be cached on your website to have a SEO advantage because the Social plugin shows the comments through an iframe.

Facobook recommends to do that for SEO boost (https://developers.facebook.com/docs/reference/plugins/comments/):

How can I get an SEO boost from the comments left on my site?

Nodereference autocomplete nid trim

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

The Nodereference autocomplete nid trim module is a simple module that uses JavaScript to remove the [nid:X] text when you select an item in a Node Reference field.

For example, if you have My Node Title [nid:384] in the input, jquery_autocomplete changes it to just My Node Title.

jQuery Mobile Google Analytics Plugin

Component type

module

Maintenance status

Development status

Downloads

1250

Component created

Component changed

Description

Reporting of page hits using Google Analytics is wrong when using jQuery Mobile
if AJAX is enabled. This module adds an AJAX friendly script to your pages.

Requirements

Google Analytics

Installation

Copy the 'ga_jquerymobile' module directory into your Drupal
sites/all/modules directory as usual.

SObjStore

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SObjStore or Schema-less Object Store

This project is designed to support schema less (well, almost) storage of PHP objects in the MySQL database without compromise on read performance. You can view this is a poor man's mongodb running within mysql.