Suggestion regarding Redirection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
legend986
Forum Contributor
Posts: 258
Joined: Sun Jul 15, 2007 2:45 pm

Suggestion regarding Redirection

Post 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?
andrewcrawford
Forum Newbie
Posts: 11
Joined: Sun Jul 15, 2007 10:55 am

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
User avatar
legend986
Forum Contributor
Posts: 258
Joined: Sun Jul 15, 2007 2:45 pm

Post 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...
Post Reply