PDA

View Full Version : rewrite the url for members profile


connell83
06-08-2009, 11:50 PM
I am using vbulletin as a forum for my drupal site. Drupal and vbulletin will be somewhat integrated, however I realize now that member profiles cant be.

So is it possible to change url that links to the member profile.

Right now it is the url to the vbulletin profile, which is .com/forum/member/memberx.html

But my drupal profiles are all at .com/users/memberx

If I could change this path somehow, so it goes to the equivalent members profile for drupal instead of the vbulletin somehow?

Any help appreciated... please!

Thanks

(ps I dont mean simply changing the url path of the vbulletin profile. I want the vbulletin profile basically hidden and the link only goes to the equivalent drupal profile)

Dismounted
06-09-2009, 06:51 AM
Create a plugin hooking into the member.php file. Then issue a 301 redirect.