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
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
880
エンジニア向け採用ピッチ資料
inusan
0
180
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
NPOでのDevinの活用
codeforeveryone
0
690
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
290
Benchmark
sysong
0
280
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
4
260
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
Goで作る、開発・CI環境
sin392
0
190
Select API from Kotlin Coroutine
jmatsu
1
220
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
170
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
120
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
Optimizing for Happiness
mojombo
379
70k
Designing Experiences People Love
moore
142
24k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
How GitHub (no longer) Works
holman
314
140k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
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!