Please help!

Discussion in 'Directories' started by Dave E, Mar 25, 2007.

  1. #1
    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?
     
    Dave E, Mar 25, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    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.
     
    Colbyt, Mar 25, 2007 IP
  3. Instigator

    Instigator Peon

    Messages:
    247
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Change:
    To:
    I think you need to do that through your template file. I'm only familiar with PHPLD2 though.
     
    Instigator, Mar 25, 2007 IP
  4. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    paidhosting, Mar 25, 2007 IP
    Dave E likes this.
  5. Dave E

    Dave E Well-Known Member

    Messages:
    990
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    150
    #5
    Cheers Paid Hoster you are the man, hooked you up with some rep, I'm getting there with it.
     
    Dave E, Mar 25, 2007 IP