Forums

Collapsing Categories
Javascript error (1 post)

  1. 3dolab
    Member
    Posted 8 months ago #

    Hello, in latest version (2.0.1) I had to replace

    echo "addExpandCollapse('widget-collapscat-$number-top'," .
              "'$expandSym', '$collapseSym', " . $accordion . ")";

    with

    if (!empty($accordion))
          echo "addExpandCollapse('widget-collapscat-$number-top'," .
              "'$expandSym', '$collapseSym', " . $accordion . ")";
    else
          echo "addExpandCollapse('widget-collapscat-$number-top'," .
              "'$expandSym', '$collapseSym')";

    in file collapscat.php
    in order to avoid a javascript error because of the missing parameter

    http://wordpress.org/extend/plugins/collapsing-categories/

Reply

You must log in to post.

About this Plugin

About this Topic