PDA

View Full Version : Cant Logon Using Welcome Block


MorrisMcD
07-24-2004, 12:58 PM
Ok.. First of all sorry if this has been asked before, but I didnt find it anywhere.

My site is having an issue when I go to logon using the Welcome Block, it seems to work but comes back to the index as if I wasnt logged in.. I can log in fine to the regular VB logon. For the time being, I just removed the welcome block for the 'Not Logged In' group, and may even leave it that way since 2 logons is kinda repetitious anyway. But it bothers me and makes me think something else is wrong and should be fixed.

And light shedding here???

Thanks in advance

apokalupsis
07-24-2004, 01:01 PM
http://www.vbadvanced.com/forum/showthread.php?t=1341

Our Sponsors
 

Brian
07-24-2004, 01:55 PM
In your adv_portal_welcomeblock template try looking for:

<input name="do" type="hidden" value="login" />

And right above that, add:

<input type="hidden" name="forceredirect" value="1" />

Let me know if that makes any difference.

MorrisMcD
07-26-2004, 11:27 PM
In your adv_portal_welcomeblock template try looking for:

<input name="do" type="hidden" value="login" />

And right above that, add:

<input type="hidden" name="forceredirect" value="1" />

Let me know if that makes any difference.


That worked.. Thank you sir