Jidé is a web developper and designer who loves Drupal.
OK, fixes for 2.6:
- for customization and everything to work do this:
http://blog.nestlepoell.net/2008/07/21/your-theme-does-not-support-custo...
-for gravatar support edit comments.php inside theme folder and replace this:
comment_type) {
echo 'comment_author_email);
echo '" alt="'.$comment->comment_author.'" width="40" height="40" />';
} elseif ( ('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type) ) {
echo 'comment_author_url);
}
} else {
//echo 'comment_author.'" width="40" height="40" />';
?>
with this:
As simple as that :D
More information about formatting options
OK, fixes for 2.6: - for
Sun, 08/03/2008 - 10:35 — Mih@ (not verified)OK, fixes for 2.6:
- for customization and everything to work do this:
http://blog.nestlepoell.net/2008/07/21/your-theme-does-not-support-custo...
-for gravatar support edit comments.php inside theme folder and replace this:
comment_type) {
echo 'comment_author_email);
echo '" alt="'.$comment->comment_author.'" width="40" height="40" />';
} elseif ( ('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type) ) {
echo 'comment_author_url);
echo '" alt="'.$comment->comment_author.'" width="40" height="40" />';
}
} else {
//echo 'comment_author.'" width="40" height="40" />';
}
?>
with this:
As simple as that :D