Drupal 6 is the Drupal version released on February 13, 2008.
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-catchAnyone knows how to solve the error below? Deprecated: Function ereg() is deprecated in C:\wamp\www\includes\file.inc …
php drupal drupal-6The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. …
drupal drupal-6 drupal-themingI have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of …
drupal drupal-6 preprocessor drupal-themingWhat are Drupal behaviors at all? What type of service layer it offers to module developers? What type of relation …
jquery drupal drupal-6Can I hide the Edit | View tabs on top of each node ? I've searched for this option in theme settings (…
drupal drupal-6How 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-themesWe have certain users in our member list that have a role "vendor" attached to them. All such members are …
drupal drupal-6 drupal-formsI am working on developing a drupal site right now. I have created a custom homepage and it works fine …
drupal drupal-6I 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