This is a little sorting modification.
Search bar html code is located to topiclist.tpl.php template file.
And this works fine, but the search bar displays on all forums pages.
Question: How to do this, that sows me only news forum and few other?
What file i modifed?
Example:

Example:

Example:

Html code on topiclist.tpl.php
$templates['shearch-bar'] = '<div align="left">
<b>{l_SearchBar}</b>
<form action="search.php" method="post">
<select name="forums[]"/>
<option value="7" selected="news">news</option>
<option value="8">Uudised</option>
<select name="keywords" id="keywords"/>
<option>Software</option>
<option>Hardware</option>
</select>
<input type="submit" value="Search" /></div>
';
Sorry about typos. My english is not wery good
And thanks for helping!


.