Title: fkho's Replies | WordPress.org

---

# fkho

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Activation confirmation page not in the sub-site language](https://wordpress.org/support/topic/activation-confirmation-page-not-in-the-sub-site-language/)
 *  [fkho](https://wordpress.org/support/users/fkho/)
 * (@fkho)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/activation-confirmation-page-not-in-the-sub-site-language/#post-11089787)
 * Nice one! Thanks. I am not able to test it in these days but will let you know
   when I get to it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Activation confirmation page not in the sub-site language](https://wordpress.org/support/topic/activation-confirmation-page-not-in-the-sub-site-language/)
 *  [fkho](https://wordpress.org/support/users/fkho/)
 * (@fkho)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/activation-confirmation-page-not-in-the-sub-site-language/#post-11056589)
 * Thank your for your reply. So is there some proposed workaround? Because if my
   visitors spoke English, I would not bother making multilanguage site… Or should
   I just exclude the problem site from the network and make it standalone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Followed instructions, still says Registration has been disabled.](https://wordpress.org/support/topic/followed-instructions-still-says-registration-has-been-disabled/)
 *  [fkho](https://wordpress.org/support/users/fkho/)
 * (@fkho)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/followed-instructions-still-says-registration-has-been-disabled/#post-10118842)
 * Thank you for your reply, it helped. Maybe it would be good to have this advice
   in general description of your plugin 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Taken To Main Site Registration Page](https://wordpress.org/support/topic/taken-to-main-site-registration-page/)
 *  [fkho](https://wordpress.org/support/users/fkho/)
 * (@fkho)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/taken-to-main-site-registration-page/#post-10116745)
 * Looks like I was expecting the behavior that [@dwolfeman](https://wordpress.org/support/users/dwolfeman/)
   describes… Hoped it can be solved with single plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Followed instructions, still says Registration has been disabled.](https://wordpress.org/support/topic/followed-instructions-still-says-registration-has-been-disabled/)
 *  [fkho](https://wordpress.org/support/users/fkho/)
 * (@fkho)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/followed-instructions-still-says-registration-has-been-disabled/#post-10116720)
 * I have similar problem, just without s2member.
 * “Registration has been blocked” when I try to access signup on the main page:
   
   [http://permakultura.sk/wp-signup.php](http://permakultura.sk/wp-signup.php)
 * When I try to access subsite registration, I get redirected to the main page.
   
   [http://carpathians.permakultura.sk/wp-signup.php](http://carpathians.permakultura.sk/wp-signup.php)
 * In the site setting for carpathians subdomain, there is Users Can Register = 
   1
    In general network setting, I have selected “User accounts may be registered”
 * In your plugin I enabled registration for the subsite and DISABLED for the main
   site.
 * When I turn off your plugin, the registration works (obviously only on the main
   site).
 * —
 * Now I figured out, that when I enable registration for the main site, the registration
   form appears. But with both settings enabled, the behavior is the same, as when
   there is no plugin installed. User tries to register on subsite, gets redirected
   to the main site, registers there, logs in and sees all the subsites as if registered
   without your plugin. Maybe I just do not get it…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Wiki] Call to undefined function array_fill_keys()](https://wordpress.org/support/topic/plugin-wordpress-wiki-call-to-undefined-function-array_fill_keys/)
 *  [fkho](https://wordpress.org/support/users/fkho/)
 * (@fkho)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-wiki-call-to-undefined-function-array_fill_keys/#post-1037531)
 * Maybe it’s late but…
 * You could add this function on the top of wordpress-wiki.php:
 *     ```
       function array_fill_keys($target, $value = '') {
           if(is_array($target)) {
               foreach($target as $key => $val) {
                   $filledArray[$val] = is_array($value) ? $value[$key] : $value;
               }
           }
           return $filledArray;
       }
       ```
   
 * Copied from [php manual](http://php.net/manual/en/function.array-fill-keys.php)
   and works fine for me.

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