jgentes
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] 'Pending' posts disappear in Admin Posts menuhmm, no didn’t seem to help.
Although does deleting and reinstalling refresh the database settings?
Because I went to the Network Admin to delete (WP 3.1.1) and when I reinstalled, on most of the blogs I didn’t even need to reactivate. And they retained their settings. Maybe I need to refresh the individual blogs somehow?
Or do you recommend dropping the plugin into the mu-plugins dir?
-James
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] 'Pending' posts disappear in Admin Posts menuYes, they are all configured the same for all plugins.
Something else I noticed: When I look at the posts screen, the ‘status’ column is missing on this particular blog, and if I check my ‘screen options’ there isn’t a checkbox for ‘status’ like there is on the other blogs.
Very strange!
Maybe I should delete the plugin and try reinstalling? My configuration is pretty basic, so that’s not too big of a deal. Assuming this may be a database config issue of some sort.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] 'Pending' posts disappear in Admin Posts menuI have custom statuses disabled, but they are all the defaults. In particular, the pending status is ‘pending review’
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] 'Pending' posts disappear in Admin Posts menuBtw, I’ve tried disabling W3 and Adminimize, to no avail.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] 'Pending' posts disappear in Admin Posts menuI’m using the latest – v.6.3
I do have other plugins installed, but they are the same across all of the blogs. I’ve listed them below.
Also, something strange I noticed. It’s actually just one blog that’s having this issue. And check this out: On the blogs that work properly, the status is called ‘Pending Review’ but on this blog, when I disable Edit Flow, the status is called ‘Pending’ for posts that are pending review. I don’t know what that might mean, but it’s probably significant somehow.
Thanks,
-James
1-click Retweet/Share/Like
Add to Footer
Add to Header
Adminimize
Edit Flow
Facebook Comments for WordPress
Facebook Page Publish
MailChimp
Multicons
Postie
Social Profile Widget
Thumbnail for Excerpts
W3 Total Cache
WP Customer ReviewsActually I found that it worked ok on another child blog that had the ‘About’ page still there. In the one that doesn’t work, that page had been deleted. Hope that helps!
Forum: Plugins
In reply to: [Plugin: Wordbooker] 60 character limit on post attribute?I noticed these settings get blown away when updating the plugin, which is a real bummer. Any chance this could be added as an option?
Or better yet, why not just increase the maxlength of this field? There really is a totally legitimate reason to do this – check out my facebook posts at http://facebook.thesocialbusiness.com – these come from the blog and I add a blurb about each one. Why limit it to 60 chars? I don’t understand why that would be necessary.
Thanks!
-James
Forum: Plugins
In reply to: [Plugin: Wordbooker] 60 character limit on post attribute?Looks like it’s in wordbooker/wordbooker_options.php
echo ‘<label for=”wb_attribute”>’.__(“Post Attribute”). ‘ : </label>’;
echo ‘<INPUT NAME=”wordbooker_settings[wordbook_attribute]” size=60 maxlength=60 value=”‘.stripslashes($wordbooker_settings[“wordbook_attribute”]).'”>
‘;The same text seems to be in there four times, of course I’m not sure why, but I replaced ’60’ in maxlength for each of them with ‘240’.
Looks like it works, I’ll post back here if I run into problems.
Forum: Plugins
In reply to: [Plugin: Wordbooker] 60 character limit on post attribute?Just another comment on this – I tried teh excerpt feature, and it replaces the actual content, which is different from what the post attribute does. I’d like to have a longer title, which poses a question to the users, followed by the actual content snippit that normally comes from the blog post.
I’m going to dive into the code for the plugin to see if I can find ’60’ anywhere in there to increase it, but I’m not a developer so we’ll see how it goes 🙂
Thanks for the plugin, it rocks!
-James
Forum: Plugins
In reply to: [Adminimize] Configuring Adminimize for sub-sitesI’m not sure, but I agree that I’d like to not have these errors. I had it corrected earlier, then I think I updated the plugin and messed around with some settings, and it came back 🙁
Forum: Plugins
In reply to: [Adminimize] Configuring Adminimize for sub-sitesactually, I was making these changes for the ‘editor’ role, and what I noticed is that while logged in as an ‘editor’, they don’t see the error message, so I’m ok with that 🙂
Forum: Plugins
In reply to: [Adminimize] Configuring Adminimize for sub-sitesnevermind, i have the same problem and can’t seem to get rid of it as well. says the error is on line 801 🙁
Forum: Plugins
In reply to: [Adminimize] Configuring Adminimize for sub-sitesyou need to go to the settings for adminimize, choose the ‘deinstall’ option to remove the settings in the database, and it should clear up that error message. Unfortunately you’ll need to redo all of your settings, but you could export them beforehand.