PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Drupal

Drupal Views Exposed Computed Field Dropdown Select

January24
In views I wanted to expose a computed field but instead of textbox I wanted it to be a select ...
posted under Drupal | No Comments »

Drupal Addresses Computed Field

January23
I was addresses module but using the values of country and city in views or search or any custom module ...
posted under Drupal | No Comments »

Drupal forms theme table

December19
awesome tutorial on how to theme drupal6 forms with tables http://www.akchauhan.com/create-drupal-form-using-theme_table-like-module-list-form/ and to learn about forms API in general visit http://drupal.org/node/262422 I ...
posted under Drupal | No Comments »

Drupal Views Total CCK field (Two content types related)

August15
There are two related content types and I wanted to find the total of one content type entries  applied against ...
posted under Drupal | No Comments »

Drupal Theme Form CCK User Register

August4
To theme drupal forms using cck fields do the following: Insert theme hook function in the template.php file: (dmcdubai is my ...
posted under Drupal | 1 Comment »

Drupal Form Theme CCK

August1
check out http://drupal.org/node/601646 the best summarized description of how to theme drupal forms. and also go through this slide ...
posted under Drupal | No Comments »

Drupal Form Alter Fields

July19
Learn how to add, delete and edits fields to any form in Drupal. Like the user registration form, contact form ...
posted under Drupal | No Comments »

Drupal drupal_mail module

June14
How to use drupal_mail while sending in drupal custom modules. Here's a code snippet that shows you how to use the ...
posted under Drupal | No Comments »

Drupal Content Save Page Redirect Taxonomy Term

June7
I wanted redirect the webpage to the taxonomy term page after a user submits a specific content type. 1 - I ...
posted under Drupal | No Comments »

Drupal CCK Computed Field Database

June1
How to extract and manipulated data from the database and then save it in the cck computer field. computed code: $nid=$node->nid; ...
posted under Drupal | No Comments »
« Older Entries

12,829 spam comments
blocked by
Akismet