Skip to main content

Drupal

Redmine for Drupal 6

Posted in

Introduction

This is a Drupal 6 module for the Redmine Issue Tracker. After installation and configuration, it displays all open issue in a block. This module was developed and tested with Redmine version 1.1.1. It also works great with Drupal 6 Block Refresh

The issues are grouped by projects, and the project tree is hidden on load. Javascript and css files (included) enable the projects to be hidden/unhidden, so you can keep an overview in case there are many projects and issues. The issues are directly linked to the issues in Redmine.

Custom CCK field for Drupal 6

Posted in

About this module

This is a Drupal 6 Module which serves the purpose of enabling a custom CCK field for web server ssl certificate creation. Although it works, it is meant to be an example only. It shows:

  • Creation of a custom CCK field, consisting of multiple textarea type fields
  • Filling the fields with the output of a custom function, wich gets
  • triggered by a button which is in the CCK field itself
  • AHAH (Ajax) is used to update the custom field without reloading the form

Javascript in Drupal filter

Posted in

If you want to include a javascript in a specific filter only, you can use hook_nodeapi().

Sections with icons in Drupal 6

Posted in

Introduction

Some articles, for example a TODO list entries, require a section, or scope, so the nodes can be sorted by section, and also an icon can be added to put a visual status to the node. This story briefly describes how to accomplish this. To reach the goal, at least the following modules are needed:

  • Image Field
  • Node Reference
  • Image Cache
  • Lightbox (not mandatory)

Syndicate content