« February 2005 | Main | May 2005 »

March 23, 2005

Blog Help Expanded

The Blog Help has been expanded to include:

Let me know if you run into any problems with these templates.

March 10, 2005

Blog Search

The search function in the blogs now works.

If you have removed it, here is the code to add it back:

<div class="sidetitle">
Search
</div>

<div class="side">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="4">Search this site:</label><br />
<input id="search" name="search" size="20" /><br />
<input type="submit" value="Search" />
</form>
</div>

Happy Searching!