Title: phpJoel's Replies | WordPress.org

---

# phpJoel

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Breaks Post Edit Panels when enabled.](https://wordpress.org/support/topic/breaks-post-edit-panels-when-enabled/)
 *  Thread Starter [phpJoel](https://wordpress.org/support/users/phpjoel/)
 * (@phpjoel)
 * [11 years ago](https://wordpress.org/support/topic/breaks-post-edit-panels-when-enabled/#post-5881344)
 * I removed another copy of jquery that the theme was adding, and it works fine
   now.
    Thanks for the suggestion.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] Login Redirects Back To "Register For This Site"](https://wordpress.org/support/topic/plugin-simple-facebook-connect-login-redirects-back-to-register-for-this-site/)
 *  [phpJoel](https://wordpress.org/support/users/phpjoel/)
 * (@phpjoel)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-login-redirects-back-to-register-for-this-site/page/2/#post-2386727)
 * I had this problem too, and am currently testing with the add_action() call commented
   out.
    So far, so good..
 * It’s from the file: sfc-register.php
 *     ```
       //add_action('sfc_login_new_fb_user', 'sfc_register_redirect');
       function sfc_register_redirect() {
       	wp_redirect(site_url('wp-login.php?action=register', 'login'));
       	exit;
       }
       ```
   
 * YMMV
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedBurner FeedSmith Extend] [Plugin: FeedBurner FeedSmith Extend] Initial setup configuration](https://wordpress.org/support/topic/plugin-feedburner-feedsmith-extend-initial-setup-configuration/)
 *  [phpJoel](https://wordpress.org/support/users/phpjoel/)
 * (@phpjoel)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-feedburner-feedsmith-extend-initial-setup-configuration/#post-2763502)
 * Seems that you need to enter the FeedBurner.com URL’s in those boxes.

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