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 views

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: 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. …