Thanks. I hate to bother with another question, but I googled this and I'm still not sure how to do this.

Where do I put the
Code:
login.php?next=http://www.where-ever.com
?

Do I replace this:

Code:
<FORM name=loginForm method=post action="{$baseurl}/login.php?next={$smarty.request.next}{$smarty.request.add}">
with this:

Code:
<FORM name=loginForm method=post action="{$baseurl}/login.php?next={$baseurl}">
?

I'll try this and let you know what happens...LOL

UPDATE: Yes!!! That was it. Thanks SO MUCH Leki!!!!

UPDATE: There is one problem with this. You can't use the POLLS. It says you're logged in at the top, but something along the line doesn't recoginze you. Sigh. So I'm thinking it's got something to do with {$smarty.request.next} I'll play around with that...

UPDATE:OK I'm lost. I tried "login.php?next={$baseurl} {$smarty.request.add}" but the POLLS function was still broken. Anybody else got any ideas?