Top "Drupal-6" questions

Drupal 6 is the Drupal version released on February 13, 2008.

Throwing exceptions in a PHP Try Catch block

I have a PHP function in a Drupal 6 .module file. I am attempting to run initial variable validations prior to …

php exception-handling drupal-6 try-catch
How to solve the use of deprecated function ereg() of PHP 5.3.0 in Drupal 6.13

Anyone knows how to solve the error below? Deprecated: Function ereg() is deprecated in C:\wamp\www\includes\file.inc …

php drupal drupal-6
How do I get the path of the current drupal theme?

The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. …

drupal drupal-6 drupal-theming
How do I use theme preprocessor functions for my own templates?

I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of …

drupal drupal-6 preprocessor drupal-theming
Drupal behaviors

What are Drupal behaviors at all? What type of service layer it offers to module developers? What type of relation …

jquery drupal drupal-6
How to hide Edit | View tabs?

Can I hide the Edit | View tabs on top of each node ? I've searched for this option in theme settings (…

drupal drupal-6
custom page.tpl.php for a drupal view

How can I create a custom page.tpl.php for a specific view? I'm not talking about styling the view …

drupal drupal-6 views drupal-views drupal-themes
How to redirect user to a specific page after they login if they belong to a certain role?

We have certain users in our member list that have a role "vendor" attached to them. All such members are …

drupal drupal-6 drupal-forms
Drupal: Create a custom page

I am working on developing a drupal site right now. I have created a custom homepage and it works fine …

drupal drupal-6
Drupal return number of results in a View

I have a view in Drupal that filters my content. It brings back 7 rows. All I want to return is …

drupal drupal-6 drupal-views