rhondalicious
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My old entries exist, but do not show up in the archives??Thanks so much ^_^ Luckily, I’ve got backups up the wazzoo. I’m paranoid, ever since the day I accidentally deleted like, 6 months worth of posts.
Forum: Fixing WordPress
In reply to: My old entries exist, but do not show up in the archives??Hmmmm.
Very weird.
Is it possible that somehow they are all marked private? And if so, how could I get them back?
EDIT: That has to be it – I decided to go into the admin section to Manage Posts, and they are all in there…
That’s really weird.
Anyone know an SQL query I could run that would make them all public again?
SECOND EDIT: For the sake of those searching in the future,
UPDATE posts SET post_status = 'publish'
worked fine for me (where posts is the name of my table – yours might be different).
Forum: Fixing WordPress
In reply to: Members onlyJust a heads up, not quite a solution…
I found this plugin:
https://edwards.org/2006/03/07/subscribers-only-plugin-for-wordpress/It would do exactly what we want, it’s just not available right now. >.<
Forum: Fixing WordPress
In reply to: Members onlyOooh, this is the exact same thing I’m coming across…
I’m currently creating a WP blog community for my extended family, and I suppose I could just password protect the whole site, but my in-laws are real technophobes, and having to log in twice would not be a pleasant thing. They also would no go for the whole “log in, then type a password to see any give post”…
I’ve been looking all over to see if there is some sort of plugin that basically allows access to view the posts only if you are a member.
Forum: Plugins
In reply to: myPress: WordPress -> Myspace crosspostingWell I couldn’t get the workaround to go, and then I noticed that XrisXros is supposedly the replacement to MyPress, but that doesn’t do anything either…
Is there something we have to do on our end to make/store a cookie? If so, what?
Edit: also, XrisXross broke my LiveJournal plugin…
Forum: Plugins
In reply to: myPress: WordPress -> Myspace crosspostingWell, I put the mypress folder inside the plugins folder, filled out the options page for it, and nuffin. I see that it did create the table “myspace_wp_post_map” and it’s got 62 posts in there (apparently all the ones I’ve done since installing the plugin) – but none of them seem to be making their way over to MySpace.
Forum: Plugins
In reply to: myPress: WordPress -> Myspace crosspostingCan you run this and Live+Press at the same time? I was hoping to be able to, but I’m also posting, and nothing goes over to myspace. No error messages, but also no posts.
Forum: Fixing WordPress
In reply to: Importing old entriesHOORAY! it worked. Thankyouthankyou!
Forum: Fixing WordPress
In reply to: Importing old entriesOK, I’m following your very well written help – one quick question…
Can I keep the numbers as they are (there are no posts in my new db with these same numbers), or must I renumber them?