Drupal: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

Read the full story »
CSS Templates

Contain reviews and news about CSS Templates.

Freebies

Contain freebies such as icons, graphics, headers and images for your websites.

Fun Stuff

Contains other fun stuff for entertainment or interesting site showcase.

How-To

Contain technical elaborations on some specific workarounds or common tweak.

Joomla Templates

Contains reviews and news about Joomla templates.

Home » Archive by Tags

Articles tagged with: drupal tutorials

Drupal: Variables of node.tpl.php file
March 21, 2011 – 9:30 pm | No Comment
Drupal: Variables of node.tpl.php file

In this article I propose you to clarify the variables of a page template (page.tpl.php). This is necessary to create a website design according your needs.

Drupal: Description of $node object
March 15, 2011 – 10:18 am | No Comment
Drupal: Description of $node object

In this article, we will study $node object that is available in node.tpl.php template. When we are done, we can use the object to adjust the node design.

Drupal: How to Format Text of a Teaser
March 9, 2011 – 3:39 pm | No Comment
Drupal: How to Format Text of a Teaser

In this article, I would tell you how to format text of a teaser in a theme template (node.tpl.php). I propose you two different ways to do this. They are applicable for Drupal 5 and …

Drupal: Enable Displaying of PHP Alerts and Errors
March 2, 2011 – 11:16 am | No Comment
Drupal: Enable Displaying of PHP Alerts and Errors

This article would tell you how to show PHP alerts and errors.

Drupal: Disable Displaying of PHP Alerts on Site Pages
February 23, 2011 – 9:48 am | No Comment
Drupal: Disable Displaying of PHP Alerts on Site Pages

This article will tell you how to disable showing of PHP alerts on pages of your site. You can find all these notifications in Drupal logs. So you can disable them to show to your …

Drupal: How to Check Snippet Working
February 16, 2011 – 4:38 pm | 2 Comments
Drupal: How to Check Snippet Working

If PHP-snippet has an error the whole website could be unavailable. Therefore, before saving a block/page you should make sure that snippet works correctly.

Drupal: How to Clear Your Cache
February 9, 2011 – 10:27 am | No Comment
Drupal: How to Clear Your Cache

You may need to clear cache in the following cases:

JS and CSS files are updated
template.php file is updated for your current theme
Changes in site content aren’t visible for anonymous
Problem with access rights – you should …

Drupal: How to Add Anchor to Menu
February 1, 2011 – 9:22 am | No Comment
Drupal: How to Add Anchor to Menu

You need to include anchor link to Drupal menu (<a name=”anchor”></a>).
If you enter “node/15#anchor” to the “Path” field, Drupal will convert “#” to “%2523″ and you will get this on the output: “/node/15%2523anchor“. In this …

Drupal: How to Change Site Icon
January 25, 2011 – 10:44 am | No Comment
Drupal: How to Change Site Icon

In this article I would tell you how to change site icon that appears in browser address bar, bookmarks, and on the SERF page. You can change icon image with your own.

Drupal: How to Hide a Part of an Article from Anonymous Visitors
January 21, 2011 – 10:01 am | One Comment
Drupal: How to Hide a Part of an Article from Anonymous Visitors

This article will tell you how to hide a part of an article from anonymous visitors and show it for registered users only. We will do this in a few different methods.