Skip to Content

drupal

Drupal related

The 'Drupal Way': my needs

In my last article I mentioned that Drupal would work as a CMS out of the box but that you need to configure it to meet your needs.

It is meant for you to take the core tool set API's and for you to add to it, to customize it, to make your own site and community interest group. One that fills your needs with no requirement to link to Drupal.org, no need to use features that you don’t need.

Drupal core gives you a lot of functionality out of the box. It is not meant to be the end solution, it is meant to be the functional starting point for configuring and building a site to meet your needs. It provides a flexible base that gives you the tools and control to accomplish this whether those tools are contributed modules, modules you write or php snippets you use to add value to your site. Fortunately with the huge contributed module repository and the theme and php snippets docs, writing your own may not be necessary. Of course, something that fills your needs may not exist, in which case you will need to develop or fund development for it yourself.

The Drupal Way

One of the items that has been recently brought to my attention is that those of us active in the community are assimilated into the 'Drupal way'. This is a hard subject to cover because many of the things Drupal devs and contributors do and the reasons for them seem obscure and insider-ish. It's not, it’s based on experience and perspective that is fundamentally different from the experiences of many of our new people. I hope to figure out some way to write some of these approach and philosophy overview pages but not sure I'll be able to successfully accomplish this. I welcome feedback on it.

Now, for those not 'privy' to the 'Drupal way' should be let in on this secret. It’s not something that happens over night. It's something that happens as you are active in the community and learn how to use and leverage Drupal. You see the answer in many many posts until one day, it just clicks. You figure it out over time and in response to questions being answered. It's not limited to developers. It's a philosophy open to site-admins, doc contributors, everyone. I also should mention, there are several path's to the 'Drupal way' and slightly differing opinions too.

Druplicon as people for presentations

Dries was putting together a presentation and looking for people icon's of some sort for it. So I did I quick pass at making a Druplicon people for him using a modified body from the people set by Juliane Krug. Now my quick pass was sort of sad. The Druplicon art style did not match the body style at all.

So I did a new version with my limited Inkscape skills. This one should blend fairly well with the rest of Juliane's people set if you are doing a presentation.

Good reading for those starting out with Drupal

So I was chatting in IRC and realized that I was providing the same links I had dug up a couple times before. Time to stop and blog it so I can then provide one link.

Knowing how Drupal's version numbers works will save you some questions as will being familiar with the basic Terminology.

The Troubleshooting FAQ will help you solve problems you didn't realize you were going to have. Lot's of us have made common mistakes and several of us have documented them to help new folks solve them before they have to ask.

two or three column option with Yahoo GRID CSS

My previous article on converting the Yahoo GRID CSS for use in a Drupal theme covered the 2 column basic framework. Of course the trick with a CMS is what happens when you don't want to use three columns on every page but still want the option? Well I shall introduce my method which is probably not the best method but does seem to work.

How to play with Yahoo Grids CSS

Yahoo released their Yahoo! User Interface. One part of which is their webpage templates, the Grids CSS. To follow along you will need to download the YUI library, a working test Drupal install and a text editor of some sort.

Keep in mind I am not a php whiz so a lot of this will be copy and paste from one file to another so anyone should be able to do this.

Our goal will be the base framework for a two column template. You'll need to make it pretty yourself later. Read on for more...

Syndicate content