MyBB Community Forums

Full Version: Search in thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to write mod for search in thread like an option in forumdisplay search in forum

 <form action="search.php" method="post">
            <input type="hidden" name="action" value="do_search" />
            <input type="text" name="keywords" value="Enter Keywords" onfocus="if(this.value == 'Enter Keywords') { this.value = ''; }" onblur="if(this.value=='') { this.value='Enter Keywords'; }" class="textbox" size="25" />
            <input type="submit" value="Search" />
        </form><br /> 

Would work this code when I insert it in Template Showthread after
<td align="right">
						{$ratethread}
						<br />
You can try that =P But it's in 1.4.0 ; so no mod nor plugin needed =P Just patience Wink

http://wiki.mybboard.net/index.php/1.4.0
LeX-
One question:
Will be all mods and your last mods like Topic password Thread notification and other written for 1.2.x compatible with version 1.4.0 - I'm worry about it.
Most of them will probably not work properly anymore Wink So lots of rewriting ^^