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

Hi, constantly i used to check webpage posts here early in the morning, as i like to find out more and more.

I am extremely impressed with your writing skills and also with the layout on your weblog. Is this a paid theme or did you modify it yourself? Anyway keep up the excellent quality writing, it's rare to see a great blog like this one today.

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 know this if off topic but I'm looking into starting my own weblog and was curious what all is required to get setup? I'm assuming having a blog like yours would cost a pretty penny? I'm not very internet savvy so I'm not 100% sure. Any tips or advice would be greatly appreciated. Many thanks

Nice answer back in return of this matter with firm arguments and telling everything concerning that.

I think this is among the most vital info for me. And i'm glad reading your article. But wanna remark on some general things, The website style is great, the articles is really great : D. Good job, cheers

I am really enjoying the theme/design of your web site. Do you ever run into any internet browser compatibility issues? A few of my blog visitors have complained about my website not operating correctly in Explorer but looks great in Opera. Do you have any ideas to help fix this problem?

Excellent way of telling, and nice piece of writing to get data regarding my presentation subject matter, which i am going to deliver in school.

What's up friends, its great article about tutoringand entirely explained, keep it up all the time.

Hi, the whole thing is going nicely here and ofcourse every one is sharing information, that's really excellent, keep up writing.

That is a great tip particularly to those fresh to the blogosphere. Short but very precise info… Thank you for sharing this one. A must read article!

If you wish for to grow your familiarity simply keep visiting this website and be updated with the hottest news posted here.

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

Definitely imagine that which you stated. Your favourite justification appeared to be at the net the easiest factor to be mindful of. I say to you, I certainly get annoyed even as folks think about issues that they just do not understand about. You controlled to hit the nail upon the highest and also outlined out the whole thing without having side effect , other folks could take a signal. Will likely be back to get more. Thank you

Unquestionably believe that that you stated. Your favorite reason seemed to be on the net the easiest thing to take into account of. I say to you, I definitely get annoyed even as folks consider worries that they plainly do not recognise about. You controlled to hit the nail upon the top and outlined out the entire thing with no need side effect , people could take a signal. Will likely be back to get more. Thank you

Nice weblog right here! Additionally your website loads up fast! What web host are you the use of? Can I get your associate link to your host? I wish my website loaded up as quickly as yours lol

It's perfect time to make some plans for the future and it is time to be happy. I've read this post and if I could I want to suggest you some interesting things or advice. Perhaps you can write next articles referring to this article. I desire to read more things about it!

Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or something. I think that you can do with a few pics to drive the message home a bit, but instead of that, this is wonderful blog. An excellent read. I'll definitely be back.

Greetings! Very helpful advice within this article! It is the little changes that produce the biggest changes. Thanks a lot for sharing!

I'm extremely impressed with your writing talents as smartly as with the structure for your weblog. Is this a paid topic or did you modify it yourself? Either way keep up the excellent quality writing, it is uncommon to peer a great weblog like this one nowadays..

First of all I want to say superb blog! I had a quick question which I'd like to ask if you don't mind. I was interested to know how you center yourself and clear your mind before writing. I've had trouble clearing my thoughts in getting my thoughts out. I truly do take pleasure in writing however it just seems like the first 10 to 15 minutes tend to be lost just trying to figure out how to begin. Any ideas or hints? Cheers!

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's amazing for me to have a web page, which is valuable in favor of my knowledge. thanks admin

Hello There. I found your blog the use of msn. That is a very well written article. I will make sure to bookmark it and return to learn extra of your useful information. Thank you for the post. I'll definitely comeback.

Awesome blog! Is your theme custom made or did you download it from somewhere? A design like yours with a few simple tweeks would really make my blog jump out. Please let me know where you got your design. Thanks

This is really fascinating, You are an excessively skilled blogger. I have joined your feed and look ahead to seeking more of your excellent post. Additionally, I have shared your web site in my social networks

Everything is very open with a very clear description of the challenges. It was really informative. Your site is extremely helpful. Thanks for sharing!

I'm gone to say to my little brother, that he should also pay a quick visit this web site on regular basis to get updated from latest news.

Pretty! This has been a really wonderful post. Many thanks for providing this info.

Hey there, I think your site might be having browser compatibility issues. When I look at your blog site in Safari, 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, very good blog!

Great post. I will be going through a few of these issues as well..

Everyone loves it when individuals come together and share ideas. Great website, stick with it!

Good post. I learn something totally new and challenging on blogs I stumbleupon every day. It will always be helpful to read through content from other writers and practice something from their websites.

For latest information you have to pay a quick visit the web and on the web I found this site as a finest website for newest updates.

Terrific work! That is the kind of info that are supposed to be shared across the web. Shame on Google for now not positioning this post higher! Come on over and visit my site . 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

Howdy! Do you know if they make any plugins to protect against hackers? I'm kinda paranoid about losing everything I've worked hard on. Any recommendations?

In fact when someone doesn't be aware of after that its up to other people that they will help, so here it happens.

I think this is among the most vital information for me. And i'm glad reading your article. But want to remark on some general things, The site style is ideal, the articles is really excellent : D. Good job, cheers

I know this if off topic but I'm looking into starting my own blog and was wondering what all is required to get setup? I'm assuming having a blog like yours would cost a pretty penny? I'm not very internet savvy so I'm not 100% certain. Any suggestions or advice would be greatly appreciated. Cheers

This website was... how do you say it? Relevant!! Finally I have found something which helped me. Appreciate it!

It's amazing to visit this web page and reading the views of all friends concerning this paragraph, while I am also eager of getting experience.

You have made some decent points there. I checked on the net for more info about the issue and found most people will go along with your views on this site.

Great delivery. Solid arguments. Keep up the great effort.

A person essentially lend a hand to make critically posts I'd state. That is the first time I frequented your website page and so far? I amazed with the analysis you made to make this actual put up extraordinary. Fantastic process!

I couldn't resist commenting. Well written!

I'm not sure why but this website is loading very slow for me. Is anyone else having this problem or is it a problem on my end? I'll check back later and see if the problem still exists.

I really like reading a post that will make people think. Also, thanks for allowing me to comment!

Very informative post! There is a lot of information here that can help any business get started with a successful social networking campaign.

Pages

Add new comment