Using usernode, nodeprofile and everything is working great. On a user's usernode I've put a link for the user to go and edit his/her account settings. That takes them to the regular drupal profile system to change things like username, password, email and so on. My problem is that once they make a change and hit submit, they are taken to the drupal user profile page and not back to my usernode. I've looked at user.module and can't figure out where it is telling the page to redirect to the drupal user profile so I can change it to take it to the usernode instead. Anyone help me out? my search here on Drupal is going into its second day with no luck...hard to believe no one else had this problem. Thanks in advance.
By lunas on
Comments
destination URL variable
When you say you've put a link on a user's usernode for the user to go edit the account settings, did you include the
destinationURL variable to redirect the user back to the user's usernode?I too would be interested in how to redirect upon
user edit submit back to usernode. Also how does one remove the view tab on the user/uid/edit page? or at least change the link to go back to usernode. I too included a link from the usernode to the user/uid/edit page - works well except I can't get the hover text to work.
subscribing
Trying to remove the tabs too.
I used the Workflow NG module to trigger some of these behaviors listed above. BUT, there is not currently functionality for updating other automatic node content on an action.