In my directory www.biz-dir.co.uk when I am in the category pages and I click home it doesn't go anywhere and when I am on the details pages and I click home it foes to biz-dir.co.uk/detail/ is there anyway I can fix this with my little PHPLD interface/control panel or do I have to get my designer to do it?
When you are on the main page with the home cats it is working the way it should. You are already there, so there is no where to go. The bar showing where you are is working fine and allows backtracking. I don't think this is anything you can fix. The hyperlink for home need to be defined in the template or the the config file. I forgot to notice which version you are using. Base directory might be definable in the 3.xx series.
Change: To: I think you need to do that through your template file. I'm only familiar with PHPLD2 though.
Use the following code for Home . <a href="{$smarty.const.DOC_ROOT}/index.php">Home</a> Code (markup): Or <a href="{$smarty.const.DOC_ROOT}">Home</a> Code (markup): Regards.