New Drupal 6 Website Creation Book Out

A new book titled :Drupal 6 Site Builder Solution has been published by Packt.

Overriding strings in drupal-String overrides module

I found this module to be very useful even though it does only one thing -Override text. It is a module that makes it extremely easy to replace text in drupal. With this module you can override any text outputted by drupal. Lets take for example you have a site where you want users to post classified ads. You can easily replace the default text "Create content" with "Post Ad" in one step using this module. Isnt that cool? It sure is!.Download the module from drupal's official website String overrides module.
Install and enable the module. If you don't know how to do this please see "Related Posts" at the end of the tutorial for information on how to properly install a drupal module.
Go to Adminsiter->String Overrides (under site configuration)
Enter the original text e.g Create content and the replacement e.g Post Ad. Click save configuration.
Drupal string overrides

You will notice that "Create content has changed to Post Ad".
**Although this module is extremely useful,i noticed that string overrrides module will not replace text outputted by contributed modules.**

Cron job and drupal search

Drupal would not index new content if you do not run cron. Cron has to run from time to time.

Drupal Views Tutorial - Enabling Blocks

This is the second part of a series of views tutorials. Please read the first tutorial before reading this.
Upon installation of views module,blocks for some default views are automatically created without going to Administer-Views to enable the View.
Drupal Image links
Drupal Image links
Go to Administer->Views. Enable these blocks to see them on your site. Click save blocks.If you don't have any comments on your site then you would not see the recent comments views block."What links here" block shows a list of nodes that link to a particular content. In the next tutorial we will be looking at how to enable and edit a view

Drupal Views Tutorial

This tutorial is an introduction to drupal views. Views can is an extremely powerful drupal tool that can seem very complex at first sight.
Drupal views

This tutorial would form the first part of a series of drupal views tutorials. In this views tutorial we will begin to learn how to easily and quickly use the default features of views.I am going to show you how you can quickly display a monthly archive of your contents using the default node view. The monthly archive would be shown in a block.Lets begin.
Download and install the views module Views Module. If you dont know how to install a module then please see How to install a module in drupal
Enable the module( Administer->Modules)
Drupal views installation
Go to Adminster->Views and see all the default views that we have.
Drupal views installation
Go to Administer->blocks
Enable the Archive list block by choosing choosing a region.(The block was created when we enabled the views module)
Click Save blocks. You would see your monthly archive list showing boldly in the region you specified. Click on a month and you will see all the content you posted during that month irrespective of the content type.

Syndicate content