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

Awesome blog! Do you have any tips for aspiring writers? I'm planning to start my own blog soon but I'm a little lost on everything. Would you recommend starting with a free platform like Wordpress or go for a paid option? There are so many options out there that I'm completely overwhelmed .. Any tips? Bless you!

Quality posts is the secret to interest the users to go to see the site, that's what this site is providing.

I do accept as true with all the concepts you've introduced on your post. They are really convincing and will certainly work. Still, the posts are too brief for newbies. May you please prolong them a little from next time? Thank you for the post.

Hi, I do believe this is a great blog. I stumbledupon it ;) I'm going to revisit once again since i have bookmarked it. Money and freedom is the greatest way to change, may you be rich and continue to guide other people.

Heya! I'm at work surfing around your blog from my new iphone 4! Just wanted to say I love reading through your blog and look forward to all your posts! Keep up the fantastic work!

Does your site have a contact page? I'm having problems locating it but, I'd like to send you an email. I've got some recommendations for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it improve over time.

I have read a few just right stuff here. Certainly value bookmarking for revisiting. I wonder how so much attempt you place to create the sort of fantastic informative web site.

I'm really enjoying the design and layout of your website. It's a very easy on the eyes which makes it much more enjoyable for me to come here and visit more often. Did you hire out a developer to create your theme? Fantastic work!

Hi there to all, how is the whole thing, I think every one is getting more from this website, and your views are pleasant in support of new people.

Hey! This is my 1st comment here so I just wanted to give a quick shout out and say I truly enjoy reading through your blog posts. Can you recommend any other blogs/websites/forums that go over the same subjects? Thanks!

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

Greetings from Florida! I'm bored to tears at work so I decided to check out your blog on my iphone during lunch break. I enjoy the info you present here and can't wait to take a look when I get home. I'm surprised at how quick your blog loaded on my phone .. I'm not even using WIFI, just 3G .. Anyways, wonderful blog!

For newest information you have to visit world-wide-web and on web I found this web page as a finest website for latest updates.

Hi! This post could not be written any better! Reading this post reminds me of my good old room mate! He always kept talking about this. I will forward this post to him. Fairly certain he will have a good read. Many thanks for sharing!

Because the admin of this website is working, no question very rapidly it will be famous, due to its feature contents.

My developer is trying to persuade me to move to .net from PHP. I have always disliked the idea because of the expenses. But he's tryiong none the less. I've been using WordPress on a number of websites for about a year and am worried about switching to another platform. I have heard excellent things about blogengine.net. Is there a way I can transfer all my wordpress content into it? Any help would be greatly appreciated!

Wow, this post is pleasant, my sister is analyzing these things, so I am going to let know her.

This piece of writing gives clear idea for the new users of blogging, that genuinely how to do blogging and site-building.

I am really inspired together with your writing skills and also with the format to your blog. Is that this a paid subject or did you customize it your self? Anyway stay up the nice high quality writing, it is uncommon to peer a great weblog like this one today..

Pretty! This was an extremely wonderful post. Many thanks for providing these details.

The Deal Under The Peel is a tantalizing tale hidden beneath the surface, waiting to be uncovered. Like the layers of an onion, it holds secrets, surprises, and revelations within its seemingly ordinary exterior. This intriguing phrase hints at something concealed, something clandestine, yet ripe with potential. It evokes the excitement of discovery, urging us to peel back the layers and delve deeper into the mysteries that lie beneath. Perhaps it's a metaphor for uncovering hidden truths, unearthing unexpected opportunities, or revealing the complexities of human nature. Whatever the interpretation, "The Deal Under The Peel" invites us to embrace curiosity, explore the unknown, and uncover the hidden gems that await beneath the surface.

Way cool! Some very valid points! I appreciate you writing this article and the rest of the website is really good.

What a stuff of un-ambiguity and preserveness of precious knowledge on the topic of unexpected emotions.

Ridiculous quest there. What happened after? Take care!

I am regular reader, how are you everybody? This article posted at this web site is really pleasant.

Thank you for some other informative blog. The place else may just I get that type of info written in such a perfect means? I have a challenge that I'm simply now working on, and I have been at the look out for such info.

You should take part in a contest for one of the highest quality blogs on the internet. I most certainly will recommend this web site!

Дитячі ігрові майданчики ціна вас приємно здивує.Считайте, сколько денег ежегодно обходится обслуживание троллейбусы.
http://sportoboz.ru/2012/08/08/fotootchet-s-oi-2012-bronza-alii-mustafin...
http://multigonka.com.ua/index.php?go_id=viewuser&u_id=416
http://osnovakarate.ru/hystory/ashita.php

Детская площадка от народного депутата Юрия Шаповалова в г.Несомненно, стоит упомянуть и о натуральном покрытии для детских площадок, игровых комплексов, спортивной площадки для ребенка, которые призваны защищать детей от внезапных падений на пол и возможных травм.

It's genuinely very complicated in this active life to listen news on TV, thus I simply use world wide web for that reason, and obtain the most recent news.

Thanks for sharing your thoughts about %meta_keyword%. Regards

I'm gone to inform my little brother, that he should also visit this webpage on regular basis to take updated from most recent information.

Hi there to all, how is everything, I think every one is getting more from this website, and your views are good in favor of new visitors.

I am not certain the place you're getting your info, however great topic. I must spend some time learning more or understanding more. Thank you for fantastic information I used to be on the lookout for this information for my mission.

buy clozaril without a prescription - <a href="https://genonlinep.com/">where to buy clozaril without a prescription</a> order generic famotidine

Hi! Someone in my Myspace group shared this site with us so I came to look it over. I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers! Fantastic blog and excellent design.

Hi to every one, it's truly a good for me to visit this web page, it consists of useful Information.

Hi Dear, are you genuinely visiting this web site on a regular basis, if so then you will definitely get pleasant know-how.

Can you tell us more about this? I'd love to find out more details.

Pretty great post. I just stumbled upon your blog and wished to mention that I've really enjoyed browsing your blog posts. After all I'll be subscribing to your rss feed and I'm hoping you write again soon!

Woah! I'm really digging the template/theme of this site. It's simple, yet effective. A lot of times it's tough to get that "perfect balance" between usability and visual appearance. I must say you've done a very good job with this. Also, the blog loads super fast for me on Safari. Outstanding Blog!

Ahaa, its pleasant conversation on the topic of this article here at this blog, I have read all that, so at this time me also commenting here.

Pages

Add new comment