Built with Drupal 8: A Front-Ender's Tale of Danger and Suspense

Error message

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2405 of /home1/markspap/public_html/kathy/includes/menu.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/markspap/public_html/kathy/includes/common.inc).
May 3, 2015

UPDATE: In August 2015 I moved this site back to Drupal 7. Drupal 8 is still in beta, and though it's going to be fun, it's obviously not ready for prime time yet.

A few weeks ago I decided to rebuild this blog from scratch.  It had been literally years since I'd posted, so I figured I'd include just a few of the last entries.  Also, Drupal 8 was in beta and I'm impatient.  Why not build a brand new site in 8.0.0-beta9?, I thought.   How hard could it be?

So, okay.  It was a little bit hard.  But surprisingly, the experience wasn’t as hairy as you might expect.  Here’s a summary of my adventurous, experimental walk on the wild beta side. 

Installing Drupal 8

Before I go further, I should mention that I installed Drupal 8 on a previously set up local environment.  (If you don’t know what that means, you can find out more here.   For fellow Mac users, I’d recommend these instructions.)

Honestly, installation was a breeze.  The whole process took less than 5 minutes and was similar enough to Drupal 7 that I felt on solid ground.  I just downloaded and untarred core, added a new database in Mamp, went to the site in my browser and followed the instructions.  Easy peasy.

Playing with core was equally as uneventful and fun.  I added a new user, enabled and disabled core modules, added a new content type and a taxonomy vocabulary, tweaked permissions, etc.  All without a hitch.  The admin interface looks and acts almost the same as D7's. For someone who builds a lot of sites for non-technical admins, this is a big relief.

I decided this was easy.  Drupal 8 was a lot more stable than I’d expected.  I was feeling confident, so I decided to try creating a custom theme.

Custom Theming: Take One

Considering D8’s not even released yet, the documentation on drupal.org on Theming Drupal 8 is pretty extensive.  In fact it’s so extensive, it’s a bit overwhelming at first. 

If you're familiar with D7 theming and just wanted to get up and running quickly, you might prefer 27 Questions (and Answers) from My First Drupal 8 Site Build by Matt Korostoff.  His article was extremely helpful, although I was glad to be have the d.o documentation to refer to when I got stuck or wanted to delve into something more deeply.

Adding JS, CSS and Font Files and Libraries

I decided to keep a hand on the tow line and created a Classy subtheme, following Matt’s instructions for setting up the x.info.yml and and x.libraries.yml files.

You can see the .info.yml file looks a lot like the .info in Drupal 7.  The main difference is the way CSS and JS are added.  Instead of adding them directly to the .info.yml file, you include a reference to a .libaries.yml file, and that is where you add your scripts, stylesheets and dependencies. That was probably the biggest gotcha for me--figuring out how to include JS scripts, libraries and dependencies and font libraries.  There was conflicting information on the webs, but this is what worked for me:

Because I had a number of CSS and JS files, I followed the advice (from d.o. maybe?) to break them into two groups—global-styling and global-scripts,. These will now be available to every page.

My scripts.js is actually just a teeny few lines to handle the navigation bar, but surprisingly, Drupal 8 doesn’t load JQuery on every page automatically like D7 did. You have to add it as a dependency, as well as any other js you want to run on every page.

One thing I never figured out was how to add my custom fonts. I use Google's PT Serif and Inconsolata in this theme, and the only way I could get the fonts to load was by adding an @import to my main CSS file:

@import url(http://fonts.googleapis.com/css?family=Inconsolata|PT+Serif:400,400italic,700,700italic);

It works, and that'll have to do for now.

Twig Templates

I find Twig to be easier and more intuitive than the PHP of previous .tpl.php files. If you don't agree, some of the documentation on d.o might be helpful, especially Twig Coding Standards.

The Classy theme was a godsend for me when it came to creating custom templates. Whether you create a subtheme of Classy or not, you can look at the slew of templates it includes to get an idea of how to create your own.

For this theme, I needed a custom block--search-form-block.html.twig and changes to page.html.twig and node.html.twig. For instance, like Matt Korostoff, I don't much like the default "submitted by" line. To tweak it, I copied the node.html.twig from Classy, plopped it in my theme's template folder, and changed the line:

I still haven't figured out how to get my custom date/time format to print, but I'll keep working on it. :)

Custom Modules and More

I enabled a few contrib modules (Prepopulate, Youtube Field, Captcha and Recaptcha) that were absolutely required before going live. All worked beautifully out-of-the-box. However, the other contrib modules I tried gave me either a WSOD or that ghastly pink error message.  

At this time I'd recommend enabling contrib modules cautiously, if at all.  Most are still in dev for a reason.  Maybe try them on a test install first and see what blows up.

