Patrick Robrecht
Forum Replies Created
-
Forum: Plugins
In reply to: [Statify] Generate Stats for logged in usersYes, this is possible using
the statify_skip_tracking
hook in your theme’s function.php as followsadd_filter( 'statify_skip_tracking', function() { if ( 1 == 1 ) { return true; } return false; } );
You have to change the (1=1) condition in the method above such that it returns true for the users you don’t want to track.
Forum: Plugins
In reply to: [Search Meter] Please support translationI just checked your GitHub repository. Note that there’s no need to include the language files in your plugin, as WordPress will automatically get them from translate.www.ads-software.com if they are available there.
Forum: Plugins
In reply to: [Search Meter] Please support translationThat sounds great! I would provide German translations if translation if enabled on translate.www.ads-software.com.
Forum: Reviews
In reply to: [Statify – Extended Evaluation] super aufgebohrtDanke für dieses Feedback!
Forum: Plugins
In reply to: [Visual Form Builder] 500 internal server error@lueenkowode We also had a 500 error problem, solution which helped for our website: https://www.ads-software.com/support/topic/error-500-after-latest-update?replies=5#post-8771719
Forum: Plugins
In reply to: [Visual Form Builder] Error 500 after latest updateWe had the same problem. The configuration the field “Reply-To E-Mail” was not filled. This field is mandatory for creating new forms now, but in our forms created with earlier versions of this plugin the Reply-To was empty. This caused an error during sending the e-mail (the data still was stored in the database).
After filling this field all continued to work perfectly again.
Forum: Plugins
In reply to: [Statify] Store which technology user useFor your question, see the answer at the Statify plugin page:
A locally in WordPress created database table consists of only 4 fields (ID, date, source, target) and can be viewed at any time, cleaned up and cleared by the administrator.
So smartphone/tablet and browsers statistics can’t be provided by this plugin. The plugin was made by Sergey Müller to comply with privacy laws.
My own plugin Extended Evaluation for Statify provides a detailed analysis of the data stored by Statify and offers a download option.
Forum: Plugins
In reply to: [Statify] Store which technology user useAs the plugin is intended to be as privacy-friendly as possible, this feature to store more information in the database will not be integrated (presumably).
If you are interested in detailed statistics of the data Statify already stores, you may install my plugin Extended Statify for Evaluation.