|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/afglcweb/ny/sites/all/modules/cck/help/ |
Upload File : |
<!-- $Id: theme-formatters.html,v 1.1.2.4 2008/10/20 13:45:39 yched Exp $ --> <p>Formatters are used to turn the raw data for a single field value into html. The <strong>Display Fields</strong> tab lets you chose which formatter you want to use for each of your fields.</p> <p>In CCK 2.0 for Drupal 6, all formatters now go through the theme layer. Therefore, overriding a formatter's theme is another way you can alter how your values are displayed (whereas changing <span class="code">content-field.tpl.php</span> lets you change the html that "wraps" the values).</p> <p>Most formatters come as theme functions, but some might use templates instead. Either way, you can override them using the usual Drupal 6 theme override practices. For more informations, see the <a href="http://drupal.org/theme-guide">Theme guide for Drupal 6</a>, and more specifically the <a href="http://drupal.org/node/173880">Overriding themable output</a> section.</p>