Couple of items to do what you want:
First to get rid of “SEARCH” goto your administrator area and then EXTENTIONS > MODULE MANAGER and disable the SEARCH module.
Second to get rid of the TEXT TOOLS…goto your admistrator console and EXTENTIONS > TEMPLATE MANAGER > TELINEII and in the parameters for the template set “SHOW FONT TOOLS” to “hide”
Finally to get rid of the DATE open the file TEMPLATES > TELINEII > INDEX.PHP
(make a backup should you want to revert or make a mistake)
Search and find the following lines in INDEX.PHP and delete:
[PHP] <?php
echo “<span>”.date (‘l’).”</span>”;
echo ” <div>”.date (‘M’).” “.date (‘d’).date (‘S’).”</div>”;
?> [/PHP]
That should do it for you.
Have fun!
John.