Viewing 2 replies - 1 through 2 (of 2 total)
  • @dumbi.della.pira

    go to line 250:
    return $this->capture( 'category-images', $vars );
    and change “return” with “echo”:
    echo $this->capture( 'category-images', $vars );

    the function display_images doesn’t really display nothing; it passes the html output to the caller and the caller function ends without print it. It seems correct to me instead, that display_images really display images ?? instead of returning a bunch of html in a string variable.

    @mad_max

    Thank you so much sir, you just made this plugin somewhat usable again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘passing id wont work’ is closed to new replies.