How can i change the look of Sub Categories in phpLD

Discussion in 'Directories' started by EvoWRZ®, Dec 21, 2009.

  1. #1
    Hello,

    I just installed Category Icon Mod in my directory after installing it the categories look kinda missed up.

    I wanna change the look of sub categories from [​IMG] to [​IMG]

    How can i do that?


    Thanks.
     
    EvoWRZ®, Dec 21, 2009 IP
  2. dog222

    dog222 Active Member

    Messages:
    446
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Doesn't phpLD have a support forum?
    Seems to be a better place to find an answer. ;)
     
    dog222, Dec 21, 2009 IP
  3. EvoWRZ®

    EvoWRZ® Notable Member

    Messages:
    741
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Hey, that`s really not helping...

    Anyway, i figured it out how to do it. If you wanna do it, make that change below in your main.tpl.

    Backup main.tpl
    Open main.tpl

    Find this:
    <a href="{$smarty.const.DOC_ROOT}/{$scat.CACHE_URL|escape}">
                {$scat.TITLE|escape}</a>, {/foreach} ...
    PHP:
    Replace it with:
    + <a href="{$smarty.const.DOC_ROOT}/{$scat.CACHE_URL|escape}">
                {$scat.TITLE|escape}</a> <br /> {/foreach} &nbsp;
    PHP:

    Best regards.
     
    Last edited: Dec 22, 2009
    EvoWRZ®, Dec 22, 2009 IP
  4. zebno

    zebno Well-Known Member

    Messages:
    936
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    138
    #4
    thanks for points out this EvoWRZ®'s the information was helpful to me
     
    zebno, Dec 22, 2009 IP