Title: pledisque's Replies | WordPress.org

---

# pledisque

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Comments Widget Plus] Exclude comments by blog authors (your own comments)](https://wordpress.org/support/topic/exclude-comments-by-blog-authors-your-own-comments-2/)
 *  Thread Starter [pledisque](https://wordpress.org/support/users/pledisque/)
 * (@pledisque)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/exclude-comments-by-blog-authors-your-own-comments-2/#post-14278361)
 * [@doomsoul](https://wordpress.org/support/users/doomsoul/),
    See [here](https://wpfr.net/support/sujet/plugin-get-recent-comments-et-wordpress-5-7/),
   I’ve got a way the achieve this in the meantime. It is in french, but you may
   find your way… 😉 Basically, you need that plugin : [PSCW](https://wordpress.org/plugins/post-specific-comments-widget/),
   and using a child theme add the function described [in that answer](https://wpfr.net/support/sujet/plugin-get-recent-comments-et-wordpress-5-7/#post-2373093).
   regards, Pascal
    -  This reply was modified 5 years, 3 months ago by [pledisque](https://wordpress.org/support/users/pledisque/).
    -  This reply was modified 5 years, 3 months ago by [pledisque](https://wordpress.org/support/users/pledisque/).
    -  This reply was modified 5 years, 3 months ago by [pledisque](https://wordpress.org/support/users/pledisque/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Post-Specific Comments Widget (PSCW)] almost perfect !](https://wordpress.org/support/topic/almost-perfect-445/)
 *  Thread Starter [pledisque](https://wordpress.org/support/users/pledisque/)
 * (@pledisque)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/almost-perfect-445/#post-14219338)
 * [@littlepackage](https://wordpress.org/support/users/littlepackage/),
    Actually,
   I have a workaround, but I am not the author of it, as I have no dev skills. 
   On the french WP forum ([here](https://wpfr.net/support/sujet/plugin-get-recent-comments-et-wordpress-5-7/)),
   PhiLyon helped me and found that function to add in the function.php of a child
   theme :
 *     ```
       function ra_recent_comments_less_author( $array ) {
       	global $post;
       	$array['user_id'] = !$post->post_author;
       	return $array;
       }
       add_action( 'widget_comments_args', 'ra_recent_comments_less_author' );
       ```
   
 * With that function AND your widget, I have exactly what I was looking for ! 🙂
   
   Hope that helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Rich Text Editor](https://wordpress.org/support/topic/rich-text-editor-3/)
 *  [pledisque](https://wordpress.org/support/users/pledisque/)
 * (@pledisque)
 * [20 years ago](https://wordpress.org/support/topic/rich-text-editor-3/#post-359197)
 * Hi,
 * I have the same problem, and identified Zenpress as the guilty plugin.
    Deactivating
   Zenpress, then force a refresh (Ctrl-F5) and you get the rich text editor back.
   Do the opposite, and you loose the editor.
 * Does anyone know about that ? I can’t find a support for Zenpress plugin
 * Bye,
    Pascal
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Simpsons Quote Plugin…](https://wordpress.org/support/topic/simpsons-quote-plugin/)
 *  [pledisque](https://wordpress.org/support/users/pledisque/)
 * (@pledisque)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/simpsons-quote-plugin/#post-153559)
 * Hi,
 * Yes, really great and funny plugin, but…
 * I randomly get this error, probably because a poor performance on the server:
 * Warning: fopen([http://pascal.ledisque.free.fr/wordpress/wp-content/plugins/qSimpsons/quotes.txt](http://pascal.ledisque.free.fr/wordpress/wp-content/plugins/qSimpsons/quotes.txt))[
   function.fopen]: failed to open stream: Connection timed out in /mnt/121/sdb/
   9/2/pascal.ledisque/wordpress/wp-content/plugins/simpsons.php on line 45
    Cant
   Find quotes File
 * On line 45 of simpsons.php, I can see:
 * $quoteFile = fopen(“”.get_settings(‘siteurl’).”/wp-content/plugins/qSimpsons/
   quotes.txt”, “r”) or DIE(“Cant Find quotes File”) ;
 * Probelm is that the page is not loaded at all, which is very annoying.
    My question
   is: is there a way to workaround this, increasing timeout, or something similar?
 * My knowledge is poor, I have no idea if this is possible.
 * Thanks,
    Pascal

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