in the install it says to edit the includes/ucp/ucp_register.php (and this post relates to the last part of those changes to this file, scroll down)
i says find
Code: Select all
'S_CONFIRM_CODE' => ($config['enable_confirm']) ? true : false,
that does not exist, i guess it changed with the new version, so instead you will find this
Code: Select all
'S_CONFIRM_REFRESH' => ($config['enable_confirm'] && $config['confirm_refresh']) ? true : false,
hope this helps anyone that is confused... yes this mod works, i have several forums im updating with it and so far it works perfectly, really great mod... I had a question routine written for my software files and was going to adapt it for this and im so glad i found this, it saved me alot of time. thanks so much for it..