Title: iltdevunit's Replies - page 5 | WordPress.org

---

# iltdevunit

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 61 through 75 (of 100 total)

[←](https://wordpress.org/support/users/iltdevunit/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/iltdevunit/replies/?output_format=md) [2](https://wordpress.org/support/users/iltdevunit/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iltdevunit/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/iltdevunit/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/iltdevunit/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/iltdevunit/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/iltdevunit/replies/page/6/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Subsite registration redirecting to main site](https://wordpress.org/support/topic/subsite-registration-redirecting-to-main-site-1/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subsite-registration-redirecting-to-main-site-1/#post-4408981)
 * Well I’ve found what does the redirection on line 77 of class-theme-my-login-
   ms-signup.php
 *     ```
       if ( ! is_main_site() ) {
          wp_redirect( network_home_url( 'wp-signup.php' ) );
          exit;
       }
       ```
   
 * I could just comment it out, but that would get blown away with future updates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpDirAuth] Able to log in with old password](https://wordpress.org/support/topic/able-to-log-in-with-old-password/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/able-to-log-in-with-old-password/#post-4401119)
 * I’ve deactivated, deleted and re-installed and everything is working perfectly
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpDirAuth] Able to log in with old password](https://wordpress.org/support/topic/able-to-log-in-with-old-password/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/able-to-log-in-with-old-password/#post-4401118)
 * Hmmm.
    It now seems I can log in with the old password but not the new one. Is
   this by design?
 * I need to get the details resynched on each login.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Custom Login and Registration] Forgot password page encoding after form submission](https://wordpress.org/support/topic/forgot-password-page-encoding-after-form-submission/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/forgot-password-page-encoding-after-form-submission/#post-4401094)
 * Looks like an issue between my CoWorker theme and this plugin as it doesn’t happen
   with Twenty Thirteen
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Custom Login and Registration] Forgot password page encoding after form submission](https://wordpress.org/support/topic/forgot-password-page-encoding-after-form-submission/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/forgot-password-page-encoding-after-form-submission/#post-4401045)
 * The header issue seems to be caused by this function in the plugins functions.
   php file
 *     ```
       if(!function_exists('s8_get_forgot_password_url')) {
           function s8_get_forgot_password_url() {
               return home_url('/'.s8_login_registration::ep_login.'/?action=forgot');
           }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Custom Login and Registration] Forgot password page encoding after form submission](https://wordpress.org/support/topic/forgot-password-page-encoding-after-form-submission/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/forgot-password-page-encoding-after-form-submission/#post-4401044)
 * I notice I’m getting:
    Warning: Cannot modify header information – headers already
   sent by (output started at C:\Apache24\htdocs\wp-includes\class.wp-styles.php:
   93) in C:\Apache24\htdocs\wp-includes\pluggable.php on line 698 – 715
 * and
 * Warning: Cannot modify header information – headers already sent by (output started
   at C:\Apache24\htdocs\wp-includes\class.wp-styles.php:93) in C:\Apache24\htdocs\
   wp-content\plugins\s8-custom-login-and-registration\s8-login-registration.php
   on line 175 – 177
 * This does not happen when the plugin is disabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpDirAuth] No valid profile was found ("get entries" procedure).](https://wordpress.org/support/topic/no-valid-profile-was-found-get-entries-procedure/)
 *  [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-valid-profile-was-found-get-entries-procedure/#post-4365127)
 * Hi,
 * I’m having the same problem 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Twitter – email and name not being pulled in](https://wordpress.org/support/topic/twitter-email-and-name-not-being-pulled-in/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/twitter-email-and-name-not-being-pulled-in/#post-4375083)
 * I can understand why the name hasn’t populated first name and last name, as twitter
   has a single field for both names.
    I can get what I need there from the display
   name, which is populated.
 * But I’m still not sure why the email address hasn’t gone across?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpDirAuth] Multiple Base dn's](https://wordpress.org/support/topic/multiple-base-dns/)
 *  [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/multiple-base-dns/#post-3817257)
 * I’m after support for this too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Active Directory Integration] Intermittent Failed Authentication](https://wordpress.org/support/topic/intermittent-failed-authentication/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/intermittent-failed-authentication/#post-3934561)
 * Same issue for me.
    I usually fails on the first attempt only to work on the 
   second attempt.
 * Does anyone know if any of the alternative work reliably?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] WP Super Cache Font Awesome (Icons) = Working….NOT](https://wordpress.org/support/topic/wp-super-cache-font-awesome-icons-workingnot/)
 *  [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wp-super-cache-font-awesome-icons-workingnot/#post-3228015)
 * I’m having the same problem.
    Are you guys using Minify by any chance? I use 
   both plugins and experience this problem. Remember that disabling WP Super Cache
   wont actually stop it reading from the cache folder, due to the changes in htaccess.
 * I found if I clearer the WP Super Cache’s cache folder for my test page with 
   minify on CSS, the problem remained. If I disable minify on CSS, flush minify
   cache, clear WP Super Cache’s cache folder then reload the page, the font awesome
   works correctly. Reload the page so it’s definitely loading from cache (WP Super
   Cache enabled), everything is still fine. So I’m pretty sure it’s an issue with
   Minify.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Organizer] Struggling to understand how this works!](https://wordpress.org/support/topic/struggling-to-understand-how-this-works/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/struggling-to-understand-how-this-works/#post-4314518)
 * It seems the Events Manager plugin needs to be enabled globally in order to function
   correctly. I had problems with the categories by enabling the plugin at page 
   level.
    I event tried enabling on the homepage (index.php) and adding filters
   for events/categories with ‘affect children’ checked.
 * But nevermind. Its only one plugin out of many 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Organizer] Struggling to understand how this works!](https://wordpress.org/support/topic/struggling-to-understand-how-this-works/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/struggling-to-understand-how-this-works/#post-4314515)
 * Thanks, Jeff. I’ll give that a try 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Organizer] Struggling to understand how this works!](https://wordpress.org/support/topic/struggling-to-understand-how-this-works/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/struggling-to-understand-how-this-works/#post-4314503)
 * P.S.
 * Thank you Jeff for a fantastic plugin! Its an essential IMO.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Permalinks wrong](https://wordpress.org/support/topic/permalinks-wrong-1/)
 *  Thread Starter [iltdevunit](https://wordpress.org/support/users/iltdevunit/)
 * (@iltdevunit)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/permalinks-wrong-1/#post-4321096)
 * After unchecking ‘Remote Login’, ‘Permanent redirect’ and ‘Redirect administration
   pages to site’s original domain’, the permalinks were fixed and too Plugin Organizer.
 * Unfortunately that means I lose out on single sign on across all my sites. But
   I guess it’s better than the permalink issue.

Viewing 15 replies - 61 through 75 (of 100 total)

[←](https://wordpress.org/support/users/iltdevunit/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/iltdevunit/replies/?output_format=md) [2](https://wordpress.org/support/users/iltdevunit/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iltdevunit/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/iltdevunit/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/iltdevunit/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/iltdevunit/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/iltdevunit/replies/page/6/?output_format=md)