Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: WordPress 2 & Exhibit 11d
    Thread Starter poortvliet

    (@poortvliet)

    I got it to work. This is what I had to do:

    In the file “exhibit10.php”, around line 130, you should find this line:

    $this->tableexhibit = $table_prefix . $this->exhibit_db_table;

    I replaced this line with this:

    $this->tableexhibit = “wp_exhibit”;

Viewing 1 replies (of 1 total)