This project is under active development.

Page Titles by Path

This module is a very basic module for filling in some of the gaps left over by the Page Title module.

n8 Experiment

Nate's sandbox for some drupal experiments.

GC-Code

With this module you are able to create a content type "GCCode" with an official gc-code from geocaching.com as title. By importing gpx-files, attributes from gc.com will be shown in the node.

Drux: Enabling / disabling of dependent modules with drush

Status: Before this becomes a real project, some of you guys has to suggest a different name! "Drux" is just too meaningless.

Additional drush commands for dealing with module dependencies in a code-driven development workflow.

drush dep
(drux-enable-dependencies)
Download and enable dependencies of all enabled modules.

drush obs [module 1] [module 2] [module 3]
(drux-find-obsolete)
Find all modules that could be safely disabled without disabling any of the modules specified as arguments.

Use case: The PULL situation

You pull code (modules and features) that a fellow developer has worked on. These modules could contain new dependencies. You run "drush updb" and "drush cc all", but the dependencies are still not enabled.

Solution:
Now in addition you run "drush dep", and everything is fine.

Use case: The PUSH situation

You worked on some modules (incl features), and want to push them upstream. Your fellow developers need to know which other modules they need to enable, so you add those as dependencies. But, how can you be sure you did not forget a dependency?

Solution:
You have one or more "seed" modules, with all the dependencies. You agree in your team that gitthese should always be enabled.

Skysa for Drupal 6.x

What is Skysa?

The Skysa App Bar is a free to use standardized web app platform which enhances any website or blog. Enabling a website with Skysa takes less than 5 minutes. Once installed the Skysa Bar displays on your webpage at the bottom or top (your choice) of the browser window; making it unobtrusive, while at the same time, presenting a range of applications you have added to the bar for your visitors and site members to use. An example, some Apps which can be added to your Skysa Bar include: Chat, Instant Messaging, Interactive Sharing, Who's Online, Translate, Voting Poll, Twitter, Facebook, YouTube videos, RSS, News Ticker and many others that are available in our App library.

Why Use Skysa?

With Skysa, you can add or improve social features, add other social services to your website, engage your website visitors, collect valuable member information, the list goes on. Skysa is designed to help websites keep visitors longer and build more traffic through socially engaging apps. Skysa is a robust web app platform; once added to your website, you never have to update code to get new features or updates (Less Headaches for you).

The Skysa Difference:

Colorbox Video Popups D6

Colorbox Video Popups D6 is a features module which creates colorbox popups to display YouTube and Vimeo videos.

I've tried to include all the dependencies and variables including site_frontpage. Instructions for this module are as follows:

1. On a newly installed sandbox of your own, enable this project.
2. Add two terms, 'Vimeo' and 'YouTube', to the taxonomy 'Video' (more on this below).
3. Create two contents of type 'video'. One node can be for a YouTube video and one node can be for a Vimeo video, for instance. Don't forget the taxonomy and the custom thumbnail. I've included sample thumbnails in the /sharks folder which work well with the included css.
4. Go to your frontpage where you will see the Vimeo page and YouTube block side by side. Click on either to view the video in a colorbox popup!

The hover shadow for Firefox, Chrome, and Safari users is the result of some CSS3 goodness.

Notes:

Module patches:
To remove an unpleasant looking border around the video popup, emfield, media_youtube, and media_vimeo need to be patched. I've included the patches with the module, or you can download them from http://drupal.org/node/1050792#comment-5582736.

Pages

Subscribe with RSS Subscribe to RSS - Under active development