Forum Replies Created

Viewing 2 replies - 31 through 32 (of 32 total)
  • Forum: Plugins
    In reply to: Just show one category

    I’m using this plugin – great idea! – but have the problem that it only works with ID numbers below 10. The moment I have 2 digit numbers in the listing, it will no longer work and list all categories. I tried separating by comma, but it will again not show correctly, for example:

    1 2 3 4 5 7 8 9 will work fine

    but : 1 2 3 4 5 7 8 9 10 11 17 19 20 21 will also show category 12 and 18 which I don’t want to show

    and : 1 2 3 4 5 7 8 9,10,11,17,19,20,21 will show category 21 but not 17 etc.

    any idea how to fix this problem?

    When I install the plugin I get the following error:

    Warning: Illegal offset type in /path/overviewbycategory.php on line 121
    Warning: Invalid argument supplied for foreach() in /path/overviewbycategory.php on line 121

    It refers tot he following lines of code:


    foreach ( $cat_children[$used_categories] as $child ) {
    cat_overview($child, '', $max);
    }

    It does not list the overview, it will print the general title (Overview) and an empty table and that is it. You can see the outputhere.

    Can anyone help? (I’ve installed the latest 0.6 version).

Viewing 2 replies - 31 through 32 (of 32 total)