Newspaper modules open-sourced by Studio Multimedia France 24 / RFI

Hello, Two months ago, a case study about the migration of France 24 from Drupal 5 to Drupal 6 was posted on drupal.org frontpage, and it was announced some really interesting modules were going to be open sourced. I'm happy to say it is (almost?) finished, and here is the list of modules:
  • Multimedia Element: It allows you to create blocks (not drupal blocks) containing stories (inserted manually, automatically, semi-automatically with Easy View), carousels of stories, text, photos, diaporamas (including lightbox diapos), video, twitter, table, ... And you can embed these blocks directly into your story with a nifty FckEditor plugin. Here is a nice example of story with a carousel, a diaporama and a video multimedia element.
  • Easy View: Easy View is a very easy and powerful interface framework to Views, in a CCK field. It also include Easy View Taxonomy, the easy view implementation of the taxonomy View. It basically allows a simple user to configure a View per node without using the complex View UI.
  • Uberimage: Uberimage is an advanced image CCK field, with direct upload/nodereference support, result imagecache presets re-scaling and cropping, useful on websites with multiple different image ratio (16/9, 4/3, 16/5, ...)
  • Formatter Selector: Ever wanted to let the user choose the theme of a node in a nodereference directly on the node edit page? This module allows you to do that.
  • External Sources / Externodes: Basically, this module allows you to map the nid and fid address space to another Drupal instance. A simple example: Given you have two drupals, if you type in your browser front.drupal.com/node/1000000001, it will in fact display the node 1 of back.drupal.com using front.drupal.com theme. back.drupal.com is nowhere visible to the end user. Basic example of use: A big image collection you want to share between drupals.
  • Nodeselect: Nodeselect allows editors to search for content, in a simple exposed View integrated with Embedded Edit, and results can be drag and dropped into nodereferences.
  • Embedded Edit: Embedded Edit allows you to create/view/edit a node in a kind of lightbox within a node edit page. When creating a node, a nodereference will get filled with this node.
  • Views CCK Formatter: Views CCK Formatter allows you to choose a node CCK formatter as a row style in your View. This is extremely useful when you want to reuse a node theme in different parts of your website.
  • CSV Table: CSV table is a very simple table module that allows you to upload a CSV file in this CCK field, and display a table. This module will probably evolve a lot in the future.
  • JCarousel for Views: JCarousel for Views is a simple module for using JCarousel in Views.
  • JCarouself formatter framework: JCarousel formatter framework contains the JCarousel plugin plus a node CCK Formatter <-> JCarousel theme relationships framework.
  • Utilities: An utilities modules used by all the above modules.
Sorry, no pictures :( You can find them here or directly on the module project page. Concerning theming, the France24 and RFI websites are heavily based on the standard CCK nodereference formatters, that's why almost all these modules are using it. I'll probably make some doc on how to combine all these modules later. Cheers, Nicolas
 

Connect With Techlore