bdnosp
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Is this closure truly temporary?Hi, @aestheticdesign
I guess https://downloads.wp.xz.cn/plugin/widget-logic.5.10.4.zip π
cheersHi !
here : https://downloads.wp.xz.cn/plugin/events-manager.5.9.8.zip π
or https://downloads.wp.xz.cn/plugin/events-manager.5.9.7.3.zip if you want earlier one- This reply was modified 5 years, 11 months ago by bdnosp.
Forum: Plugins
In reply to: [Simple Download Manager for WP Document Revisions] Error 500 on update PostHello,
Yes type πThanks.
And happy new year π
Forum: Plugins
In reply to: [Simple User Listing] Roles not being filtered@helgatheviking
Yes you’re right i should have, my apologiesLooks fixed in 1.8.1 π
Thanks a lotForum: Plugins
In reply to: [Simple User Listing] Roles not being filteredHello,
With 1.8.0 version, the filter does not work anymore ;(
it shows all the users despite the “role” shortcode argument.Thanks
Forum: Plugins
In reply to: [Simple Download Manager for WP Document Revisions] Error 500 on update PostHi !
Add same kind of problem with Wp-document-Revisions-Code-Cookbook after updating to 3.0.1
Try replacing :
$wpdr = Document_Revisions::$instance;by :
global $wpdb;Let me know π
Forum: Plugins
In reply to: [WP Document Revisions] Cannot update documentsHi !
Add same kind of problem with Wp-document-Revisions-Code-Cookbook after updating to 3.0.1
Try replacing :
$wpdr = Document_Revisions::$instance;by :
global $wpdb;Let me know π
- This reply was modified 8 years, 9 months ago by bdnosp.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 1.5.0.1 Just Crashed My SiteFatal error (500)… for me too
Forum: Plugins
In reply to: [Custom Field Suite] Required field stuckHello,
Well, same thing here…
Thanks.
Forum: Plugins
In reply to: [Gator Cache] Cache warming?hi !
I would be interested by the code you would supply for this π
Thanks !
Forum: Plugins
In reply to: [Gator Cache] Error 403Hello,
Here is the error i found in my server logs :
Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configurationI found a solution here.
http://www.blog.magepsycho.com/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/But of course you need to have access to your apache configuration.
Forum: Plugins
In reply to: [WP Glossary] [Plugin: WP Glossary] LocalizationHi !
Thanks for the localization fix !
I would be glad to share my french version.
But how can i do it ?
Thanks.Forum: Plugins
In reply to: [Wiki] [Plugin: Wiki] discussion tab results in entire widget sidebar movingHi, for discussion and history tabs, it lacks the $btop content from lines 461 and 462 : see the wordpress-wiki-plugin.php file
What i did till it is fixed :
– line 466 added “$new_content .= $btop;”switch ($action) { case 'discussion': $new_content .= $btop; break;– line 580 or so : added “$new_content .= $btop;”
case 'history': $new_content .= $btop;Cheers π