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 Tags

Articles tagged with: drupal modules

Drupal: Blocks Caching
May 11, 2010 – 11:33 am | No Comment

This article is devoted to increasing site performance for registered users. There are two ways for to this: use Block Cache module and use Drupal caching. Below is the detailed description of the first one.

Drupal: Auto-Generating of Document Title
April 23, 2010 – 5:28 am | No Comment

In article I would tell how to

Disable title output
Auto-fill the title
Disable necessary filling in of title

 

Drupal: Modules Page Doesn’t Open
April 15, 2010 – 3:58 am | No Comment

If you try to open modules page: Administer > Site building > Modules and get the blank page instead of it, then you probably have a problem of memory lack. When this page opens, all …

Drupal: How to Hide or Disable Blank Comment Subject
April 9, 2010 – 8:36 am | No Comment

This article would tell you how to disable an ability to change comment subject when comment adding and how to do not show the subject on the node page in the list of all.
 

Drupal: How to Get Know Type of Current Node
April 7, 2010 – 3:16 pm | No Comment

Problem:
It is necessary to get know type of the displayed node. There is no such info in Edit form.

Drupal: Creating views programmatically in Views 2
March 30, 2010 – 6:51 am | One Comment

Task:
Create a view via code with Views (in your custom module).
Solution To create a view via code with Views 2 in Drupal 6 you should:

Create a view using Viws user interface as …

Drupal: How to Show Popups in Lightbox Windows
March 23, 2010 – 2:32 pm | No Comment

I spent a lot of time creating custom popups that appear in lightbox window. But I shouldn’t do this anymore! Drupal provides a simple way to show popups –Popups. In this article I would tell …

Drupal: Tags Cloud and Related Articles
March 16, 2010 – 5:24 pm | No Comment

In this article I would like to tell you how to tag your articles and create related articles for them. You may use it if you wish to display the list of related articles for …

Drupal modules: Content Taxonomy (Short Description)
March 11, 2010 – 3:35 pm | No Comment

This article contains a short description of Content Taxonomy. We will use it in the next article.

Drupal: Views Styles and Theming: How to Redefine HTML Output
March 2, 2010 – 9:30 am | No Comment
Drupal: Views Styles and Theming: How to Redefine HTML Output

This is the next article devoted to Views module. Earlier we created Views block that shows the last site news. And now we are going to learn how to change its style and/or theme it. …