Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am looking to find examples of some health, fitness and well-being sites done in Drupal. At the same time I am also hoping someone has some examples of Science and Tech sites done in Drupal.
Anyone able to help ?
Note: the Computed Field Module can be used instead of this custom code (in Drupal 5.x and 6.x)
Imagine you have two existing number fields, called field_product_price and field_postage_price. You want to create a computed field field_total_cost which adds these two fields. Create a new computed field with the name 'Total Cost', and in your computed field's configuration set the following:
This is a collection of sample code snippets that can be used in CCK fields enabled by the Computed Field module.
If you have a snippet that performs some new function, please add a new page to this section. If you have a variation on an already documented function (e.g. a different method to achieve broadly the same effect) please add a comment to the relevant page.