Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Case Study: Māori Television
Search
wiifm
February 15, 2014
Programming
0
29
Case Study: Māori Television
Make it easy for your content authors (hide the complexity under the covers)
wiifm
February 15, 2014
Tweet
Share
Other Decks in Programming
See All in Programming
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
470
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
500
Rancher と Terraform
fufuhu
2
550
今から始めるClaude Code入門〜AIコーディングエージェントの歴史と導入〜
nokomoro3
0
210
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
160
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
550
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
240
為你自己學 Python - 冷知識篇
eddie
1
350
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
アセットのコンパイルについて
ojun9
0
130
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
400
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
4 Signs Your Business is Dying
shpigford
184
22k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
What's in a price? How to price your products and services
michaelherold
246
12k
Typedesign – Prime Four
hannesfritz
42
2.8k
How STYLIGHT went responsive
nonsquared
100
5.8k
Transcript
Māori Television Sean Hamlin
Māori Television Introduction Hi, I’m Sean Architect/developer at Catalyst IT
@wiifm @maoritv slides at http://bit.ly/drupalsouthmaoritv
Māori Television Māori Television • New Zealand’s indigenous broadcaster •
Have a lot of local content • Own > 95% content they produce • Language learning
What are you going to talk about?
Make it easy for your content authors (hide the magic
over the covers)
The magic
Māori Television Empower your content authors You should be aiming
to keep your content authors happy, happy content authors mean: • less phone calls/emails • more productively • which ultimately means you can build more cool things
How do you make it easy for your content authors?
Māori Television Custom VBO screens Workflow filters language filters
Māori Television Who says you can have only one? Custom
fields
Māori Television Different filters? Custom views filter in behind the
scenes
Māori Television Make magic VBO actions These custom VBO actions
perform Brightcove API writes
Contextual links for inline actions
Māori Television Contextual links for custom actions Send the author
to node/add/poll with query parameters Destroys the Drupal cache for the video
Māori Television Contextual links for view modes
Māori Television Contextual links for flags
Entity references and i18n
Māori Television ER and i18n This is a box full
of fun, and it can work Here are some pro tips
Māori Television ER and Views is a good thing
Māori Television ER with no synchronisation A (EN) B (EN)
A (MI) B (MI) translate
Māori Television ER + i18n_sync A (EN) B (EN) A
(MI) B (MI) i18n_sync
Māori Television ER + Chosen Now that you have the
basics, lets go pro with this: 1. Turn ER into a select list 2. Add the chosen module 3. Tell the client that you worked super hard
Māori Television ER + Chosen
Māori Television ER + Chosen
While we are talking about the Chosen module
Māori Television
Māori Television Chosen for taxonomy terms
Māori Television Chosen for menu parents
Māori Television Chosen for menu parents
Māori Television Chosen for language selection
Pick an administration theme
Māori Television :( Seven can be a touch bland
Māori Television Rubik is better Compact and has pretty icons
Māori Television Shiny is really neat This is the commerce
kickstart base theme
CKeditor
Māori Television Don’t use all the buttons
Māori Television Every button has a purpose
Māori Television Templates button
Māori Television Templates button Embed the node ID 3914 into
the content Embed the Youtube video into the content
Māori Television Linking to content using linkit
Māori Television Linking to content using linkit
Branded microsites
Māori Television Masthead Side bar Side bar Nav + Tab
colour Sponsor + link
Māori Television
WAT? http://farm7.staticflickr.com/6192/6084665038_b6b93bd1e3.jpg
Māori Television Key requirements • content manageable • hides the
complexity • flexible
Māori Television hook_custom_theme() to the rescue Main theme TV show
sub theme Dynamically chosen at runtime
Māori Television TV show houses fields
Māori Television jQuery colorpicker
Māori Television jQuery colorpicker
Facebook integration
Māori Television <og:meta> tags everywhere Most news articles and episodes
have around 25 of these tags
What’s so special about <og:meta> tags? (and why do you
need so damn many)
Māori Television
Māori Television
Forcing Facebook to clear its cache
Māori Television New “sharing tools” pane One click here will:
1. Clear Drupal’s video cache 2. Tell Facebook to drop it’s cache for the page
Māori Television New “sharing tools” pane The pane then changes
to “share” links for the content author
Brightcove video integration How does a TV episode make it
on the site
Māori Television Māori Television 720p video Source video Magic scripts
XML generation Drupal Brightcove Media API Episode callback Transcode Content creation
That looks hard!
Māori Television It is actually a piece of cake The
content author only needs to interact at the beginning where they: • rename a video file • drag it into a shared folder • get a cup of coffee
Brightcove synchronisation
Māori Television Drupal is the master Every save on a
piece of content with a video triggers a synchronisation to Brightcove The content author does not need to worry about this
Māori Television Brightcove metadata
Remember
The magic
Questions
Māori Television Modules talked about • views_bulk_operations • entity_reference •
chosen • shiny & rubik • brightcove • ckeditor • linkit • jquery_colorpicker
Thanks!