Drupalista is BittenNails, Memory Palace for Drupal, stuff breaks here, remain calm, it won't hurt you.
Comments, Read More links and a dollop of Comment Notify
Styling the Comment and Read More links at the end of Blog Entries with a dollop of Comment Notify. They are in the node-tpl file. If one only wants to affect the blog, create a node-blog-tpl file to hit only the blog pages and adjust the following php code, they can be different for both the teaser and the full node as well...opens up some styling possibilities...
These:
<?php echo $links; ?>
To this: http://drupal.org/node/21373#comment-1055913
...which of course does not work, unless you know php and can futz with it and anyway is hardcoded and defeats the purpose, so the search continues...but then as searches go, I raised the bar as I want to add comment notification as well since I am in here cleaning this up...
So I pick this: http://drupal.org/project/comment_notify
Based on these 2 threads: http://buytaert.net/comment-notifications-via-email & http://groups.drupal.org/node/15928
**Now this is irritating, I have to clean this up and find a way to fix the damn pre and code tags, lol!






