This one is killing me :
When users register on the site they can change their account details (./account)
When users log in using facebook simple login plugin an account is created for them if its the first time login.
I enter a password for this user so i can login to q2a without fb login.
Now when i want to change ANY data related to this user i cannot do it,as $_POST is empty after clicking on update button. No $_POST['dosaveprofile' ] is sent back , so the update process aint taking placing.
I think it may be something with redirecting or url rewriting, but don't know what to test because this same page works fine when editing a non facebook user.
I use the 1st url structure ( /123/why-do-birds-sing) , that's using .htacces.
I tried the other options too but no luck.
Anyone any idea ?