Casey Bisson
Forum Replies Created
-
I’ve run into the same problem @chriscoyier reported – http://cl.ly/2EyB . Too bad, too, as it seemed like a good start.
Forum: Plugins
In reply to: bSuite plugin automatically causes invalid code on publish?@jenny9580: Sorry it’s taken me so long, but this is finally fixed in the trunk/development version of the code. I hope to make a release with it soon.
Forum: Plugins
In reply to: Batcache ignores content type header, sends everything as text/htmlIt looks like apache_response_headers() isn’t returning the content-type header, but headers_list() does.
I’ve solved the problem by changing these lines:
if ( function_exists( 'apache_response_headers' ) ) { $cache['headers'] = apache_response_headers();To something like this:
if ( function_exists( 'headers_list' ) ) { $cache['headers'] = headers_list();Forum: Fixing WordPress
In reply to: Is bSuite re-writing my search urls?Hrmm…the siteurl is ‘http://big6.com/go/’ and can’t be changed without breaking it, but the site accessed at http://big6.com/ . I guess I have to figure out how the other URLs are getting generated correctly.
Forum: Plugins
In reply to: [Plugin: wpCAS] Compatible with 2.6.3?@robbpdx: Yes. I’m using it with WPMU 2.6.3.
Forum: Fixing WordPress
In reply to: [Plugin: bSuite] Wdiget not showing correct posts number@darkghosthunter: Thanks for pointing out the bug, and double thanks for identifying the fix.
I’ve updated the plugin (and fixed a similar error elsewhere).
@wjdennen123: glad to hear it’s working.
Have you installed it into
wp-content/mu-plugins/orwp-content/plugins/?If it’s the latter, the plugin will have to be activated and configured for each individual blog.
On the other hand, I don’t have a convenient place to test subdirectory installations now (I’m using the plugin in a WPMU subdomain install as well as a few stand alone WP installs). You might be encountering something interesting along those lines.
Forum: Alpha/Beta/RC
In reply to: [Plugin: bSuite] Enhance WP search with fulltext indexing@www.maximumexchange.ru:
Thanks for the feedback. I’m working to improve search results
Forum: Plugins
In reply to: Structured Blogging PluginI’ve not used it, but now I need capabilities similar to what it promised.
Forum: Plugins
In reply to: WordPress CAS Authentication@nferris: thanks for fixing my bugs! I, um, obviously didn’t test the config file bit before releasing.
I’ve integrated your changes and committed the 1.01 version. Thank you.
Forum: Plugins
In reply to: WordPress CAS AuthenticationI started working with Stephen Schwink’s plugin, but had to make a number of changes for it to work in my environment. Enough changes, anyway, so that it seemed like it might be worth releasing my version:
http://wordpress.org/extend/plugins/wpcas/
It works in both WordPress and WordPressMU, can be configured via the dashboard or using a config file (which hides the settings page from the dashboard and is recommended for MU), and can call a function that you specify if the CAS user who’s attempting to sign in isn’t a WP user.
Forum: Plugins
In reply to: WordPress CAS AuthenticationYeah. I’m struggling with the same problem. WP2.5.1 (yes, old, but I mention it because that’s the highest compatible version according to the docs).
Currently poking through the plugin to see where it does its thing.
Forum: Plugins
In reply to: Bsuite Lack@mythusmage: I’ve just released a beta for bSuite 4 that doesn’t have much of a tutorial (and the documentation is still skimpy), but it has easy to use options and is a whole lot easier to use and implement.
http://maisonbisson.com/blog/bsuite
http://maisonbisson.com/blog/post/12142/bsuite-4-public-beta
Forum: Plugins
In reply to: [Plugin: bSuite] Version number@creamers: I’ve just released the beta for bSuite 4. It fixes the problem with version numbers and adds some sweet features.
http://maisonbisson.com/blog/bsuite
http://maisonbisson.com/blog/post/12142/bsuite-4-public-beta