I found that with drupal 6.3, my methods in template.php all start with phptemplate for whatever reason.
so - using this method name - template_preprocess_user_profile - produced a duplicate definition error, but by prepending the php - ala: 'phptemplate_preprocess_user_profile', it worked like a charm.
slight change needed(?)
Thu, 09/04/2008 - 19:23 - tc (not verified)I found that with drupal 6.3, my methods in template.php all start with phptemplate for whatever reason.
so - using this method name - template_preprocess_user_profile - produced a duplicate definition error, but by prepending the php - ala: 'phptemplate_preprocess_user_profile', it worked like a charm.
Thanks for the original post!