PDA

View Full Version : change user function url?


dreamhost
01-26-2009, 06:47 PM
I am trying to locate the function that is called whenever a username is to be displayed on the page.

I found the code all over the place as follows in the templates
member.php?$session[sessionurl]u=$post[userid]

Basically what I want to do is pretty straightforward.

Wherever a link to a user shows up, I want to change the vbulletin function to actually direct to a completely different page.

I have combined wordpressmu with vbulletin, and my custom user pages in wpmu are much more advanced than anything vb offers. So I would like it so that when the username shows up in vb, and if someone clicks on it, it will actually go to the users wpmu user page.

I have the functions needed on the wpmu already, and have tied the db's together so that wpmu knows which vb user belongs to wpmu so that part is done.


thank you

Dismounted
01-27-2009, 03:19 AM
Just hook into the member.php file and issue a redirect. Use the hook member_start.