Drupal - Hands On

  • Upload
    rokr

  • View
    549

  • Download
    3

Embed Size (px)

Citation preview

  • 1. Communities mit Drupal Ronald Krentz

2. Drupal

  • Version 5.12 / 6.6
  • PHP 5 / MySQL
  • Kern
  • Module (1000+)
  • API, Hooks, Framework

3. Kern + Module 4. Kern + Module 5. Szenerien

  • Blog
  • WCMS
  • Wiki, Wissensdatenbank
  • Community
  • Portal
  • Intranet

6. Community 7. Community Benutzer 8. Community Benutzer Content 9. Community Benutzer Content Interaktion 10. Benutzer

  • Name/Passwort (OpenID)
  • E-Mail
  • Avatar
  • freie Profilfelder
    • Ort / Blog / Skype etc.

11. Rollen 12. Rollen 13. Content

  • Node
  • Page, Story, Blog,Place, Product, Review
    • Autor
    • Datum
    • Titel
    • Body
    • Kategorie

14. Content

  • node title autor date created last_changed

15. Content

  • node title autor date created last_changed location latitude longitude vote_average

16. Theming

  • PHPTemplate
  • Drupal API
  • $node = node_load(152);
  • print node->title; print node->location.latitude;

17. Views

  • Listen
  • Maps
  • Suche
  • Profile
  • Aggregator

18. Long Tail

  • Nischencommunity
  • begrenzte Ressourcen (Zeit, Geld)
  • kleineZielgruppe
  • hoheSpezialisierung
  • Rapid Prototyping

19. Fallstricke

  • Ist Drupal das richtige Tool?
  • Lernkurve
  • Auswahl der Module
  • Abhngigkeiten
  • Versionierung

20. Hands on... http://ccb08.rapante.net 21. Ronald rokr Krentz