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

Good article. I will be facing a few of these issues as well..

I have been browsing online more than three hours today, yet I never found any interesting article like yours. It's pretty worth enough for me. Personally, if all website owners and bloggers made good content as you did, the internet will be a lot more useful than ever before.

If you're uninterested in looking for a natural, powerful, and threat-unfastened weight loss complement, we ought to say that is one of the nice selections accessible. Many point out that a huge lot of human beings had been uninterested in using useless supplements, and this is when proved to be a knight in shining armor! In this targeted overview of , we are going to delve into various elements of the use of the fitness complement which include its working mechanism, fitness benefits, pricing structure, and greater. What basically does is that it converts the saved fat to your body into strength. This approach that all the carbohydrates that enter your body will now not accumulate as stubborn fats but help promote metabolism. Moreover, substances like Panax Ginseng, with its powerful skills, make certain low degrees of white fat for your frame. Instead, it helps accelerated. ranges of Brown Adipose Tissue, additionally called BAT or brown fats. This brown fat is the coolest fat that promotes weight reduction. https://lepetitjournal.com/abidjan/le-avis-phenq-bruleur-de-graisse-prix...
https://startupcentrum.com/startup/get-thin-md-review-2024-latest-custom...
https://startupcentrum.com/startup/theanex-kapseln-bewertungen-test-einn...
https://startupcentrum.com/startup/cognicare-pro-latest-updated-warning-...

Why people still use to read news papers when in this technological world all is available on web?

These are actually wonderful ideas in about blogging. You have touched some nice points here. Any way keep up wrinting.

It's not my first time to go to see this web page, i am visiting this web site dailly and take nice data from here every day.

It's remarkable to go to see this web page and reading the views of all colleagues concerning this piece of writing, while I am also keen of getting know-how.

I am sure this piece of writing has touched all the internet visitors, its really really fastidious paragraph on building up new webpage.

This website definitely has all of the info I wanted about this subject and didn't know who to ask.

After I originally commented I seem to have clicked on the -Notify me when new comments are added- checkbox and from now on each time a comment is added I receive four emails with the exact same comment. Is there a means you are able to remove me from that service? Appreciate it!

It's enormous that you are getting ideas from this post as well as from our argument made 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

What's up, I want to subscribe for this web site to take latest updates, thus where can i do it please help.

It's a shame you don't have a donate button! I'd definitely donate to this superb blog! I guess for now i'll settle for bookmarking and adding your RSS feed to my Google account. I look forward to brand new updates and will talk about this blog with my Facebook group. Chat soon!

It's amazing in support of me to have a website, which is beneficial designed for my knowledge. thanks admin

Attractive section of content. I just stumbled upon your weblog and in accession capital to assert that I get actually enjoyed account your blog posts. Any way I'll be subscribing to your augment and even I achievement you access consistently fast.

Hello! I could have sworn I've been to this blog before but after looking at a few of the posts I realized it's new to me. Regardless, I'm certainly happy I found it and I'll be bookmarking it and checking back regularly!

If some one wants expert view regarding running a blog afterward i propose him/her to pay a quick visit this weblog, Keep up the nice job.

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

Hurrah, that's what I was searching for, what a material! present here at this web site, thanks admin of this website.

Highly descriptive blog, I loved that bit. Will there be a part 2?

Hello there! This is my first visit to your blog! We are a group 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 outstanding job!

We are a group of volunteers and starting a new scheme in our community. Your website provided us with valuable information to work on. You have done a formidable job and our whole community will be grateful to you.

I'm more than happy to uncover this site. I wanted to thank you for ones time due to this fantastic read!! I definitely savored every bit of it and i also have you book marked to see new stuff on your blog.

Fantastic goods from you, man. I've understand your stuff previous to and you are just extremely fantastic. I actually like what you have acquired here, certainly like what you're stating and the way in which you say it. You make it enjoyable and you still care for to keep it wise. I cant wait to read far more from you. This is actually a wonderful web site.

Hello it's me, I am also visiting this website on a regular basis, this website is in fact good and the users are really sharing fastidious thoughts.

Does your blog have a contact page? I'm having trouble locating it but, I'd like to send you an e-mail. I've got some ideas for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it grow over time.

Wonderful work! That is the type of information that should be shared around the internet. Disgrace on the search engines for no longer positioning this put up higher! Come on over and consult with my site . Thank you =)

Thanks for the auspicious writeup. It actually used to be a entertainment account it. Glance complex to more introduced agreeable from you! However, how could we be in contact?

I absolutely love your website.. Pleasant colors & theme. Did you make this web site yourself? Please reply back as I'm attempting to create my own site and want to find out where you got this from or what the theme is named. Thanks!

Fantastic goods from you, man. I've understand your stuff previous to and you are just extremely magnificent. I really like what you've acquired here, certainly like what you are saying and the way in which you say it. You make it enjoyable and you still care for to keep it smart. I can't wait to read far more from you. This is really a great website.

Hello! I realize this is kind of off-topic however I had to ask. Does building a well-established website such as yours require a lot of work? I'm brand new to blogging however I do write in my journal everyday. I'd like to start a blog so I will be able to share my experience and thoughts online. Please let me know if you have any recommendations or tips for brand new aspiring bloggers. Appreciate it!

Thanks for sharing your thoughts on %meta_keyword%. Regards

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'm impressed, I have to admit. Rarely do I encounter a blog that's both educative and engaging, and let me tell you, you have hit the nail on the head. The problem is something not enough men and women are speaking intelligently about. I am very happy I came across this in my search for something relating to this.

Hi there, I enjoy reading all of your article post. I like to write a little comment to support you.

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

constantly i used to read smaller posts which also clear their motive, and that is also happening with this piece of writing which I am reading now.

I am truly delighted to glance at this website posts which consists of lots of useful facts, thanks for providing these statistics.

I'm gone to inform my little brother, that he should also pay a visit this blog on regular basis to get updated from latest reports.

Attractive component of content. I simply stumbled upon your website and in accession capital to claim that I acquire actually enjoyed account your weblog posts. Any way I'll be subscribing on your augment or even I success you get right of entry to consistently quickly.

Hi, I think your blog might be having browser compatibility issues. When I look at your blog site in Firefox, 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, fantastic blog!

Pages

Add new comment