Dan Hakimzadeh Agenda ● A Fistful of Photos ● For a Few Photos More ● The Good, The Bad, and The Templates.

Slides:



Advertisements
Similar presentations
Organizing List and Documents with Site Columns and Content Types Gayan Peiris Principal Consultant
Advertisements

Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Contensis Training How do I Create a new Web Page.
TEA/TUG + ALDOT(Mobile) = H(O+I) The TEA/TUG being hosted by ALDOT in Mobile causes Hurricanes to come to Alabama. The TEA/TUG being hosted by ALDOT in.
Google Confidential and Proprietary 1 Intro to Docs Google Apps Apps.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
Drupal and the CMS Project. Lesson Learned #1 Keep your modules updated, especially when there are security concerns in the update notes 2010 | The Sky’s.
CMS Wiki Pages CMS Pages, the only approved and supported website service for CMS employees, has been failing and an alternative needed to be implemented.
Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Appointee
A guide for UICET for using Wikispaces.  A wiki is a web page or collection of web pages that can be linked together as a website.  Wikis are often.
RightNow Tag Gallery URL: Staff profile must have WebDav option enabled.
Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist
Demo is in SP 2013, this was originally created in SP So it works in both versions.
Support.ebsco.com Basic EBSCOhost Searching for Public Libraries Tutorial.
Support.ebsco.com Basic Searching for K-12 School Libraries Tutorial.
Copyright © Eric Liria Web Site Builder This application allows you to build and manage web sites. It provides the following functionnalities: use.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
Weblog Manual Contents: Login and managing your account ……….p. 2 Uploading files……………………………………p. 3 Uploading images……………………………….p. 4 Cropping images..………………p.
Hélène kay Webdiva Consultants Dreamweaver Week 8 hélène kay hélène kay.
Static HTML to Drupal Theme By Ivan Zugec. Static HTML to Drupal Theme. Setting up a theme. Overriding tpl files. Using the devel module. Q and A.
What you don’t know you don’t know about Drupal 6 Dan Harris daneesia on drupal.org.
Drupal Overview Prepared by : Agustin D. Gumogda Jr. Instructor.
Title of Presentation Name Date 2011 Presentation Template.
PHP Form Introduction Getting User Information Text Input.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Office Word 2007 Lab 3 Creating Reports and Tables.
Computer Information Technology – Section 4. Desktop and Taskbar Objective: To know to create and change files and folders.
Computer Information Technology – Section 4. Desktop and Taskbar Objective: To know to create and change files and folders.
Bike and Hike Skills: Graphics, Image Maps, Photo Galleries, Layers.
Candace Stover Principal Product Manager OracleAS Portal Oracle Corporation.
Lecture Capture and. Goal Link to D2L D2L Website
Drupal Recipe: Before and After Gallery Lisa Forgan and Chris Neglia, using notes from Drupal Camp Colorado Copyright 2009, Page 1 Solutions LLC.
Dawn Pedersen. What is JavaScript? JavaScript is the basis for both jQuery and Spry applications JavaScript is referred to as a client-side scripting.
HINDU STYLE PORTFOLIO TEMPLATE
Recent CMA Enhancements Java-based Scroller Component Sample Layout Fixed problem with Component Modifier when previewing Select List components Fixed.
Ajax Dice Game Part 1. We saw that we could use the jQuery load() function, to dynamically load a piece of an html document into another html document.
PowerPoint 2010 Competency Test Apply a design template to this presentation.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
How to Apply PDF in Flipbook on Website. Description If you are finding solution for applying PDF in flipbook mode on website, and adding multimedia items.
Programming for the Web Assignment One Dónal Mulligan BSc MA
IBooks Author an introduction. Choose a Template File>>New From Theme Chooser.
Introduction to EBSCOhost
Searching the Petroleum Abstracts TULSA® Database
Creating a Theme From Scratch in Drupal
Creating an XSLT Style Sheet for Formatting Data
What Should I Do if My Style Is Not Included?
IST256 : Applications Programming for Information Systems
LMEvents SharePoint Portal How-to Guide
>> PHP: HTML Integration
How to make a website in dreamweaver a website
Custom Wiki Pages SharePoint 2010 September 18, 2018.
© Paradigm Publishing, Inc.
Microsoft Official Academic Course, Access 2016
The Administrator Training Adventure
SiteBuilder 2 Introduction.
Web Content Management
Microsoft PowerPoint 2007 – Unit 2
Introduction to the ISB Intranet
Introduction to EBSCOhost
Chapter 18 Finalizing a Database.
…AND MY AXURE! HOW TO “BORROW” STUFF FROM OUR UX FRIENDS TO MAKE OUR LIVES EASIER 07 / 16 / 2018.
Search Demo.
Chapter 6 Modifying Cell Styles
HTML Forms What are clients? What are servers?
How to add a photo gallery in html/css
Reports Report builder meets the challenge by making it easy to design, publish, and distribute professional, production-quality reports in a variety of.
Tutorial Introduction to help.ebsco.com.
Setting the Default Thumbnail Image for SB3 Websites
How Informer can benefit the Financial Aid Office
Real-time reporting and report creation with a focus on BSP
Presentation transcript:

Dan Hakimzadeh

Agenda ● A Fistful of Photos ● For a Few Photos More ● The Good, The Bad, and The Templates

CCK IMAGEFIELD DATE - IMAGECACHE - LIGHTBOX - NAT - VIEWS2 - The Modules

Setting Up 1 – make content types – EVENT (title, date) – IMAGE (title, imagefield) 2 – make vocabulary for tagging IMAGE content type (galleries) 3 – link NAT and events, so each new event creates a matching term under our galleries vocabulary 4 – make some imagecache presets

Building the view, finally...

Style == HTML List Items to display == 8 Sort == Random Filter by published IMAGE content type THE FIELD FORMAT!!!

But is that really how we want to do this? Only 8 photos?! What if we make the photos link to their gallery pages and run lightbox from there?

Make gallery pages

Problem This will output Like - OK Pub & Grill - BAD

We want to do it with Term ID not Term Name coz that's how the cool kids do it

Time for some ninja skillz

● Go to theme folder ● Make a file named: “views-view-field—PhotoBar--block-1--name.tpl.php” ● Paste that stuff into it (the template) “ views-view-field.tpl.php” ● Modify to the limits of your imagination

5:34 PM me: using <?php $data = $row->$term_data_tid; print $data; ?> in my tpl BUT 5:35 PM i3iviivi: what is on line 26, and did you update? 5:37 PM me: line 26 is $data = $row->$term_data_tid; 5:38 PM i3iviivi: oh god damn you NO DOLLAR SIGN NO VARIABLES INSIDE VARIABLES

Run through most of the same steps, blah blah, create a file named: “views-view-field—PhotoBar--block-1--field-image-fid.tpl.php” Paste that stuff into it Modify and make it awesome, in this case we make the thumbnail a link to it's gallery page

Other uses

conclusion You could be like D.A.R.Y.L

Dan Hakimzadeh