Ok here's the problem, in my last post if found the solution for taking off ( online and with photos from the browse page ) now i'm trying in the search page ( search.css and search.php )
my last post: http://www.boonex.com/unity/forums/#topic/Changing-a-php-file.htm
the solution was easy with display none
Now the problem is that the submit button is in the same class. so if the display none, i don't ge the submit button too...
<td class="search_form_submit_row" colspan="2">
<input type="checkbox" name="online_only" id="online_only" />
<label for="online_only"><?= _t( '_online only' ) ?></label>
<input type="checkbox" name="photos_only" id="photos_only" />
<label for="photos_only"><?= _t( '_With photos only' ) ?></label>
<input type="submit" value="<?= _t( '_Fetch' ) ?>" />
</td>
Anybody was some help for me!!!!
Thanks