ok guys I really am greatful for your help but still no luck :-( but full of hope.
Ok I am trying to give all needed info.
ok I am not adding it to a vbulletin templete,
heres what I have, I have a gaming ladder script (from eliteladders.com) and that is my primary data base. at
www.socomfaces.com
thenI have the vbulletin intergrated in a serprate database at
www.socomfaces.com/f
in the ladders origanal ladder script the Account Manager link was
[<a href='./manager.php'><span style='color:#FFFFFF;'>Manager</span></a>]
I changed it to
[<a href='http://www.socomfaces.com/f/profile.php?do=editprofile'><span style='color:#FFFFFF;'>Manager</span></a>]
And that worked (it redirected the ladder account manager to vbulletin account manager)
Now the My Profile link is
[<a href='./profile.php?account=$member[id]'><span style='color:#FFFFFF;'>My Profile</span></a>]
Im just trying get this to forward to the members profile on the vulletin script
(basiclly I am removing the ladder profiles and keeping the vbulletin profiles)