enable_fulltext(); if($enabled){ update_option('yarpp_fulltext_disabled', 0); echo( '
'. __( 'The MyISAM check has been overridden. You may now use the "consider titles" and "consider bodies" relatedness criteria.', 'yarpp' ). "
" ); } else { yarpp_set_option('myisam_override', 0); echo( '
'. 'Fulltext Index creation did not work!
'. 'Trying to force fulltext indexing on your table resulted in an error. Your posts table does not have fulltext indexing capabilities.
'. 'The "consider titles" and "consider bodies" relatedness criteria will remain disabled.'. '
' ); } } $table_type = $yarpp->diagnostic_myisam_posts(); if ((bool) $table_type !== true) $yarpp->disable_fulltext(); if (!(bool) yarpp_get_option('myisam_override') && (bool) $yarpp->diagnostic_fulltext_disabled()) { echo( "
". '

'. '"Consider Titles" and "Consider Bodies" are currently disabled. '. 'As a result, "Pages" may not display in the "Related Posts" sections.'. '  Show Details [+]'. '

'. ''. "
" ); }