Quantcast
Channel: UncleCode.Com - Technology Blog» Drupal
Browsing latest articles
Browse All 8 View Live

Drupal- How to disable “Submitted by” author, date in Content Pages, Content...

This can be easily disabled in Themes Global Setting configuration found at- Go to Admin -> Themes -> “Configure” Tab -> Global Settings. You can find the settings in this section.

View Article



Drupal- List of Top most useful Drupal Modules, add on modules

When I started with drupal I installed number of modules which can be helpful in achieving a particular task. I am just listing down the top most important modules which are required for a full fledged...

View Article

Drupal- How to place a “name” attribute anchor link in menu item

If you are trying to place a “name” attribute in menu hyperlink then this can be accomplished by declaring  a function in your template.php file as below- <?php function...

View Article

Drupal- How to add a drop down menu to your website using CSS SuckerFish Menu

A drop down menu can be easily added to you website using basic CSS. Here we will explain that how to add a drop down menu to your drupal theme using one of the best menu system available- SuckerFish...

View Article

Drupal- How to include a file in drupal template, theme like common Header,...

Here is how you can include a common header, footer in drupal- <?php include ($directory."/includes/header.php"); ?> “$directory” is a variable automatically available in Drupal which holds the...

View Article


Drupal- What is the difference between Page.tpl.php and Node.tpl.php in drupal?

There is a very basic question which everyone asks that what is the basic differences between node.tpl.php and page.tpl.php? Page.tpl.php This template holds the wireframe of the webpage/website like-...

View Article

Drupal- Ten Easy Step to Step Guide on How to Run Multiple Web Sites from...

The key is that you need to create multiple MySQl database (for different websites), create a new directory in “/sites/your-site-name” folder which includes “default.setting.php” file renamed to...

View Article

Tutorial on how to create a theme in Drupal or create custom theme in Drupal

Tutorial on how to create a theme in Drupal or create custom theme in Drupal Following is the step by step guide to create a theme in drupal. Lets say name of your new theme is “mytheme“. Where to...

View Article

Browsing latest articles
Browse All 8 View Live


Latest Images