jenn99
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Delete Comments by User Name?Maybe I’m missing something, but can’t you go to edit->comments-> Click on “mass edit mode” – then use the search form to look for the username… you can then select all the comments you want to delete from this page.
I can see the benefit of adding an easy “select all” on this page. (I have a hack that will do that for the comment listings on the “awaiting to be moderated page: ) – it wouldn’t be very hard to adapt it for the “mass edit” view.
But not sure if that’s what you were looking for…Forum: Fixing WordPress
In reply to: Automatic logout at end of session?Here’s another post that addresses this specifically:
http://www.scriptygoddess.com/archives/2004/07/01/add-a-remember-me-checkbox-to-the-login-form/Forum: Plugins
In reply to: Notify the commentor when I reply to his commentZaecus
I think I can probably see how this could be done – however, what happens if the person you want to reply to didn’t leave a valid email? How do you think it should function?
(feel free to email me directly as well: scripty at scriptygoddess dot com)Forum: Fixing WordPress
In reply to: Password gone missing after upgradeI had searched for this problem when I first ran into it – but those posts didn’t come up (or it wasn’t clear that a fix was posted there…) I read in one of those that the way this form works will be changing… that will be a good thing…
Forum: Fixing WordPress
In reply to: Password gone missing after upgradeWeird… I thought I posted an update here.
The problem was resolved – however I wonder if I’ve found a bug.
I had to change COOKIEPATH everywhere it showed up in my wp-login to “/”
Apparently COOKIEPATH’s value WASN’T my wordpress installation’s directory – it was my SITE’s directory.
for example: If I have wordpress running in a directory named “mywp” (path is “/mywp”) but my site is located in “mysite” (path is “/mysite”) – the value of COOKIEPATH was “/mysite” – and since it was specified in that one directory – it doesn’t recognize it in another directory – therefore – it wouldn’t let me in. No error messages, etc. – because all the values were correct, it was just the wrong directory.
I think COOKIEPATH needs to be set (by the application) at the root of the domain. (Which it’s not doing now)Forum: Fixing WordPress
In reply to: Password gone missing after upgradeOk, I’ve tried EVERYTHING that’s mentioned here. removing cookies. doing the md5 hash thing. fixing the wp-login page. Nothing lets me back in.
This is actually the second time this has happened to me. The first time, thankfully it was only a test blog, but I had to completely wipe out my database and start from scratch. Please help! I was hoping I could officially move my blog over from MT to WP this weekend, but this is making me very nervous!Forum: Fixing WordPress
In reply to: Still no trackbacks/pings in RC2?I’m just a WP-newbie – but I’m playing around with the latest RC – I tried to send a trackback ping from my MT install to my WP test area (I’m going to be moving over to WP as soon as 1.2 is stable). However, WP doesn’t seem to be taking the pings…? Will pings only work between WP blogs? or should it be able to take a MT ping? (Sorry if this isn’t the right place for this)
Forum: Plugins
In reply to: Trying to make pluginAlthough – I’m not sure about the RSS feed…
Forum: Plugins
In reply to: Trying to make pluginGot the plugin working! Here you go:
http://www.scriptygoddess.com/archives/005135.phpForum: Fixing WordPress
In reply to: Restricted access postsActually, I was re-thinking this…
probably even easier than my original thought would be to USE the built-in WP password protection. A simple mySQL query on any posts with category=restricted – set password = (your password) would set all your imported posts to the password you picked originally
I’ll try to look into that very soon…
As for the cookie thing, though – that will take a little longer to work out…Forum: Fixing WordPress
In reply to: Restricted access postsI think I can come up with a modification to the script so that it works with WP – but honestly, I’m still getting my “sea legs” in WP myself – so it may take a little while. In essence the script would stay the same – you’d swap out the “MT Category” tag – with the WP equivalent – but I’m still trying to figure out how archive pages work with WP – so I’m not sure what happens when you move to the ind. archive page (equivalent) –
not sure if that made sense…Forum: Plugins
In reply to: Trying to make pluginRayne – that is so weird they have THAT particular script there as a copyright to THEM. I came up with those wacked out variables for a script someone else created years ago. Here’s the original post: http://www.scriptygoddess.com/archives/001140.php
There was a newer version here:
http://www.scriptygoddess.com/archives/004618.php
– of course all that was set up for MT – but expect that to change very soon and a new updated post to come. ;o)