This example will return values -15 through 15 to be presented to the user in a select list for an integer CCK field.
[code]
$rows = array();for ... Read More »
Annoyed by the "username's blog" links on your single-author Drupal blog? Don't reach for "display:none;"! Don't remove the $links variable from your node template!
Just paste this code into your theme's template.php file. Be sure to replace "mytheme" in the function name with the machine-readable name of your theme.
courtesy of http://drupal.org/node/731548#comment-2682062 This works for Drupal 6
[code]
... Read More »
Currenty getImagInfo() also call getImageXMP() so you only need the first function to get your infos.
[code]
function getImageInfo($img) { $ret =... Read More »