I'm trying to avoid hacks to see how far MT3.2 will go without them, but I MUST have the "View Site" link back up top. I added the following lines to the end of the links in the <TMPL_IF NAME=AUTHOR_NAME> section (tmpl/cms/header.tmpl) and saved into my alternate templates folder:
<TMPL_IF NAME=BLOG_NAME>| <a target="_blank" href="<TMPL_VAR NAME=BLOG_URL>"><MT_TRANS phrase="View Site"></a></TMPL_IF>
Also limited blog searches to originating blog by adding to default search template form:
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
More details about "take 3" forthcoming...
