You'd have to edited the functions to show where the login redirects too, but this would affect all other pages too. The only way I can think of doing it is to create another functions similar to vBs login code.
Could you possibly explain how to do this?
I know there are a couple of threads available which deal somehow with the login box. But I found nothing explaining to a relatively new vB "hacker" how to do a login box.
I also looked into the navbar template. The main problem is, that coding the form itself is pretty easy but the form action almost always submits to vB's login.php which would then again do its standard forwarding stuff.
So I guess it's not only the form which needs to be codes (the easy part) but also the login procedure itself.
Any hint on where to start? How to do it? Maybe anybody has already done it? Maybe I can reuse parts of the vB code?