Log in | Register | Lost password

Goto page: [-1] 1 - 2

Bottom
PS-CatBrowser Support Thread
  • Posted: 18.10.2005, 01:36
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    ...



    edited by: Blake, Oct 18, 2005 - 02:53 AM
  • Posted: 18.10.2005, 01:50
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    It appears that this fails html validation in some cases. It outputs an empty

    Code

    <ul></ul>
    before the final

    Code

    </ul>
    when using trim...

    And the $url needs to be pnVarPrepForDisplay'd

    Also what happened to $level?




    edited by: Blake, Oct 18, 2005 - 02:54 AM
  • Posted: 21.11.2005, 19:48
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I guess the output is also not valid html if you are not using the trim function. Must be something wrong with nested lists.

    Naphta
  • Posted: 07.07.2006, 10:52
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    This looks great but it does not seem to account for publications in different languages. Instead, I get a total for all publications (even if they are marked for different languages) under a specified category.
  • Posted: 05.10.2007, 14:12
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Yes the "trim=yes" option was omitted when closing

    Code

    </li>
    tag in the list function. I just add add a small fix at line:201
    before

    Code

    $html .= "</li>\n";

    after

    From:

    if($thiscount > 0 || $setup['trim'] == "no")

    {

    $html .= "</li>\n";

    }

    I just test it only with the trim option on and it is working:)

Goto page: [-1] 1 - 2

Template courtesy of Designs By Darren.