Chaps,
I didnt spot that there was a 1.3.1 to work on. I have now put my smf mods into that - yes and I know that there were some reference to $user[’username’] arrays and such like but the aim was to make it work without hacking the smf connector. It also provides all the original array references. Some of the required smf references were missing anyway like $oldusername and $oldemail which I have derived from hidden fields in my profile form with username and email placeholders. This works. I have tested it to death as its going on a live site.
In this mod there were two actual errors that I have found so far. I dont use $regRequired and as such it failed because if ($regRequired !== ’’) was in the wrong place (442 in my file should have been 452)
Also line 1004 should be deletedUser not deleteUser
$this->OnWebDeleteUser($internalKey, $deletedUser[’username’]);
I missed this first time around and created another variable...doh
Line 488,
should strspn($_POST['username'],'"abcdefg
really have the double quote?
Julian