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

What's Taking place i'm new to this, I stumbled upon this I've found It positively helpful and it has aided me out loads. I hope to contribute & assist different customers like its helped me. Good job.

Howdy! I'm at work browsing your blog from my new apple iphone! Just wanted to say I love reading your blog and look forward to all your posts! Keep up the outstanding work!

This web site truly has all the information and facts I needed concerning this subject and didn't know who to ask.

Hi! Someone in my Facebook group shared this website with us so I came to give it a look. I'm definitely loving the information. I'm book-marking and will be tweeting this to my followers! Outstanding blog and superb design and style.

I have been exploring for a bit for any high quality articles or weblog posts in this kind of area . Exploring in Yahoo I ultimately stumbled upon this website. Studying this information So i am happy to show that I have an incredibly just right uncanny feeling I discovered exactly what I needed. I such a lot without a doubt will make sure to do not disregard this website and provides it a glance on a constant basis.

WOW just what I was searching for. Came here by searching for %meta_keyword%

You should be a part of a contest for one of the highest quality sites on the net. I'm going to recommend this web site!

I've learn some just right stuff here. Definitely worth bookmarking for revisiting. I wonder how a lot attempt you place to create this sort of fantastic informative website.

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! I know this is kinda off topic however I'd figured I'd ask. Would you be interested in exchanging links or maybe guest authoring a blog article or vice-versa? My site addresses a lot of the same topics as yours and I believe we could greatly benefit from each other. If you happen to be interested feel free to send me an e-mail. I look forward to hearing from you! Fantastic blog by the way!

Thank you for the good writeup. It in fact was a amusement account it. Look advanced to more added agreeable from you! However, how can we communicate?

I wanted to thank you for this excellent read!! I definitely enjoyed every little bit of it. I have you bookmarked to check out new stuff you post…

Hey there! I could have sworn I've been to this site before but after browsing through some of the post I realized it's new to me. Nonetheless, I'm definitely glad I found it and I'll be bookmarking and checking back often!

Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why waste your intelligence on just posting videos to your blog when you could be giving us something enlightening to read?

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

With havin so much written content do you ever run into any issues of plagorism or copyright infringement? My blog has a lot of exclusive content I've either written myself or outsourced but it looks like a lot of it is popping it up all over the web without my permission. Do you know any methods to help stop content from being ripped off? I'd genuinely appreciate it.

Wonderful beat ! I wish to apprentice while you amend your website, how can i subscribe for a blog web site? The account helped me a acceptable deal. I had been a little bit acquainted of this your broadcast offered bright clear concept

My coder 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 Movable-type on a number of websites for about a year and am anxious about switching to another platform. I have heard great things about blogengine.net. Is there a way I can import all my wordpress posts into it? Any kind of help would be greatly appreciated!

Nice respond in return of this difficulty with firm arguments and describing the whole thing regarding that.

Hello there! This is my first visit to your blog! We are a collection of volunteers and starting a new project in a community in the same niche. Your blog provided us beneficial information to work on. You have done a wonderful job!

Der Fat Burner hat sich als eine herausragende Option für all diejenigen etabliert, die ihre Bemühungen zur Gewichtsreduktion intensivieren möchten. Neo Drops Diese Nahrungsergänzungskapseln sind ein innovatives Produkt auf dem deutschen Markt, das nicht nur die Aufmerksamkeit von Fitness-Enthusiasten, sondern auch von Prominenten auf sich gezogen hat. Fitsmart Fat Burner Amerikanische Stars wie Kim Kardashian, Kylie Jenner und Kelly Osbourne haben bereits die Wirkung ähnlicher Produkte offenbart, changed into die Beliebtheit von Diätpillen in den USA unterstreicht. Der Fat Burner setzt auf einen Wirkstoff, der bereits in den Vereinigten Staaten für seine Effektivität bekannt ist. Doch wir wissen, dass für dich Fakten zählen. New Body Drops Deshalb habe ich persönlich die Fatburner Kapseln getestet, ihre Inhaltsstoffe anhand unabhängiger wissenschaftlicher Studien und Fakten analysiert und bewertet.Es ist mehr als nur ein Nahrungsergänzungsmittel – es ist dein Weg zu einem gesunden Lebensstil. https://www.rheinische-anzeigenblaetter.de/bonn/c-nachrichten/new-body-d...
https://lepetitjournal.com/vienne/avis-fitsmart-fat-burner-2024-est-ce-q...
https://www.taubenschlag.de/2024/04/new-body-drops/

Very soon this web site will be famous amid all blogging viewers, due to it's fastidious content

Thanks designed for sharing such a fastidious idea, post is pleasant, thats why i have read it fully

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

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

Hello, after reading this remarkable paragraph i am as well happy to share my know-how here with colleagues.

I always emailed this weblog post page to all my contacts, as if like to read it after that my friends will too.

Very good article. I absolutely appreciate this website. Stick with it!

Howdy! I could have sworn I've been to this site before but after checking through some of the post I realized it's new to me. Anyways, I'm definitely delighted I found it and I'll be bookmarking and checking back frequently!

I like looking through an article that will make men and women think. Also, many thanks for allowing for me to comment!

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

I'd like to find out more? I'd like to find out more details.

Hey there! I realize this is somewhat off-topic but I needed to ask. Does building a well-established blog like yours take a lot of work? I'm completely new to writing a blog but I do write in my diary everyday. I'd like to start a blog so I can share my experience and feelings online. Please let me know if you have any ideas or tips for brand new aspiring blog owners. Thankyou!

Hey there, I think your site might be having browser compatibility issues. When I look at your blog site in Ie, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, great blog!

I do not know if it's just me or if everyone else encountering issues with your website. It appears as if some of the text in your posts are running off the screen. Can someone else please comment and let me know if this is happening to them as well? This could be a issue with my web browser because I've had this happen previously. Appreciate it

Hello there, just became alert to your blog through Google, and found that it is truly informative. I'm gonna watch out for brussels. I'll be grateful if you continue this in future. Lots of people will be benefited from your writing. Cheers!

What i do not understood is in fact how you're no longer actually a lot more smartly-appreciated than you might be now. You are so intelligent. You know therefore considerably relating to this topic, produced me for my part imagine it from so many numerous angles. Its like women and men are not fascinated except it is one thing to accomplish with Girl gaga! Your personal stuffs excellent. Always deal with it up!

I love your blog.. very nice colors & theme. Did you create this website yourself or did you hire someone to do it for you? Plz respond as I'm looking to construct my own blog and would like to know where u got this from. appreciate it

I am sure this paragraph has touched all the internet viewers, its really really good article on building up new web site.

Pages

Add new comment