Title: langner's Replies | WordPress.org

---

# langner

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

 *   [Profile](https://wordpress.org/support/users/langner/)
 *   [Topics Started](https://wordpress.org/support/users/langner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/langner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/langner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/langner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/langner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/langner/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: [[Secure Invites] [Plugin: Secure Invites for WordPress MU] redirection kills email validation](https://wordpress.org/support/topic/plugin-secure-invites-for-wordpress-mu-redirection-kills-email-validation/)
 *  Thread Starter [langner](https://wordpress.org/support/users/langner/)
 * (@langner)
 * [16 years ago](https://wordpress.org/support/topic/plugin-secure-invites-for-wordpress-mu-redirection-kills-email-validation/#post-1656722)
 * OK, the above didn’t work in the end, either. It needed some more adjusting, 
   and here is what worked in the end:
 * if ((array_key_exists(‘user_email’, $_GET) && secure_invites_is_valid_email($
   _GET[‘user_email’]))|| secure_invites_is_valid_email(trim(@$_POST[“user_email”]))){
   
   $valid = true; if (array_key_exists(‘user_email’, $_GET)) { $_POST[‘user_email’]
   = $_GET[‘user_email’]; } }
 * Also, around line 1390 the “?” needs to be changed to “&user_email” when replacing“[
   signuplink]”.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RB Internal Links] [Plugin: RB Internal Links] problem (probably related to directory layout)](https://wordpress.org/support/topic/plugin-rb-internal-links-problem-probably-related-to-directory-layout/)
 *  Thread Starter [langner](https://wordpress.org/support/users/langner/)
 * (@langner)
 * [16 years ago](https://wordpress.org/support/topic/plugin-rb-internal-links-problem-probably-related-to-directory-layout/#post-1656120)
 * OK, I’ve confirmed that the problem is related to paths.
 * In the directory structure I outlined above, I made a symbolic link inside wordpress/
   wp-content/plugins/ to content/plugins/rb-internal-links (with the same name).
   Then the plugin seems to work fine.
 * To get the wysiwyg to work, I also added a link to wordpress/wp-load.php in the
   root directory.
 * Otherwise I have no complaints, it’s a great plugin! You should probably generalize
   the paths used, though, so that custom directory structure like mine don’t break
   it. Bugfix?

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