drupal modules

ImageField

ImageField provides image uploads for CCK.

Bugs
Imagefield formatters don't respect visibility options
Compact view for multiple imagefield

Hack to lightbox2.formatter.inc to hide images that have their "list" attribute unchecked:

// Set up the rel attribute.
$full_rel = '';
$imagefield_grouping = variable_get('lightbox2_imagefield_group_node_id', 1);
if ($imagefield_grouping == 1 && $item['list'] == 1) {
$full_rel = $rel .'['. $field_name .']['. $caption .']';
}

Content Construction Kit

The Content Construction Kit allows you create and customize fields using a web browser.

Drupal 5.x to 6.x upgrade process

  • YOU MUST RUN ALL POSSIBLE UPDATES TO YOUR DATABASE IN 5.x USING THE LATEST 5.x CODE, BEFORE UPGRADING FROM 5.x to 6.x.
  • ALWAYS BACKUP YOUR DATABASE BEFORE UPGRADING!
  1. Before upgrading to 6.x, upload the latest 5.x versions of all CCK modules, go to update.php and run all possible updates.
  2. Disable all CCK modules and remove them from the modules folder before upgrading.

Technology:

Pages

Subscribe to RSS - drupal modules

Recent Updates

  • 11 months 1 week ago
    1.27.2 update
  • 11 months 3 weeks ago
    Drupal 10/11 config
  • 11 months 3 weeks ago
  • PHP
    11 months 3 weeks ago
    PHP 8.3.11 and AlmaLinux
  • 11 months 3 weeks ago
    New version of Pound
Error | Production Monkeys

Error

The website encountered an unexpected error. Please try again later.