mitcho (Michael Yoshitaka Erlewine)
Forum Replies Created
-
Forum: Reviews
In reply to: [Test User Role] Very useful with custom roleGlad you found this helpful!
Forum: Plugins
In reply to: [HookPress] Does Not seem to work with WordPress 3.8.1Please try the new version, 1.13.
Forum: Plugins
In reply to: [HookPress] Create a new hookI suggest you ask the MarketPress folks what hooks they provide that you could use.
Forum: Plugins
In reply to: [HookPress] can hookpress trigger a custom wordpress post action?For your first question, unfortunately no. HookPress helps an external service know when a WordPress event occurs, but not the other way around, which is what I believe you would like to do.
Some of the others may be possible. Please take a look at the set of filters and actions exposed by WordPress which HookPress can use:
https://codex.www.ads-software.com/Plugin_API/Filter_Reference
https://codex.www.ads-software.com/Plugin_API/Action_ReferenceForum: Plugins
In reply to: [HookPress] Does this plugin work?Version 1.12 unfortunately introduced a bug where hooks could not be edited or added properly in some cases. Version 1.13 fixes this.
Forum: Plugins
In reply to: [Shibboleth] Shibboleth options on multisite WordPress installationHi all,
I made an update to the development version on the github repository, which may resolve this issue. Thank you to those of you who brought this to my attention.
https://github.com/mitcho/shibboleth/issues/8
I don’t have an active Shibboleth multisite setup right now, so I would appreciate it if those of you with live installs can try this version and see if it resolves the issue.
Forum: Plugins
In reply to: [HookPress] githubDone! https://github.com/mitcho/hookpress Please pull request away!
Forum: Plugins
In reply to: [Taxonomy Metadata] PHP warning when creating a new site multisiteThanks guys. I’m sorry this wasn’t taken care of earlier, but I just pushed a release which incorporates this fix.
Are all of your server settings the same? In particular, are there
yarpp_*
tables on the live server? Is thewp_posts
table on both servers using the MyISAM storage engine?Sorry to hear about this. I haven’t heard about this incompatbility before. I suggest you contact Shareaholic. It’s possible that they changed some code.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Disable for selected categoriesAh. It probably cached the results before you changed the settings. You can manually clear the cache by installing the YARPP Experiments plugin.
Also, make sure that those “The Pool” settings have been saved as you wanted them to be when you reload the YARPP settings page.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Force pagination above YARPPI assume you’re adding the
related_posts();
code. Make sure it’s wrapped in a section starting with<?php
and ending with?>
. Also,related_posts();
should end with a semicolon.Glad that solved it. Sorry to hear about this. :/
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Thumbnail size problemThanks to those of you who tried going through the FAQ entry. This would be an issue to look into in the future.
Please read the info in the YARPP readme’s FAQ section about setting the yarpp thumbanail size.
You don’t want to modify the files in YARPP itself, as they will be overwritten when you upgrade YARPP.