PDA

View Full Version : Profile Mod


Aetheri
02-05-2004, 06:00 AM
We utilize our own profiles with our site. We'd like to integrate vbulletin into the site in that all users who sign up automatically have a forum account. We haven't yet figured out how to set that up, but that's not the subject of this.

After a user is given a forum account, we'd like his profile to instead link to his non forum profile.

Is there any existing hack, and if not, that should be a rather easy thing to code. No?

g-force2k2
02-05-2004, 09:17 AM
You would have to run a query to store the link to the non forum profile and then when trying to go to a user's profile it would redirect to the non forum profile, changes would be done in the member.php file.

Cheers,
g-force2k2