errorsys
Forum Replies Created
-
Forum: Plugins
In reply to: [Special Text Boxes] Using PHP 7.2 Create_Function() is deprecatedChange line 48 to:
add_action(‘widgets_init’, function() {return register_widget(“special_text”); } );
It should help.Forum: Plugins
In reply to: [DB Cache Reloaded Fix] Any way to use it on WP 4?Delete & (ampersand) before “new” and check if it works:
$this->dbcr_cache = new pcache();Make the same corrections in the following files:
db-module.php
db-module-wrapper.phpForum: Plugins
In reply to: [Propel] [Plugin: Propel] No Projects Display on FrontEnd UII have same. Only [pl-projects] is displayed.
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Disable change of main authorI have installed your plugin (ver. 2.5.3) on my intranet WP wiki and:
- as administrator I want to make some corrections to posts of my coo-workers.
- but I don’t want to be shown as the main author of a post. For some posts I need your plugin for team edited posts.
- after my changes I am automatically shown as the main author of a post. I would prefer to be listed as one of the people making post modification.
When I disable your plugin all comes back to normal: after making changes I am shown only on the list of post modifications, not on the homepage as the author of mentioned post. - just install WP 3.2.1, enable your plugin and make all from pt.3
I hope this is clear for you.
Forum: Plugins
In reply to: [Export to Text] Warning : export-to-text.php on line 17Thank’s.
Please upload your changes.Forum: Plugins
In reply to: [Export to Text] Warning : export-to-text.php on line 17After updating to version 2.0 I get the following message:
Parse error: syntax error, unexpected $end in D:\xampp\htdocs\wp-content\plugins\export-to-text\export-to-text.php on line 316
I’m using WordPress 3.1.2
Any help will be appreciated.Forum: Plugins
In reply to: [Plugin: WordPressPDF] conflicts with WP 3.1Additional problem with this plugin in WP3.1: tinyMCE has stopped working.
After disabling WordPressPDF tinyMCE came back to life.Forum: Plugins
In reply to: [Advanced Editor Tools] add additional plugin to TinyMCE AdvancedI have the same problem as chemoul but your answer Andrew is not clear.
Maybe some things are obvious for you…
What exactly should I do (based on chemoul’s example)?