Drupal

Hi! I am Geshan Manandhar, a Bachelor's of Information Management (BIM) graduate. Currently I am working as a developer (PHP) at Young Innvovations Pvt Limited.

May
7

Tweak and create new drupal themes like a pro with Drupal 6 Themes

It's been some years I have been using Drupal, without doubts its one of the best free and open source CMS around. With pass in time Drupal has achieved new milestones and with Drupal 6 the themes/skin aspect of Drupal has also got stronger than the previous versions. The new Drupal theme system is great and to reap maximum benefits from this new and improved themeing system I recommend you Drupal 6 themes.
Mar
11

A video Every Drupalista should watch at least once

In this video Dries goes through the history to the modern day Drupal and its Future Drupal 7.

The video is too long more than an hour long but worth watching.


Mar
2

Apply multiple Drupal themes for sections in a single Drupal website

Think of a way by which you could select one Drupal theme for your blog section, one for your forum and one for the other pages/nodes. So this is possible how you do it what you are going to get in this blog post. I am doing it on a Drupal 6 website, it can also be done for a Drupal 5 website.
Feb
1

3 Drupal podcasts you must be a fool to miss

Podcast simply seem like a person blabbering about one thing or the other, of just gets some of his friends and tries to make you understand thing you never want to understand. Complementing to it the host again invites one or more experts on the topic and interviews in a funny, lets say annoying manner.
Jan
25

Wish I could attend Drupal Con DC - 4-7 March 2009

Its been more than 2 years I've been experimenting and working with Drupal. Being a windows user and not being able to get into CVS and things I've not contributed any code to the Drupal Community :-( though I want to.
Jan
1

Drupal defined for newbies

Drupal is a free and open source Content Management System (CMS) written in PHP with a wealth of features that helps developers, designers and websites administrators to make their life easier.
Dec
28

Taming Drupal Node Teaser and Node Title 2 (for custom content)

In continuation to my previous post about "Taming Drupal Node Title and Teaser" this is part 2 of the Drupal node title and teaser taming tweak by editing node-type.tpl.php.(type is your content type like story, project or custom type like news or project etc). This is what your teaser for front page look like after the tweak is applied and after some great theming :-).
Nov
21

Solving Drupal site contact problems with contact forms

Time and again I've faced a problem of creating multiple contact forms but with use of the contact module there is only once contact form accessible at site-URL/contact. But now the problem can be solved with use of Contact Forms module, you can download the module here.
Oct
5

5 Undermined Drupal Modules I have utilized

There are lots of Drupal Modules, some are great, some need improvement, some have a long issue queue but here is a short list of five undermined Drupal Modules. I suggest these modules will come handy in a relatively big Drupal site with need of multiple content type and frequent updating. The list is given below hope you also benefit from using the modules mentioned below as I have:
Aug
28

7 well designed Drupal Sites

Drupal theming is not as easy was it look. Drupal theming system is very flexible and robust but as the no. of modules increase the no. of CSS (Cascading Style Sheet) files also go up this causes problems in theming. The multitude of modules you use can be hard for the themer and changes in last moment is difficult to tackle.