Search Plugin
August 12th, 2014June 26 2015
The Advanced Search plugin is incompatible but the inbuilt search widget does search pages. However it finds parts of words and does respond to quote and plus arguments
I have installed the Advanced Search Plugin which can be enabled like a widget. The reason was to be able to search pages not just posts as is 'normal'. However I don't really want all the bangs and whistles so I will check the code and hopefully make up something to my taste
turing test plugin
August 7th, 2014Had to hack to make it work on new registration
Overwrote code at registration section at line 200 with code from comment section
echo ''.$this->Settings->get( 'question' ).'
';
$Form->text_input( 'answer_turing_test', $tur_test_answer, 6, $this->Settings->get( 'answer_label' ), 'The letters are Case Sensitive', array( 'maxlength' => 6, 'class' => 'bComment' ) );
if( ! isset($params['form_use_fieldset']) || $params['form_use_fieldset'] ) {
$Form->end_fieldset();
}







