rayne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: separate folder?The latest release of WP allows for installing into a sub-directory. See the online documentation for more info.
Forum: Fixing WordPress
In reply to: 1.2 beta – comments held for moderationThis is useless if there is only one author. I think there should be a check to see if post author is also site admin. Then only send the first one.
Forum: Installing WordPress
In reply to: Different DirectoriesOk, got it working. I think it just took a minute for all my caches to refresh or something.
Forum: Installing WordPress
In reply to: Different DirectoriesI’ve got the latest nightly as of 4/28/04 and I couldn’t get the different directories to work. My current blog is in my root directory. I want all my WP files to be a /wp/ directory. I changed the setting in Options. Moved all the files, except the “templates” and I changed those to include /wp/wp-blog-header.php instead of the default.
wp-blog-header was still looking for files (wp-config.php and wp-settings.php) in the root directory. Have I missed something?Forum: Fixing WordPress
In reply to: Categories not listedThanks, Just upgraded to the latest and it works now.
Forum: Fixing WordPress
In reply to: Comments NotificationI agree. If I have comment moderation turned on, I should get an email letting me know a comment was made and I need to approve or reject it. In 1.0.2 this works fine. In 1.2 alpha this is not the case. Why did it change?
Also. You cannot turn off allow comments in 1.2 on a per post basis as the options page indicates. Maybe I need to post this as well as a bug so that it will get fixed.Forum: Fixing WordPress
In reply to: smilies_directoryWith 1.2, I no longer can change which directory the smilies are in. So when I changed my directory from test to make it live, the path was wrong in the database. I’d like to be able to set what directory the smilies are in from the admin, like it was in 1.0.2.
Forum: Fixing WordPress
In reply to: redirect rule not workingI went in, removed all the extra lines at the end of the file. Then at the end of the last rewrite rule, I hit enter and pasted the code you gave me. I’ll check with my host and see if he has any ideas why that one isn’t working.
Forum: Fixing WordPress
In reply to: redirect rule not workingYes, I copied what you suggested and it didn’t make any difference. I’m just baffled.
Forum: Fixing WordPress
In reply to: redirect rule not workingYes, the about.php file is in the root directory. It too gives an error as long as I have the rule in my .htaccess file. If I remove it so there is no rule, the about.php file loads as it should. As soon as I add the rule to the .htaccess file, nothing works. Don’t know why that one isn’t working when all other rules are working.
Forum: Fixing WordPress
In reply to: MT Import – Screwing up my HTML tags2fargon: Thanks. I’d already gone into the database and changed all posts to my main login, so the user I want to delete has no posts.
Forum: Plugins
In reply to: Nicer Archives not showing upoops. that last post was mine. I guess I wasn’t logged in when I posted that I fixed the problem myself.
Forum: Plugins
In reply to: Expanded Entries/Comments HackThanks. the link you referenced is the one I was looking for when I added this to my site. I couldn’t find it, so I came up with my own. It works fine on my site with version 1.0.2. But as in the linked version, I too included my javascript in a separate file and added the script tag to reference it in my page header.
Forum: Fixing WordPress
In reply to: image uploadThe function that creates the thumbnails is named
wp_create_thumbnail()and it is located in wp-admin/admin-functions.php.Forum: Fixing WordPress
In reply to: disable commenting on old postsThat works for me. 🙂