Drupal

Ich gehe zu Drupal Konferenz nach Paris!
Da freue ich mich drauf.

paris2009.drupalcon.org/

Drupalcon Paris 2009

Aim
This tutorial will provide you with the necessary information to:

  • configure Drupal and the SWF Tools and Lightbox2 modules.
  • create an ImageCache preset.
  • create a new content type for uploading flash video and its corresponding video screengrab image.
  • create a basic view that only displays thumbnails of the video screengrab images.
  • modify the view to display and play the corresponding flash video in a Lightbox2 overlay after clicking on the screengrab thumbnail.
  • solve problems if this tutorial doesn't work.
  • take it a step further...

This tutorial was created using a 'clean' Drupal installation i.e. one that didn't contain any content or additional modules. For a better understanding of the Lightbox2 and SWF Tools modules, this tutorial deals with the most basic, minimum requirements for displaying flash video in a Lightbox2 overlay, which is launched by clicking on a thumbnail...

 

Wir hatten heute bei einem Multi Language Projekt mit Problemen bei der englischen Version zu kämpfen. Im Prinzip hat die Übersetzung gut funktioniert nur bei den views die als Page angelegt waren gab es kein Submenü mehr und wir konnten keine Lösung finden.
Letztendlich haben wir das folgendermassen gemacht:
Eine Seite angelegt und diese dann Übersetzt. Also nur mit Titel und engl. Titel.
Dann die views neu gebaut - diesmal nicht als Page sondern als Block.
Einen Block für engl. und einen für deutsch.
Diese Blöcke haben wir dann jeweils bei der...