Articles tagged with: drupal how to

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 …
In Drupal complex tasks can be very easy. Sadly many times simple tasks can be complex. Even more often, to make a complex task simple, you have to make a simple task complex first. Such …
This article is devoted to quick search engine optimization of Drupal sites. Drupal is the most search engine friendly, out of the box, solution today. Nevertheless you should get some thing done to any installation.
Drupal in my opinion is the most search engine friendly, out of the box, solution in existence today. However, with that said, there are still some things that need to be done to any installation …
If your Drupal website is large you might need to improve its performance. In this article I would tell you how it can be done.
In the previous articles of the cycle, we created different user roles and permissions for them. And now it is time to get know about the function of User in managing access permission and how …
In the previous article we have discussed user roles and even create a few ones. Let’s talk about how to grant the various permissions for them now.
This is my second article in a set of articles devoted to user access control for Drupal-based sites. It is about roles that give access to certain parts of your Drupal site to site’s users. …