AI Search
Classic Search
Notifications
Clear all
Apr 24, 2017 4:56 pm
During the last month we've made lots of improvement in wpForo next version. The next 1.2.1 comming soon. At the moment I'd recommend do this small change which may decrease your SQLs 30% off. This was a bug in 1.2.0 version.
Open /wpforo/wpf-includes/class-permissions.php file
Find this line:
if( isset( $this->wpforo->post_options['lang'] ) && $this->wpforo->post_options['lang'] ){Change to this:
if( isset( $this->wpforo->general_options['lang'] ) && $this->wpforo->general_options['lang'] ){It should look like this:
Page 4 / 4
Prev
