Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
515 views
in Q2A Core by
When I approve user, site goes to main page. I would like to go to approved user profile (even better to edit user profile) as I always need to set something in news user profile.

Now I have to remember username and go to users and search for him to edit.
by
Approval process of admin panel is optimized for processing multiple objects in sequence. We can redirect. But, another adverse effect will occur.

1 Answer

0 votes
by
by
edited by
This method is useless. Because approval process is done with Ajax.
Check out HTML of "Approve" button.
onclick="return qa_admin_click(this); => qa-content/qa-admin.js::qa_admin_click();
...