[phpLD] Peppermint Template

Discussion in 'HTML & Website Design' started by SEOdir.net, Nov 7, 2006.

Thread Status:
Not open for further replies.
  1. #1
    Hello, is here someone that else has files of peppermint template ?
    On the official site I cannot download it,
    http://www.web-designers-directory.org/phpLD-template.php
    there are not any of .tpl files inside.
    I have writted to the owner but do not get any msg back.
    If someone upload it else, I will be greatefull, I need version fo 3.0.x.
    Thank You!
     
    SEOdir.net, Nov 7, 2006 IP
  2. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #2
    Colleen, Nov 8, 2006 IP
  3. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #3
    But i have only directories like:
    /template
    /images
    /style

    but no .tpl files in the main skin directory, when I move .tpl files from /templates then I get no design on my directory. only this:
    http://www.seodir.eu :>
     
    SEOdir.net, Nov 8, 2006 IP
  4. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #4
    You get the main files off the official site (www.phplinkdirectory.com), you need 3.0X, I am assuming you paid for it and have it already, the skin files are only for the skin, you upload them over the exisiting skin which comes with phpld by default.

    So, download the files from phplinkdirectory.com, upload them to your site, then upload the peppermint skin files over them.
     
    Colleen, Nov 8, 2006 IP
  5. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #5
    I have already directory installled, all other templates words well, but see now when I chanhge the srtyle to Peppermint I see:
    http://seodir.eu/
    On ftp:
    http://img329.imageshack.us/img329/3392/ftpnc1.jpg

    What files do I need to download from phpld site ? the files of the directory ? and then rewrite it with the /template files ?
     
    SEOdir.net, Nov 9, 2006 IP
  6. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #6
    Oh, the problem was caused about the sources to images in .tpl files,
    all sources of images were so:
    {$smarty.const.DOC_ROOT}/images/exampleimage.gif
    Code (markup):
    they need to be replaced by:
    {$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/images/exampleimage.gif
    Code (markup):
    And in CSS file:
    Add:
    ../
    Code (markup):
    before:
    images/exampleimage.gif
    Code (markup):
    P.S. exampleimage.gif is just an example of imagename.

    :)
     
    SEOdir.net, Nov 10, 2006 IP
Thread Status:
Not open for further replies.