are we talking breadcrumbs here???
in 5.0 its all about themes and template tags… so if you dont want the forum page to be your home link, you need to tell us to adjust it in the template tag… so find the theme you are using and where you output the breadcrumbs – normally spHead.php… find the template tag – pur default is
sp_BreadCrumbs(‘tagClass=spLeft spBreadCrumbs&tree=1’, __sp(‘Home’));
and change it to specify the homelink….
sp_BreadCrumbs(‘tagClass=spLeft spBreadCrumbs&tree=1&homeLink=http://yousite.com’, __sp(‘Home’));
and you should be good to go… please remember that we dont recommend editing our themes but instead creating your own (start by copying ours if needed) so you dont lose changes on an upgrade…