Ben Balter
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Trouble with Edit Flow Calendar and WP Document RevisionsMay make sense to revisit that not that there’s a GUI to activate for a given post type. Is there an easy way for the plugin to check whether X Editflow feature is activated for documents? May just leave the option up to the user and adapt acordingly.
Really tricky to be done in core, because the plugin isn’t activated on the network admin.
Added a stand-alone fix in the code cookbook here:
https://github.com/benbalter/WP-Document-Revisions-Code-Cookbook/blob/master/wprdr-network-admin.php
any enhanced support for network admin in the development version here:
https://github.com/benbalter/WP-Document-Revisions/tree/develop
Development version should now have all those changes incorporated. Thanks. Look for a stable version soon.
Forum: Plugins
In reply to: [Storify] [Plugin: Storify] Broke WordPress after activationCould you provide any more information? What other plugins installed, latest version of plugin, etc.?
Tried on clean installs of both 3.3.1 and 3.4 (trunk), and could not replicate the issue.
Also, could you check the error log, by chance?
Forum: Plugins
In reply to: [Storify] [Plugin: Storify] Created White screen (of death) on wpadminAlso, could you check the error log, by chance?
Forum: Plugins
In reply to: [Storify] [Plugin: Storify] Created White screen (of death) on wpadminCould you provide any more information? What other plugins installed, latest version of plugin, etc.?
Tried on clean installs of both 3.3.1 and 3.4 (trunk), and could not replicate the issue.
Forum: Plugins
In reply to: WP Resume — how do I remove the contact information fields?The plugin shouldn’t need anything close to that much memory. I have no trouble running it on 16 or 32. I’d try deactivating other plugins.
To remove fields, just either set the content or the type (dropdown) to blank.
Thanks for letting me know. Super-simple issue. Will get a fix out first chance I get. Should be Monday if not sooner. Sorry you’re having trouble.
Opened two tickets ( https://github.com/benbalter/Twitter-Mentions-as-Comments/issues/3 and https://github.com/benbalter/Twitter-Mentions-as-Comments/issues/4 ) and will take care of them first chance I get.
Again thanks for taking the time to translate the plugin.
Also, thank you for taking the time to translate the plugin.
Mind giving the development version a try? (direct zip).
Fixed the slug, and also the path to the directory was incorrect.
Forum: Plugins
In reply to: [Plugin: WP Document Revisions] 404 ErrorsCheck your server logs. If it’s your server software’s 404, that means the request is not even hitting WordPress. Problem is someplace in server config / rewrite rules.
You should be able to do that. The original idea was to prevent a non-super admin from changing their upload directory on a multisite install (and in theory putting it some strange place on the server that a super admin wouldn’t want), but the option should be exposed to super admins on a site-by-site basis as well.
I opened ticket #4, and will look to get a fix in in the next release.
In the mean time, I’d have to check the code, but I think you may be able to network activate to get the UI, save the upload directory, and then network deactivate, as strange as it may sound (or set the setting in the options table directly). The functionality’s there… it’s just a matter of the UI not displaying properly.
Thanks for the heads up, and hope to have a fix soon…
– Ben
You may have to network activate the plugin so that it can add the location option to the network settings page. I just tested and it appeared on a multisite install.
As for direct file URL, how did you / how would user get that URL? It should be designed to prevent the true location from ever being displayed. no?
Forum: Plugins
In reply to: [WP Resume] [Plugin: WP Resume] Section ProblemTo remove contact information, either set the type dropdown to the blank option, or delete the contact information from the text area on the right and then hit save.