simon_h
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Logic] Conflict with GetPaidHi,
thank you for reporting this, I can confirm this behavior.
The request for a report “https://example123.org/wordpress/index.php?rest_route=/getpaid/v1/reports/sales&period=7_days” leaves the admin area (…/wp-admin/…).
So you have to add to your GetPaid Plugin-Logic rule “Active on:”
getpaid/v1/reports/or something similar. Or you can use the “Inactive on” option if you have some rules for the Plugin.Forum: Reviews
In reply to: [Plugin Logic] Disables plugin completelyOf course, plugins will be reactivated if a page was called where no deactivation rule is set. Perhaps you could be more specific what plugins you are using and what effect it has on your plugins.
Forum: Plugins
In reply to: [Plugin Logic] Feature request: to support regexNow regex is supported (since version 1.0.9)
To use regex it is necessery to wrap a rule with quotations like this: β.*\/\?Freβ- This reply was modified 1 year, 10 months ago by simon_h.
Forum: Plugins
In reply to: [Plugin Logic] Please example regexThank you for testing.
Forum: Plugins
In reply to: [Plugin Logic] What about shortcode_logicThank you for publishing this.
Forum: Plugins
In reply to: [Plugin Logic] What about shortcode_logicHi ib4s, thank you for your feedback!
Don’t know if this feature really needed by many people and in the next months it would not possible for me to implement this, because of lack of time.
But feel free to use the code if it will help you.Kind regards
SimonForum: Plugins
In reply to: [Plugin Logic] best plugin ever but one little bugSorry but I can’t reproduce this. I didn’t get any notices, warnings or errors after duplicating.
Forum: Plugins
In reply to: [Plugin Logic] URL ParametersYes you need two rules for this, but I think two simple php requests (one with strpos() and one comparison with the equality operator) should be faster than a regex filter.
A possibility (perhaps I will integrate this in a next version) should be to use the question mark as an indicator which triggers the two rules automatically.
Thank you!
Forum: Plugins
In reply to: [Plugin Logic] URL ParametersHi,
if you try to have the plugin active on both use this two rules:
http://www.example.com/en/,
example.com/en/?para=Kind Regards
SimonForum: Plugins
In reply to: [Plugin Logic] best plugin ever but one little bugThank you, very nice π
Forum: Plugins
In reply to: [Plugin Logic] best plugin ever but one little bugVersion 1.0.7 is now released and includes both bug-fixes.
To apply the change to the database table you have to uninstall version 1.0.4 completely.
Forum: Plugins
In reply to: [Plugin Logic] best plugin ever but one little bugThank you for reporting this, I will check this as soon as possible.
Forum: Plugins
In reply to: [Plugin Logic] best plugin ever but one little bugHi creamundo, thank you for your feedback!
Please try the developer version and check if the problem still exists (it should be version 1.0.6)
Kind regards
simon_hForum: Plugins
In reply to: [Plugin Logic] Conflict with NextGen Gallery * NextGen PlusIt’s only an example you must replace the whole link “http://url-path/to/ngg-gallery” with your link to a page where a NextGEN Gallery is.
If you have more than one gallery you have to include these links too.
Forum: Plugins
In reply to: [Plugin Logic] Conflict with NextGen Gallery * NextGen PlusTeseted with
Worpdress 4.4.2 + NextGEN Gallery by Photocrati Version 2.1.26No problems found.