Topic: Login Redirection to a static HTML page

Hello guys. I want to build my site using Punbb. But, i need a small help

My need is:

1) I want to put a Login box on first page of my site.
2)After successfull authentication, User will be taken to a HTML page, like Mysite.html
3)I will put a link, View all topics, so that users can see all topics in a forum.


How can i achieve this? Where to put my Mysite.html page in login.php, so that it will redirect it to Mysite.html on successful authentication.

Re: Login Redirection to a static HTML page

can u give link to ur site so that we may help you?
and also does the forum  resident in a folder? example: http://mysite.com/forums/index.php

search the login.php for redirect or index.php
you will see there are only 6 referrances to index.php
you can search for this and it will redirect after login. to any page you want..
just change index.php to mysite.html

redirect('index.php', $lang_login['Logout redirect']);

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Login Redirection to a static HTML page

thanks for quick reply sir.I will try your suggestion and post reply soon.
I will show u my site, so that u can see whether it is working or not.

soon, i will post working details.
Thanks once again.

Re: Login Redirection to a static HTML page

anytime...

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!