Blog posts tagged with CCK

These are all the posts tagged with CCK from newest to oldest. Simple enough.

Advanced Drupal 7 Form Element Theming

Posted on 2013-02-28 23:22:00+00:00

Ever wanted to give form elements a custom look? Theming entire forms is straightforward, if laborious. But theming individual textboxes, checkboxes and radio buttons is slightly more obscure. Keep reading to find out how to fully customize your form elements, from the input itself to the label.

Custom Autocomplete Path on CCK Node Reference Fields

Posted on 2012-09-03 17:59:00+00:00

In a recent post, I explained how to dynamically alter the AJAX behavior of an autocomplete field in Drupal. But what if you have the similar node reference field, and want to modify the result set? This post will show you how.

Optimizing Drupal Views the Right Way

Posted on 2012-07-23 03:54:29+00:00

The Views module is one of the most impressive features Drupal offers. With some clicks here and there, you can build a rich display of data in minutes. But to offer this kind of flexibility, Views makes some assumptions that can hamper your site's performance. In this post, you'll find out how to improve performance dramatically.

Making CCK fields read-only in Drupal 6

Posted on 2012-05-14 04:00:00+00:00

Once if a while, you want to make a CCK form field readonly in Drupal. Unfortunately, using form alter + disabled will not work. This post will show you what to do.