Page 1 of 1

Suggestion regarding Redirection

Posted: Thu Jul 26, 2007 1:09 pm
by legend986
I'm using Invision Forums. I have recently collaborated with a team that deals with a different subject. They have their own website but they want to use my forums for discussions. I'm thinking of something like:

When their visitor clicks on the "Enter the Forums" link, they should be directed to the Registration Page and after registration, I need to direct them to the team's forum and not my main forum.

The problem is that the code of Invision is way to complex to even think about modifying. So is there a way to do this in an easier fashion?

Posted: Thu Jul 26, 2007 1:20 pm
by andrewcrawford
try using header one a page you make to send to registration page, then you probally need to add somethign to the forum itself similler header code

Posted: Thu Jul 26, 2007 1:32 pm
by RobertGonzalez
There is more than likely some URL writing being done by the app. A simple redirect will work to move someone from one area to another, but if it is not hooked into the IPB app, it might not do what you expect it to.

Posted: Thu Jul 26, 2007 4:37 pm
by legend986
Done... I just placed an extra field on the registration page and depending on that, I redirected the user at the login page... Thanks for the advices...