Luckily this is a simple site that can run without many contrib modules. If you have a complex site that requires a number of them, you may have to wait a bit before they're all ported to 8. Bluespark publishes a helpful live list of the current status of the top 100 Drupal modules. Check it out to see if your modules are listed.

I'm know you're waiting on tenterhooks for your favorite modules, but remember that most of the people who create and maintain contrib modules do so on their own time and without pay.  That's pretty darn generous of them, and I'm grateful for all the vacation time and off hours they spend creating modules that make my life easier. Unless I'm able to jump in alongside and start slinging code, I'm happy to wait patiently for contrib modules to be ported.

(Note to self: Patience you must have, my young padawan.)

Conclusion

The (sort of) bad news: Not everyone is crazy enough to spend two days and nights building a D8 site. It still isn't easy. You may get discouraged.  You will lose sleep. I still can't get drush 7 (required for D8) to rebuild caches. Importing and exporting a database between dev and live without at least a few WSODs is nigh on impossible. I encountered a number of alien requirements and strange error messages that took time to track down and debug.

The good news: Smarter people than me are working on those problems. Yay!

More good news: I'm no longer afraid of WSODs or error screens that fill three screens. Also, I busted my local dev site and had to rebuild it so many times, I now know a great deal about installing, enabling and configuring Drupal 8.

Was it worth it? You betcha! I'm no programmer, so I was nervous about Drupal 8 coming down the pike. I'm not nervous anymore. In fact, I'm looking forward eagerly to a release candidate.

Thanks to all the people who put so much time and effort into Drupal 8. It's really spectacular, and we thank you for generously sharing your code with us.

Comments

Asking questions are genuinely pleasant thing if you are not understanding something entirely, however this paragraph provides good understanding yet.

I'm now not positive where you are getting your info, however great topic. I must spend some time finding out more or working out more. Thanks for great information I was looking for this info for my mission.

<b>www.NoxProxy.com | Residential or Mobile IPv6 Proxy</b>

<a href=https://noxproxy.com><b>IPv6 Proxy Features</b></a>
- Automatic Service Provisioning after payment confirmation!
- IPv6 Proxy Dedicated (Private IPv6)
- IPv6 Proxy Virgin
- IPv6 Proxy Anonymous
- IPv6 Proxy Zero Log
- IPv6 Proxy Rotating or Static (Configurable).
- IPv6 Proxy Anti Ban Action
- IPv6 Proxy API Rotation

<a href=https://noxproxy.com>Proxy IPv6 Geo Locations</a>
Geographically Located IPv6 Proxy to Unblock Access by Geo Location (26 Global Geo Locations)!

Australia
Brazil
Canada
Colombia
Djibouti
France
Germany
Hong Kong
Hungary
India
Indonesia
Japan
Malaysia
Netherlands
Philippines
Poland
Portugal
Singapore
South Africa
Spain
Sweden
Switzerland
Taiwan
United Arab Emirates
United Kingdom
United States

www.NoxProxy.com
<b>TELEGRAM</b>:
https://t.me/NoxProxyIPv4IPv6

<b>SKYPE</b>:
https://join.skype.com/invite/kHFsezdD7Ivw

I was suggested this blog through my cousin. I am not sure whether or not this put up is written by means of him as no one else recognize such distinctive about my difficulty. You're amazing! Thank you!

I know this website presents quality based posts and extra data, is there any other site which presents such information in quality?

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

If you desire to get much from this paragraph then you have to apply these techniques to your won blog.

I do not even understand how I finished up here, but I believed this submit was once good. I don't understand who you might be but definitely you are going to a well-known blogger when you aren't already. Cheers!

Thanks for your marvelous posting! I certainly enjoyed reading it, you will be a great author. I will be sure to bookmark your blog and definitely will come back in the future. I want to encourage one to continue your great work, have a nice morning!

<b>www.NoxProxy.com | Residential or Mobile IPv6 Proxy</b>

<a href=https://noxproxy.com><b>IPv6 Proxy Features</b></a>
- Automatic Service Provisioning after payment confirmation!
- IPv6 Proxy Dedicated (Private IPv6)
- IPv6 Proxy Virgin
- IPv6 Proxy Anonymous
- IPv6 Proxy Zero Log
- IPv6 Proxy Rotating or Static (Configurable).
- IPv6 Proxy Anti Ban Action
- IPv6 Proxy API Rotation

<a href=https://noxproxy.com>Proxy IPv6 Geo Locations</a>
Geographically Located IPv6 Proxy to Unblock Access by Geo Location (26 Global Geo Locations)!

Australia
Brazil
Canada
Colombia
Djibouti
France
Germany
Hong Kong
Hungary
India
Indonesia
Japan
Malaysia
Netherlands
Philippines
Poland
Portugal
Singapore
South Africa
Spain
Sweden
Switzerland
Taiwan
United Arab Emirates
United Kingdom
United States

www.NoxProxy.com
<b>TELEGRAM</b>:
https://t.me/NoxProxyIPv4IPv6

