Drupal: Quick Cron Diagnostic
January 23, 2012 – 8:25 am | No Comment

In this article I would tell you how  to find our the reasons of why cron hangs up and fix them. Read the solution options below.

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 Author

Articles by Aleksey VV

A template lover. Do send me all your fantastic templates, I would love to review them!

Drupal: How to Check Snippet Working
February 16, 2011 – 4:38 pm | No Comment
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 | No 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.

How to Add New Region to a Drupal Theme
January 9, 2011 – 4:54 pm | No Comment
How to Add New Region to a Drupal Theme

PHPTemplate engine has 5 regions  – left, right, content, top and bottom. This article would tell you how to create new non-standard region for blocks allocation.

Drupal: How to Show Tag Cloud in a Block
December 24, 2010 – 9:12 am | No Comment
Drupal: How to Show Tag Cloud in a Block

And now I would tell you how to show tag cloud in a block.
Solutions

Use a snippet to show tag cloud for a specified vocabulary
Use tagadelic module

Snippet to show tag cloud for a specified vocabulary
Shows tag …

How to Update Drupal
December 22, 2010 – 8:42 am | No Comment
How to Update Drupal

A new version of Drupal core is released and you need to install the newest version for your site. In this article I would tell you how to make this upgrade.

Drupal: Current Page Title in a Breadcrumb
December 20, 2010 – 10:51 am | No Comment
Drupal: Current Page Title in a Breadcrumb

This article contains a quick solution of how to display title of a current document in a breadcrumb. A title haven’t contain links.

Drupal: Breadcrumbs Based on URL synonyms
December 17, 2010 – 11:41 am | No Comment
Drupal: Breadcrumbs Based on URL synonyms

In this article, I propose a simple way to create a breadcrumb based on URL synonyms. This would require you to use a special script.