Hello
After login, my account page is display, but I can't find edit tab. I can see only registered profile values without editing option. :(
Could somebody tell me why?
Another issue I am getting is hook_validate problem. I added to my custom module:
function advert_user_validate($node, &$form) {
echo '<pre>';
echo var_dump($form);
echo '</pre>';
}
But it seems that this function is never invoke.