If you visit http://www.davidgagne.net/ you’ll see a period – . – before each link to an entry’s comments. That period is a link to the editing window for that particular entry. As long as I am logged in to MovableType, I can click on that link and immediately begin editing the post. Here’s the link to add to your main index template:
<a target=”_blank” title=”admin” onmouseover=”window.status=’edit this entry’; return true;” onmouseout=”window.status=’ ‘; return true;” href=”<$MTCGIPath$>mt.cgi?__mode=view &_type=entry&id=<$MTEntryID$> &blog_id=<$MTBlogID$>”>.</a>
Note that you should use & instead of & to make sure your page is (x)html compliant.
completely wonderful and useful! thanks for sharing
Thank you thank you thank you… Hey, just an FYI, you know with a simple change in code you could keep that index page from jumping when we go to leave comments. I just noticed it moved on me. Let me know if you need the info. More importantly though, I *love* (love, love, love) your site! Thanks for the helpful tips & info!!!
Very cool. Thanks!
(Btw, your MT Preview template is busted.)
Since I’ve just implemented it on my site, allow me to pay my respects too. Great hack!
thank you so much… this will make a world of difference when I find a small glitch as I read through the archives at times!