zoinksgraphics
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How do I make the post editor larger?Wow, after slogging thru the forum, digging thru code, changing “Options / writing / size of post box” and trying CSS edits I stumbled across this with the answer! It’s actually in the lower right corner above “Save” and to the right of the “Path:” value.
Is there an easier way to default the size of the Post editing box to be larger? I have “Options / writing / size of post box” set to 90 and it displays no differently from when it was 10 on install. If it took me this long to figure it out, my clients will be lost, even with me explaining it to them.
Or is it a product of my environment….
WP 2.3.1, Mac 10.4.10, Firefox 2.0.0.9And yes, “Use the visual editor when writing” is checked in my profile to use TinyMCE.
Forum: Fixing WordPress
In reply to: Rename wp-login.phpFound this thread in the forum. Doesn’t do exactly what you were looking for, but redirects plain wp-login.php to a themed version. Plus a few other neat email notification functions!
Forum: Fixing WordPress
In reply to: Rename wp-login.phpOoops, that didn’t work so great… Logins don’t work now. Gonna keep checking the forum.
Forum: Fixing WordPress
In reply to: Rename wp-login.phpHi fabianv: In case you didn’t come up with the answer yet, here’s what I did….
In .htaccess file, I added the following line:
Redirect /PATH-TO-WORDPRESS/wp-login.php http://www.MYSITE.com/PATH-TO-WORDPRESS/login.phpThen I renamed the wp-login.php to login.php.
Seems to work so far… 🙂