Title: progressnerd's Replies | WordPress.org

---

# progressnerd

  [  ](https://wordpress.org/support/users/progressnerd/)

 *   [Profile](https://wordpress.org/support/users/progressnerd/)
 *   [Topics Started](https://wordpress.org/support/users/progressnerd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/progressnerd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/progressnerd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/progressnerd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/progressnerd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/progressnerd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [live-comment-preview doesn’t work](https://wordpress.org/support/topic/simply-doesnt-work-1/)
 *  [progressnerd](https://wordpress.org/support/users/progressnerd/)
 * (@progressnerd)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/simply-doesnt-work-1/page/2/#post-653008)
 * FIXED!!!!
 * When I did both of happygiraffe’s edits, the plugin didn’t work. As it turned
   out, all I needed to do was happygiraffe’s second edit:
    change line 153 from
   if (eml != ”) { to if (eml) {
 * His edit for line 158 probably works on some operating systems but not others.
   To make the plugin OS-independent, I think the code should replace line 158 with
   these two lines:
    str_replace(“\r”, ” “, $previewFormat); str_replace(“\n”, ”“,
   $previewFormat);
 * This will replace each possible return character separately. Also, note that 
   instead of replacing the characters with the empty string, they’re replaced by
   a space. This is in case $previewFormat has two English words separated across
   two lines — it would be add for the str_replace to concatenate them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [live-comment-preview doesn’t work](https://wordpress.org/support/topic/simply-doesnt-work-1/)
 *  [progressnerd](https://wordpress.org/support/users/progressnerd/)
 * (@progressnerd)
 * [18 years ago](https://wordpress.org/support/topic/simply-doesnt-work-1/#post-653006)
 * Yes, I have the exact same problem as sillybean. I’m using 2.5, see the exact
   save tags in the html source as sillybean (except my own URL in place of storystats.
   com, of course), and absolutely nothing happens when I type. Any help?

Viewing 2 replies - 1 through 2 (of 2 total)