nodeshow

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Give a list of nodes, create a block with a menu of node titles on the right, and a space on the left to load the relevant node via ajax. Looks like an interactive slideshow a bit.

This was used for a specific site, and may serve an example for others.
See the README.
Settings: add variable to settings.php and tweak the css !

jQuery Mobile Views Integration

Component type

module

Maintenance status

Development status

Downloads

3801

Component created

Component changed

This module will add the ability to create basic lists and grids, formatted for jQuery Mobile, using Views.
Currently the integration supports the following list types with more to come:

  • Basic linked lists
  • Numbered lists
  • List dividers
  • Search filter

Changetheme

Component type

module

Maintenance status

Development status

Component created

Component changed

Add a block to allow users to switch theme between enabled themes.

Enabled themes display in block as links, User onClick the link the theme
will changed

This is alternative module for Switchtheme. Changetheme access can be controlled by user role.

For live demo link

To enable changetheme for anonymous users, Disable Page cache.

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.

Context Accordion

Component type

module

Maintenance status

Development status

Downloads

5116

Component created

Component changed

Context is a great module that aims to replace Drupals quite lacking block management system among other things. However, from time to time it's pretty rough on the edges. This small helper module adds nice JQuery UI accordion effect to it's block selector.

Some other UI improvements may be also added at some stage.

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.

Guiders-JS D6

Component type

module

Maintenance status

Development status

Component created

Component changed

D6 port of Guiders-JS.

The purpose is to integrate this port back into Guiders-JS module.

D6 needs a slightly patched version of guiders.js library due to outdated jquery version included in core. You can download the patched guiders.js library here https://github.com/mwsam/Guiders-JS while I'm trying to get it included in original repo.

Block Sections

Component type

module

Maintenance status

Development status

Downloads

1790

Component created

Component changed

Block Sections allows blocks to display different content depending the current path. This way there is no need to create multiple custom blocks in order to vary the content of them.

Example use case: Advertising

A possible use case for this module is when a block contains advertisements. With Block Sections the ads can be specifically targeted for different sections of the website:

Views Expanded (aka Views Mega Menu)

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview:

Views Expanded provides Views style plugin that can mimic Mega menu functionality in Drupal.
There are already some implementations of Mega menu but they are mostly based on menus or blocks which lack flexibility provided by Drupal.

So what's special about this module?
Views Expanded allows you to display any entity as expanded content. Along with Display Suite and Views attach modules this can allow you to put in there almost everything. Think of images, subcategories or argument driven Views! Yay.