didnt wanna work for me so I changed to things..
first in the form I added the following line above the username input:
Code:
<input type="hidden" name="action" value="login">
then I removed the first '/' from the forum action as it redirected me to the wrong page, like this:
Code:
action="forums/member.php?location=<?=$PHP_SELF ?>?<?=$QUERY_STRING ?>"
and then it worked fine for me..
Now I still got one prob.. when Im logged in it still shows the login form on my none-vb page (duh).. any idea how I can solve that one?