Blog Posts
I write about software engineering technical articles around programming, best practises and trending tech stacks. Subscribe to my newsletter to make sure you don't miss anything.
I’ll not start this blog post with what Drupal is, how good it is blah blah. I’ve posted things about Drupal on many aspects this will not be a tutorial kind post as others but here is a list and feature of five of the themes I like to start to build my own theme or have worked with in the past.
10 must have Drupal Modules
Drupal is one of the most flexible, modular and customizable open source Content Management System (CMS) powering thousands of websites (my list here). It is not only easy to kick start a site using Drupal but advantageous in numerous ways, primary the seamlessly pluggable modules and themes make Drupal an obvious choice. Drupal 6 is out and being widely used but modules of Drupal 5 have not been fully transformed to Drupal 6.


Here are 10 must have modules in your Drupal 5 site to have solid base for your site. Let’s divide the 10 modules in three parts: create the nodes, add some jazz and finally protect and administer.The first four modules are to create your nodes effectively, then add some jazz to the created modules with the next four modules then protect your site from spam and fast and effort free administration. The list and description of the modules are as follows:
Taming Drupal Node Teaser and Node Title
You might be wondering what is the use of this article / tutorial when Drupal system of handling title and teasers is so good and there are modules like node teaser to customize the teaser as per your need. But lets picture a scenario you are developing a website with a custom front page (required by majority of websites) so you have created your page-front.tpl.php and created a panel kicking out your left and right sidebar selection and example below.




Giving out custom RSS from your Drupal Site
Recently I ran into a problem where by I had to give out RSS of the Forum only from a DRUPAL 5 site, as the website was forum centered but it had blogs also. So when I first used the default rss.xml like (http://somesite.com/rss.xml) it gave out all the update not only the updated of the Forum that I wanted. I even tried another RSS source http://somesite.com/forum/rss.xml but it also had the same output. So problem is: giving out RSS of Forum only, how to do that?
Drupal How to downloaded 1000+ Times (My 50th Post)
I'm very a happy to announce that "Drupal How to For Beginners" has been downloaded more than 1000 times. Thanks to all the people who downloaded it and read it. Thanks to people who gave feedback and even a review.
More posts can be found in the archive.
Latest Posts
How to use Ollama and Open WebUI with Docker Compose [Part 4] Using Ollama APIs to generate responses and much more [Part 3] Ollama commands: How to use Ollama in the command line [Part 2] What is Ollama and how to use it: a quick guide [part 1] How to use Gemini over Vertex AI to summarize and categorize job listings with controlled generation