Board Search SP1.1/SP1.2/SP1.3 v 1.0 Allows for searching of text in threads directly from the Message Index page. Uses the normal YaBB Search function/results display. Besides the text search box, the visible options allowed for Board specific searches are "Posted in the last __ days." (default=30) and "No. of results:" (default=25). Preset search settings are: Searchtype = "All Words" By User = "Any User" Fields to Search: = "Subject and Message" Min Age since last post: = "0" (Current time) I have been able to install this on both SP1.1 and SP1.2 clean full installs. Files Modified: english.lng Sources/Search.pl Sources/MessageIndex.pl DummyProof http://cgi.tripod.com/yabbsp1_1/cgi-bin/YaBB.pl english.lng if($MenuType == 1) { ####Board Search $brdsrch{'1'} = "Search this Board for"; $brdsrch{'2'} = "Posted in the last "; $brdsrch{'3'} = "No. of results"; $brdsrch{'4'} = " Message Index"; ####Board Search Sources/MessageIndex.pl $txt{'457'}
$brdsrch{'1'}:  $brdsrch{'2'} $txt{'579'}. $brdsrch{'3'}: 

Sources/Search.pl $yymain .= qq~ $txt{'167'}
$txt{'236'} $txt{'237'}
~; $yytitle = $txt{'166'};
if($FORM{'srchbrd'}) { $yymain .= qq~ $txt{'167'}
$txt{'236'} $txt{'311'} $boardinfo{$boards[0]}->[0]$brdsrch{'4'}
~; } else { $yymain .= qq~ $txt{'167'}
$txt{'236'} $txt{'237'}
~; } $yytitle = $txt{'166'};