By Randall Parker
http://www.techiepundit.com
techiepundit@futurepundit.com
I am also:
http://www.futurepundit.com
http://www.parapundit.com
http://www.storypundit.com
Current version 2002-Sept-03 Tues.
I've collected together a set of changes I made to MovableType's
administration pages to make it easier to make new blog posts and new blog
sites. Note that your style of usage may be different and not all these
changes will necessarily be to everyone's liking. However, I expect these
changes will be beneficial to most bloggers.
The Edit Entry form
=========================
When creating a new blog this widens the controls for the form that gets
the set of paths and URLS. It also widens other controls elsewhere in the
admin menus:
styles.css:
change 292 to 392:
input.text {
width: 392px;
height: 20px;
}
This widens the title control of a new post on the Edit Entry form.
styles.css:
change 175 to 375:
input.text-short {
width: 375px;
height: 20px;
}
For this next change it also helps to follow this link on the Edit Entry
Page:
[Customize the display of this page]
and to choose
Custom: show the following fields:
and to check only these fields:
Category Selection Menu
Allow Comments option
Convert Breaks option
Editable Authored on Date (Edit Entry Screen only)
The field for making a new blog post has such a small control
for putting the post into. Well, can't have that. This is a pair of
changes to two files that get done together. They increase the size of the
form control for writing a new blog post:
/tmpl/cms/edit_entry.tmpl line 353:
changes:
class="width500"
to:
class="width750"
rows="10"
to:
rows="50"
These changes take place in this line: