darkskipper
Forum Replies Created
-
Perhaps a more important annoyance with having the changes on the Semper Fi site, is that there’s an apparent lag between a new release being available here on www.remarpro.com and the changes being available to read.
For example, today — Wed-17-Aug-2016 06:33 UTC — AIOSEOP version 2.3.9.1 is available for download, but the latest change log entry is still 2.3.9.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Category trails: extra page & child page crumbs appearingOkay, thanks for the good work and the speedy response.
Forum: Plugins
In reply to: [Contact Form 7] "Role" attribute still present after disabling HTML 5Ah yes, the accessibility features. I’d forgotten about those — shame on me.
Thanks for the information.Forum: Plugins
In reply to: [WP Forum Server] [Plugin: WP Forum Server] Won't activate (v. 1.7.5)I also had trouble getting the plug-in to activate, after installing it. Some information that may help:
- Attempts to activate the plug-in from the WordPress plug-ins administration page page, resulted in a “connection closed by remote server” error displayed by my browser (Opera).
- The activation worked once I set WP_DEBUG to FALSE. On that note, running the plug-in with debug mode enabled resulted in a lot of PHP warning and error reports. This suggests that the plug-in has only been tested in release mode but not debug mode.
- My plug-ins directory and its containing content directory are not in the default locations (ABSPATH . “wp-content/plugins/”). This plug-in’s code seems to make some assumptions about directory paths, rather than using the WordPress defined constants such as WP_PLUGIN_DIR. An example of this (for version 1.7.5) is at line 683 of wpf.class.php:
$plugin_data = implode('', file(ABSPATH."wp-content/plugins/".WPFPLUGIN."/wpf-main.php"));
Until the directory problems are resolved, I’m unable to use this plug-in on my web site.
Thanks Camu, I suspected that was the case. Thanks for the advice on Subscribe2. I’ll probably end up combining the two plug-ins, if possible.