Ben Balter
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Document Revisions] Doesn't work with 3.9.1Can you be more specific? What are the steps to reproduce this problem? What is the expected outcome? What is the actual outcome? Does this occur when you disable all other plugins and use the default theme?
Forum: Plugins
In reply to: [Twitter Mentions As Comments] Are you there Plugin author Ben Balter?The project is currently seeking contributors / a new maintainer to tackle some of the open issues (https://github.com/benbalter/Twitter-Mentions-as-Comments/issues).
If you are interested or know anyone, please see this thread: https://github.com/benbalter/Twitter-Mentions-as-Comments/issues/39.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api update@1xxooxx you are correct. There was a problem with the upload to the WordPres.org server, but it should be correct now if you redownload.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api update@1xxooxx please see my comments to @moody1337 regarding PHP 5.2.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api update@moody1337 note PHP 5.2 was released in 2006, and has not been supported by PHP itself since 2011. PHP 5.3 has been out since 2009, and PHP 5.5 was just released.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api update@moody1337 you are likely using PHP 5.2 which this plugin does not support. On most shared hosts, you should be able to update to PHP 5.3 (or 5.4) which is highly recommended.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updateGreat. Will push an update momentarily. Thank you for taking the time to test and report back. I’m sure many users are grateful.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] Broken since the Twitter API upgradeClosing here in favor of duplicate issue http://wordpress.org/support/topic/completely-broken-due-to-twitter-api-update?replies=9. Please follow that thread for updates.
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updateI believe version v1.5.5. RC2 of the plugin should resolve the problem. If anyone can test and confirm that that is the case by downloading and uploading the linked
.zipfile, we can update the plugin here. Thanks everyone for their help getting this release polished.Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updateIs anyone able to test a quick update which adds support for Twitter API v1.1?
https://github.com/benbalter/Twitter-Mentions-as-Comments/releases/v1.5.5-rc1
(background: https://github.com/benbalter/Twitter-Mentions-as-Comments/pull/30)
Hoping to get it updated here and working very soon.
Are you able to give the development version a try? If that version resolves the issue I can update the plugin in the repository.
Are you able to give the development version a try? If that version resolves the issue I can update the plugin in the repository.
Assuming you are not passing any conditions to the shortcode, all the shortcode does is fire
get_documents()which is itself, a wrapper for WordPress’s nativeget_posts()function.It could be that the revisions aren’t properly saving, which could cause a problem further down the pipeline, but other than that it shouldn’t touch WordPress’s core functionality.
I’d recommend updating to the latest version of the plugin and WordPress if you haven’y already, and disabling all other plugins. If the problem persists, and you’re a bit familiar with code, you can try to recreate the problem either in WP Debug Bar’s console, or by adding commands to output documents in the shortcode function, as well as get_documents.
Forum: Plugins
In reply to: [WP Document Revisions] My new Add-On plugin: Simple DownloadsAwesome stuff. Don’t hesitate to let me know if there’s any way I can be helpful.
Two quick things:
1) May make more sense for the counter to hook into
serve_documentrather thantemplate_redirectwhich will better account for 404s, private documents or password protected documents, etc.https://github.com/benbalter/WP-Document-Revisions/blob/master/wp-document-revisions.php#L718
2) Feel free to give yourself a shout out, etc. in the FAQ. So people looking for download counters, widgets, etc. can find your plugin if you want — https://github.com/benbalter/WP-Document-Revisions/wiki/Frequently-Asked-Questions
If there’s any way document revisions can make your plugin easier (or if you want to contribute), always more than glad to accept a pull request! 🙂
Forum: Plugins
In reply to: [WP Resume] [Plugin: WP Resume] options not savingNot sure why this is happening, and having trouble recreating it. I’ve opened an issue on GitHub.
if you have the ability to troubleshoot, any information (or a pull request) would be awesome.