poortvliet
Member
Posted 6 years ago #
I ve got WordPress 2 and Exhibit version 11d. I've installed it and it's almost working.
The problem is that when i want to add pictures in to the left box of exhibit, he refuse it. I can click on the picture on the right box, but he does not show in the left box?
So what is going wrong?
Thanks
poortvliet
Member
Posted 6 years ago #
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";