<b>SKYPE</b>:
https://join.skype.com/invite/kHFsezdD7Ivw

My spouse and I stumbled over here by a different website and thought I should check things out. I like what I see so now i am following you. Look forward to going over your web page for a second time.

Hello it's me, I am also visiting this website daily, this website is actually good and the visitors are genuinely sharing fastidious thoughts.

What's up, just wanted to say, I enjoyed this post. It was inspiring. Keep on posting!

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

Heya i'm for the first time here. I found this board and I find It truly useful & it helped me out a lot. I hope to give something back and help others like you helped me.

I have fun with, cause I discovered just what I was having a look for. You have ended my 4 day long hunt! God Bless you man. Have a great day. Bye

Hello, I enjoy reading through your post. I wanted to write a little comment to support you.

Paragraph writing is also a excitement, if you be familiar with after that you can write if not it is complicated to write.

Howdy! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche. Your blog provided us useful information to work on. You have done a wonderful job!

You ought to be a part of a contest for one of the greatest blogs online. I am going to recommend this web site!

Good day! I just would like to offer you a big thumbs up for the great info you've got right here on this post. I will be coming back to your site for more soon.

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

Hey there! Do you know if they make any plugins to help with Search Engine Optimization? I'm trying to get my blog to rank for some targeted keywords but I'm not seeing very good results. If you know of any please share. Cheers!

has long been a standard part of dietary nutrition because it supports weight loss. Our body needs this essential amino acid, but it cannot produce it itself. He must therefore ingest them with food in order to promote fat burning and prevent muscle breakdown. https://www.eventbrite.com/e/erectonol-male-enhancement-latest-updated-w...
https://www.eventbrite.fr/e/billets-regime-keto-avis-composition-prix-da...
https://www.eventbrite.de/e/slim-gummies-erfahrungen-slim-gummies-bewert...
https://nycdepartmentoffinance.powerappsportals.us/forums/general-discus...
https://www.eventbrite.ca/e/erectonol-reviews-canada-2024-increase-erect...

Excellent way of describing, and fastidious piece of writing to obtain facts about my presentation focus, which i am going to deliver in college.

It's very straightforward to find out any matter on net as compared to textbooks, as I found this article at this web site.

I am extremely impressed together with your writing skills and also with the format to your blog. Is that this a paid theme or did you customize it your self? Either way stay up the excellent quality writing, it's uncommon to look a nice weblog like this one nowadays..

I relish, lead to I found just what I used to be looking for. You've ended my four day long hunt! God Bless you man. Have a great day. Bye

I've been exploring for a little for any high quality articles or blog posts on this sort of area . Exploring in Yahoo I finally stumbled upon this web site. Reading this information So i'm satisfied to convey that I've a very good uncanny feeling I came upon just what I needed. I such a lot indubitably will make certain to don?t put out of your mind this web site and provides it a look on a continuing basis.

Just wish to say your article is as astonishing. The clearness to your submit is just great and i could suppose you are an expert on this subject. Well with your permission let me to snatch your RSS feed to keep up to date with drawing close post. Thanks a million and please keep up the enjoyable work.

Very nice post. I just stumbled upon your blog and wished to say that I have truly enjoyed browsing your blog posts. After all I'll be subscribing to your rss feed and I hope you write again soon!

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

Thanks for finally writing about > %blog_title% < Loved it!

Greate post. Keep posting such kind of information on your blog. Im really impressed by your site.
Hi there, You've done a fantastic job. I'll definitely digg it and in my opinion recommend to my friends. I'm confident they'll be benefited from this site.

Hi there! This blog post could not be written much better! Reading through this article reminds me of my previous roommate! He continually kept preaching about this. I am going to forward this post to him. Pretty sure he will have a good read. Thanks for sharing!

You're so interesting! I do not think I've truly read through anything like this before. So wonderful to find another person with a few original thoughts on this issue. Seriously.. many thanks for starting this up. This web site is something that's needed on the internet, someone with a bit of originality!

I could not refrain from commenting. Very well written!

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

It is not my first time to go to see this web site, i am visiting this website dailly and obtain good information from here all the time.

Simply desire to say your article is as amazing. The clearness for your put up is simply spectacular and that i can suppose you're knowledgeable on this subject. Well together with your permission allow me to grasp your RSS feed to stay updated with coming near near post. Thanks 1,000,000 and please carry on the rewarding work.

My spouse and I stumbled over here from a different web page and thought I may as well check things out. I like what I see so i am just following you. Look forward to looking into your web page again.

Outstanding story there. What occurred after? Thanks!

Fantastic beat ! I wish to apprentice while you amend your website, how could i subscribe for a weblog site? The account aided me a acceptable deal. I had been tiny bit familiar of this your broadcast offered vibrant transparent idea

Pages

Add new comment