I don't know is you still follow this post comments.
I want to use your plugin to truncate titles on the home page, but not on the individual post pages. I cannot find what would be the variable to identify the page. I have tried with $_SERVER["PHP_SELF"] but it returns "/index.php" for both the home page and the article page. Any time ?
elliottback If you're talking about wordpress, you can just call is_home() to find that out. Or if you want other things (such as categories, etc) just make it !is_single() && !is_page.