SlideShare a Scribd company logo
TEMAS
DRUPAL
Oficina Drupal - IST
8 de Maio 2010

João Belchior (Jolidog)
Designer | Themer
TEMPLATE LAYER

                 TEMA      Tema          .tpl.php             CSS           jQuery
                   .info
               .tpl.php
          template.php
                           PHPTemplate Engine (Layouts e estilos base)
             SUB-TEMA

          TEMAS BASE
                           Módulos contrib (Views, CCK, Calendar, etc...)
            SISTEMAS
          AVANÇADOS
                           Módulos do núcleo (Blog, Forum, etc...)



                           Núcleo


                           Drupal


Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER

                 TEMA      nomedotema.info *   Define regiões para os módulos
                                               Define folhas de estilo e scripts javascript
                   .info
               .tpl.php    style.css
          template.php     script.js
                                               name = Garland

             SUB-TEMA                          description = Tableless, recolorable, multi-
                           page.tpl.php
                                               column, fluid width theme (default).
                           node.tpl.php
          TEMAS BASE                           version = VERSION
                           block.tpl.php
                                               core = 6.x
            SISTEMAS
                                               engine = phptemplate
          AVANÇADOS        template.php
                                               regions[left] = Left sidebar
                                               regions[right] = Right sidebar
                           logo.png
                                               regions[content] = Content
                           screenshot.png      regions[header] = Header
                                               regions[footer] = Footer

                           images              stylesheets[all][] = style.css
                           .....               stylesheets[print][] = print.css

                                               scripts[] = myscript.js




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                                               LOGO
                 TEMA      nomedotema.info *
                   .info
               .tpl.php    style.css
          template.php     script.js

             SUB-TEMA
                           page.tpl.php
                           node.tpl.php
          TEMAS BASE
                           block.tpl.php

            SISTEMAS
          AVANÇADOS        template.php


                           logo.png
                           screenshot.png


                           images
                           .....




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER

                 TEMA      nomedotema.info *   Preprocessors
                   .info
               .tpl.php    style.css
                                               Criar ou preparar variavéis para serem usadas
                                               no template
          template.php     script.js

             SUB-TEMA                              phptemplate_preprocess_xyz
                           page.tpl.php
                           node.tpl.php
          TEMAS BASE                               wonderful_preprocess_xyz
                           block.tpl.php

            SISTEMAS
          AVANÇADOS        template.php
                                               Theme functions override

                           logo.png
                           screenshot.png      Alterar funções de apresentação que módulos
                                               tenham definido

                           images
                                                   function theme_xyz( $a, $b, $c) {
                           .....

                                                   function nomedotema_xyz( $a, $b, $c) {



Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Tema                  Sub-Tema
                 TEMA        nomedotema.info *     nomedosubtema.info *
                   .info     style.css             style.css
               .tpl.php      script.js
                                                   node.tpl.php
          template.php       page.tpl.php
                             node.tpl.php          logo.png
                             block.tpl.php         screenshot.png
             SUB-TEMA
                             template.php
          TEMAS BASE         logo.png
                             screenshot.png
            SISTEMAS
          AVANÇADOS




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Tema                    Sub-Tema
                 TEMA        nomedotema.info *          nomedosubtema.info *
                   .info     style.css                  style.css
               .tpl.php      script.js
                                                        node.tpl.php
          template.php       page.tpl.php
                             node.tpl.php               logo.png
                             block.tpl.php              screenshot.png
             SUB-TEMA
                             template.php
          TEMAS BASE         logo.png
                                                 Sub-Tema 2
                             screenshot.png        nomedosubtema2.info *
            SISTEMAS
                                                   style.css
          AVANÇADOS
                                                   logo.png
                                                   screenshot.png




Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Tema                    Sub-Tema
                 TEMA        nomedotema.info *          nomedosubtema.info *
                   .info     style.css                  style.css
               .tpl.php      script.js
                                                        node.tpl.php
          template.php       page.tpl.php
                             node.tpl.php               logo.png
                             block.tpl.php              screenshot.png
             SUB-TEMA
                             template.php
          TEMAS BASE         logo.png
                                                 Sub-Tema 2
                             screenshot.png        nomedosubtema2.info *
            SISTEMAS
                                                   style.css
          AVANÇADOS
                                                   logo.png
                                                   screenshot.png



                                                 Sub-Tema 2a
                                                   nomedosubtema2a.info *

                                                   style.css

                                                   page.tpl.php

                                                   logo.png
                                                   screenshot.png
Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Community Support
                              Zen
                 TEMA         http://drupal.org/project/zen
                   .info
               .tpl.php       Ninesixty
                              http://drupal.org/project/ninesixty
          template.php
                              Genesis
             SUB-TEMA         http://drupal.org/project/genesis


          TEMAS BASE

            SISTEMAS       Commercial Support
          AVANÇADOS
                              Fusion + Skinr
                              http://drupal.org/project/fusion
                              http://drupal.org/project/skinr




                              AdaptativeTheme
                              http://drupal.org/project/adaptivetheme


Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Community Support
                              Zen
                 TEMA         http://drupal.org/project/zen
                   .info
               .tpl.php       Ninesixty
                              http://drupal.org/project/ninesixty
          template.php
                              Genesis
             SUB-TEMA         http://drupal.org/project/genesis


          TEMAS BASE

            SISTEMAS       Commercial Support
          AVANÇADOS
                              Fusion + Skinr                            Acquia Prosper
                              http://drupal.org/project/fusion          Acquia Marina
                              http://drupal.org/project/skinr           Acquia Slate
                                                                        Abstract
                                                                        Celadon
                                                                        Light Fantastic




                              AdaptativeTheme                           AT Mobile
                              http://drupal.org/project/adaptivetheme   AT Koda
                                                                        AT Panels Everywhere

Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER
                           Módulos de ajuda
                              Semantic Views
                 TEMA         http://drupal.org/project/semanticviews
                   .info
                              Block Class
               .tpl.php       http://drupal.org/project/block_class
          template.php
                              Menu Class
                              http://drupal.org/project/menuclass
             SUB-TEMA
                              ..........

          TEMAS BASE       Módulos complexos
                              Context
            SISTEMAS          http://drupal.org/project/context
          AVANÇADOS           Spaces
                              http://drupal.org/project/spaces

                              Display Suite
                              http://drupal.org/project/ds
                              Node Displays
                              http://drupal.org/project/nd
                              User Displays
                              http://drupal.org/project/ud
                              .... Displays

                              Panels
                              http://drupal.org/project/panels
                              Panels Everywhere
                              http://drupal.org/project/panels_everywhere


Oficina Drupal - IST
8 de Maio 2010
TEMPLATE LAYER

                 TEMA
                   .info
               .tpl.php
          template.php

             SUB-TEMA

          TEMAS BASE
                           Obrigado!
                           João Belchior (Jolidog)
            SISTEMAS       Designer | Themer
          AVANÇADOS




Oficina Drupal - IST
8 de Maio 2010

More Related Content

Viewers also liked

Capabilities 8 2 10
Capabilities 8 2 10Capabilities 8 2 10
Capabilities 8 2 10
toddzaugg
 
Brunel Engineering
Brunel EngineeringBrunel Engineering
Brunel Engineeringwouterarts
 
P1151439345
P1151439345P1151439345
P1151439345
Ashraf Aboshosha
 
Interactive Marketing 2010
Interactive Marketing 2010Interactive Marketing 2010
Interactive Marketing 2010
The Loud Few
 
7 elements of art, summary
7 elements of art, summary7 elements of art, summary
7 elements of art, summarygzorskas
 
Ταξινομία Των Ζώων
Ταξινομία Των ΖώωνΤαξινομία Των Ζώων
Ταξινομία Των Ζώων
Christos Skarkos
 
1.3 skl ki kd rev
1.3 skl ki kd rev1.3 skl ki kd rev
1.3 skl ki kd rev
edisenoadji
 
24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation
24Symbols
 
Using David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other PeopleUsing David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other People
Josephina Ho
 
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Christos Skarkos
 
Jimmy kimmel live
Jimmy kimmel liveJimmy kimmel live
Jimmy kimmel live
Ben March
 
Drug Addiction NICE Guidelines
Drug Addiction NICE GuidelinesDrug Addiction NICE Guidelines
Drug Addiction NICE GuidelinesPk Doctors
 

Viewers also liked (16)

Capabilities 8 2 10
Capabilities 8 2 10Capabilities 8 2 10
Capabilities 8 2 10
 
Brunel Engineering
Brunel EngineeringBrunel Engineering
Brunel Engineering
 
P1151439345
P1151439345P1151439345
P1151439345
 
Interactive Marketing 2010
Interactive Marketing 2010Interactive Marketing 2010
Interactive Marketing 2010
 
7 elements of art, summary
7 elements of art, summary7 elements of art, summary
7 elements of art, summary
 
Ppsj maikel
Ppsj maikelPpsj maikel
Ppsj maikel
 
Manny
MannyManny
Manny
 
Ταξινομία Των Ζώων
Ταξινομία Των ΖώωνΤαξινομία Των Ζώων
Ταξινομία Των Ζώων
 
1.3 skl ki kd rev
1.3 skl ki kd rev1.3 skl ki kd rev
1.3 skl ki kd rev
 
opendatahub team
opendatahub teamopendatahub team
opendatahub team
 
24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation24symbols. The Spotify Model for eBooks - Presentation
24symbols. The Spotify Model for eBooks - Presentation
 
Using David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other PeopleUsing David Allen's Model to Help the Parents and Other People
Using David Allen's Model to Help the Parents and Other People
 
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
Βιωματική μάθηση και διδασκαλία:Εμπειρίες από την υλοποίηση βιωματικών εκπαιδ...
 
Jimmy kimmel live
Jimmy kimmel liveJimmy kimmel live
Jimmy kimmel live
 
Dream Team PPT
Dream Team PPTDream Team PPT
Dream Team PPT
 
Drug Addiction NICE Guidelines
Drug Addiction NICE GuidelinesDrug Addiction NICE Guidelines
Drug Addiction NICE Guidelines
 

Similar to Oficina drupal - Temas Drupal (Theming)

Drupal Themes
Drupal ThemesDrupal Themes
Drupal Themes
akosh
 
Theming tips and tricks
Theming tips and tricksTheming tips and tricks
Theming tips and tricksaaroncouch
 
Drupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritenceDrupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritence
Aimee Maree Forsstrom
 
Drupal theme development
Drupal theme developmentDrupal theme development
Drupal theme development
Fortune Innovations Dublin
 
Drupal Theme Development
Drupal Theme DevelopmentDrupal Theme Development
Drupal Theme Development
Web Development Montreal
 
Theming and content basics - Drupal Camp CT 2011
Theming and content basics - Drupal Camp CT 2011Theming and content basics - Drupal Camp CT 2011
Theming and content basics - Drupal Camp CT 2011
removed_ed0b453585e01b64719dbf32a3913e8e
 
Theming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and FeelTheming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and FeelChris Albrecht
 
Drupal
DrupalDrupal
Drupal
tnhomestead
 
Drupal theming
Drupal themingDrupal theming
Drupal theming
Philip Norton
 
Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010Emma Jane Hogbin Westby
 
Drupal 6 Overview
Drupal 6 OverviewDrupal 6 Overview
Drupal 6 Overview
Ryan Cross
 
Drupal Theming
Drupal Theming Drupal Theming
Drupal Theming
Aimee Maree Forsstrom
 
Drupal 7 Theme System
Drupal 7 Theme SystemDrupal 7 Theme System
Drupal 7 Theme System
Peter Arato
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To DrupalLauren Roth
 
Drupal 8: frontend development
Drupal 8: frontend developmentDrupal 8: frontend development
Drupal 8: frontend development
sparkfabrik
 
DrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme DevelopmentDrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme Development
ultimike
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Types
heatherrumd
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Types
heatherrumd
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
Anne Tomasevich
 

Similar to Oficina drupal - Temas Drupal (Theming) (20)

Drupal Themes
Drupal ThemesDrupal Themes
Drupal Themes
 
Theming tips and tricks
Theming tips and tricksTheming tips and tricks
Theming tips and tricks
 
Drupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritenceDrupal7 themeing changes and inheritence
Drupal7 themeing changes and inheritence
 
Drupal theme development
Drupal theme developmentDrupal theme development
Drupal theme development
 
Drupal Theme Development
Drupal Theme DevelopmentDrupal Theme Development
Drupal Theme Development
 
Theming and content basics - Drupal Camp CT 2011
Theming and content basics - Drupal Camp CT 2011Theming and content basics - Drupal Camp CT 2011
Theming and content basics - Drupal Camp CT 2011
 
Theming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and FeelTheming Drupal: Beyond the Look and Feel
Theming Drupal: Beyond the Look and Feel
 
Drupal
DrupalDrupal
Drupal
 
Drupal theming
Drupal themingDrupal theming
Drupal theming
 
Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010Intro to Theming Drupal, FOSSLC Summer Camp 2010
Intro to Theming Drupal, FOSSLC Summer Camp 2010
 
Drupal 6 Overview
Drupal 6 OverviewDrupal 6 Overview
Drupal 6 Overview
 
Drupal Theming
Drupal Theming Drupal Theming
Drupal Theming
 
Drupal 7 Theme System
Drupal 7 Theme SystemDrupal 7 Theme System
Drupal 7 Theme System
 
Themes
ThemesThemes
Themes
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To Drupal
 
Drupal 8: frontend development
Drupal 8: frontend developmentDrupal 8: frontend development
Drupal 8: frontend development
 
DrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme DevelopmentDrupalEasy: Intro to Theme Development
DrupalEasy: Intro to Theme Development
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Types
 
Creating and Theming Custom Content Types
Creating and Theming Custom Content TypesCreating and Theming Custom Content Types
Creating and Theming Custom Content Types
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
 

Recently uploaded

Borys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior designBorys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior design
boryssutkowski
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
jyz59f4j
 
Portfolio.pdf
Portfolio.pdfPortfolio.pdf
Portfolio.pdf
garcese
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
Confidence Ago
 
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
h7j5io0
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
smpc3nvg
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
h7j5io0
 
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
9a93xvy
 
Common Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid themCommon Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid them
madhavlakhanpal29
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
ameli25062005
 
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Mansi Shah
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
aaryangarg12
 
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
7sd8fier
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
M. A. Architect
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
ameli25062005
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
fabianavillanib
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
TeeFusion
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
9a93xvy
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
PlanitIsrael
 

Recently uploaded (20)

Borys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior designBorys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior design
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
 
Portfolio.pdf
Portfolio.pdfPortfolio.pdf
Portfolio.pdf
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
 
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
 
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
 
Common Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid themCommon Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid them
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
 
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
 
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
 

Oficina drupal - Temas Drupal (Theming)

  • 1. TEMAS DRUPAL Oficina Drupal - IST 8 de Maio 2010 João Belchior (Jolidog) Designer | Themer
  • 2. TEMPLATE LAYER TEMA Tema .tpl.php CSS jQuery .info .tpl.php template.php PHPTemplate Engine (Layouts e estilos base) SUB-TEMA TEMAS BASE Módulos contrib (Views, CCK, Calendar, etc...) SISTEMAS AVANÇADOS Módulos do núcleo (Blog, Forum, etc...) Núcleo Drupal Oficina Drupal - IST 8 de Maio 2010
  • 3. TEMPLATE LAYER TEMA nomedotema.info * Define regiões para os módulos Define folhas de estilo e scripts javascript .info .tpl.php style.css template.php script.js name = Garland SUB-TEMA description = Tableless, recolorable, multi- page.tpl.php column, fluid width theme (default). node.tpl.php TEMAS BASE version = VERSION block.tpl.php core = 6.x SISTEMAS engine = phptemplate AVANÇADOS template.php regions[left] = Left sidebar regions[right] = Right sidebar logo.png regions[content] = Content screenshot.png regions[header] = Header regions[footer] = Footer images stylesheets[all][] = style.css ..... stylesheets[print][] = print.css scripts[] = myscript.js Oficina Drupal - IST 8 de Maio 2010
  • 4. TEMPLATE LAYER LOGO TEMA nomedotema.info * .info .tpl.php style.css template.php script.js SUB-TEMA page.tpl.php node.tpl.php TEMAS BASE block.tpl.php SISTEMAS AVANÇADOS template.php logo.png screenshot.png images ..... Oficina Drupal - IST 8 de Maio 2010
  • 5. TEMPLATE LAYER TEMA nomedotema.info * Preprocessors .info .tpl.php style.css Criar ou preparar variavéis para serem usadas no template template.php script.js SUB-TEMA phptemplate_preprocess_xyz page.tpl.php node.tpl.php TEMAS BASE wonderful_preprocess_xyz block.tpl.php SISTEMAS AVANÇADOS template.php Theme functions override logo.png screenshot.png Alterar funções de apresentação que módulos tenham definido images function theme_xyz( $a, $b, $c) { ..... function nomedotema_xyz( $a, $b, $c) { Oficina Drupal - IST 8 de Maio 2010
  • 6. TEMPLATE LAYER Tema Sub-Tema TEMA nomedotema.info * nomedosubtema.info * .info style.css style.css .tpl.php script.js node.tpl.php template.php page.tpl.php node.tpl.php logo.png block.tpl.php screenshot.png SUB-TEMA template.php TEMAS BASE logo.png screenshot.png SISTEMAS AVANÇADOS Oficina Drupal - IST 8 de Maio 2010
  • 7. TEMPLATE LAYER Tema Sub-Tema TEMA nomedotema.info * nomedosubtema.info * .info style.css style.css .tpl.php script.js node.tpl.php template.php page.tpl.php node.tpl.php logo.png block.tpl.php screenshot.png SUB-TEMA template.php TEMAS BASE logo.png Sub-Tema 2 screenshot.png nomedosubtema2.info * SISTEMAS style.css AVANÇADOS logo.png screenshot.png Oficina Drupal - IST 8 de Maio 2010
  • 8. TEMPLATE LAYER Tema Sub-Tema TEMA nomedotema.info * nomedosubtema.info * .info style.css style.css .tpl.php script.js node.tpl.php template.php page.tpl.php node.tpl.php logo.png block.tpl.php screenshot.png SUB-TEMA template.php TEMAS BASE logo.png Sub-Tema 2 screenshot.png nomedosubtema2.info * SISTEMAS style.css AVANÇADOS logo.png screenshot.png Sub-Tema 2a nomedosubtema2a.info * style.css page.tpl.php logo.png screenshot.png Oficina Drupal - IST 8 de Maio 2010
  • 9. TEMPLATE LAYER Community Support Zen TEMA http://drupal.org/project/zen .info .tpl.php Ninesixty http://drupal.org/project/ninesixty template.php Genesis SUB-TEMA http://drupal.org/project/genesis TEMAS BASE SISTEMAS Commercial Support AVANÇADOS Fusion + Skinr http://drupal.org/project/fusion http://drupal.org/project/skinr AdaptativeTheme http://drupal.org/project/adaptivetheme Oficina Drupal - IST 8 de Maio 2010
  • 10. TEMPLATE LAYER Community Support Zen TEMA http://drupal.org/project/zen .info .tpl.php Ninesixty http://drupal.org/project/ninesixty template.php Genesis SUB-TEMA http://drupal.org/project/genesis TEMAS BASE SISTEMAS Commercial Support AVANÇADOS Fusion + Skinr Acquia Prosper http://drupal.org/project/fusion Acquia Marina http://drupal.org/project/skinr Acquia Slate Abstract Celadon Light Fantastic AdaptativeTheme AT Mobile http://drupal.org/project/adaptivetheme AT Koda AT Panels Everywhere Oficina Drupal - IST 8 de Maio 2010
  • 11. TEMPLATE LAYER Módulos de ajuda Semantic Views TEMA http://drupal.org/project/semanticviews .info Block Class .tpl.php http://drupal.org/project/block_class template.php Menu Class http://drupal.org/project/menuclass SUB-TEMA .......... TEMAS BASE Módulos complexos Context SISTEMAS http://drupal.org/project/context AVANÇADOS Spaces http://drupal.org/project/spaces Display Suite http://drupal.org/project/ds Node Displays http://drupal.org/project/nd User Displays http://drupal.org/project/ud .... Displays Panels http://drupal.org/project/panels Panels Everywhere http://drupal.org/project/panels_everywhere Oficina Drupal - IST 8 de Maio 2010
  • 12. TEMPLATE LAYER TEMA .info .tpl.php template.php SUB-TEMA TEMAS BASE Obrigado! João Belchior (Jolidog) SISTEMAS Designer | Themer AVANÇADOS Oficina Drupal - IST 8 de Maio 2010