Articles tagged with: drupal tutorials
Task:
Create a view via code with Views (in your custom module).
Solution To create a view via code with Views 2 in Drupal 6 you should:
Create a view using Viws user interface as …
In this article I would like to share my experience in creating of custom Contact Us form. We will use standard Contact Drupal module as a basis for it.
I spent a lot of time creating custom popups that appear in lightbox window. But I shouldn’t do this anymore! Drupal provides a simple way to show popups –Popups. In this article I would tell …
This article is for web-developers who are interested in creating their Drupal themes. It would tell you how to create themes for different content types. As a bonus, you’ll get know how to create theme …
In this article I would like to tell you how to tag your articles and create related articles for them. You may use it if you wish to display the list of related articles for …
This article contains a short description of Content Taxonomy. We will use it in the next article.

This is the next article devoted to Views module. Earlier we created Views block that shows the last site news. And now we are going to learn how to change its style and/or theme it. …

I’ve decided to write a basic intro on how to use views since many people find it confusing for some reason. Personally I think it’s actually quite easy to use once you’ve grasped the basic …

Upgrading modules is a more involved process than installing or removing modules. The steps should be followed closely, as all these steps are necessary to ensure the stability of your website. In this article I …
Though Views module is not standard Drupal module, it is one of the basic modules. I install Views every time creating a website even if I’m not going to use it so far. I’m sure …