Patrick Robrecht
Forum Replies Created
-
Forum: Plugins
In reply to: [Statify] Gelöschte Statistiken nachträglich in DB einfügen!Hallo Tommy,
die Tabelle wp_statify gibt es bei dir ja noch, daher muss der Teil
CREATE TABLE wp_statifynicht enthalten sein (da gäbe es auch eine Fehlermeldung, dass die Tabelle doch schon da ist).Einfügen musst du die Zeilen:
INSERT INTO wp_statify (id, created, referrer, target) VALUES (1, ‘2019-07-31’, ”, ‘/’),für alle IDs, die du wieder einfügen willst.
Genau die entsprechenden Zeilen via Importieren (Datei auswählen und “ok” klicken) oder via SQL (Zeilen in das Formular kopieren und “ok”). Wenn was nicht passt, erhälst du eine Fehlermeldung.
Viele Grüße
PatrickForum: Plugins
In reply to: [Statify] Gelöschte Statistiken nachträglich in DB einfügen!Hallo @urlaubspapa,
du kannst einfach dein Backup nehmen und die INSERT-Statements für die gelöschten Zeilen via phpMyAdmin ausführen (Copy and Paste oder Datei mit den passenden Statements für den Import vorbereiten). Für Zeilen, die noch in der Datenbank vorhanden sind, wird es eine entsprechende Fehlermeldung geben.
Viele Grüße
PatrickForum: Plugins
In reply to: [AntiVirus] Does not scan filesHi @vulkan3,
I cannot reproduce the issue. Can you provide some more details? Do you see errors on the browser console?
Kind regards
PatrickForum: Plugins
In reply to: [Crazy Lazy] Undefined index: figure_closing on line 164Hello @dwarfbeard,
we fixed this issue in Crazy Lazy 1.2.0. However, this release is the last version of Crazy Lazy as the plugin has reached its end of life. We recommend to rely on [lazy-loading of images in Core](https://make.ww.wp.xz.cn/core/2020/07/14/lazy-loading-images-in-5-5/) (supported by WordPress 5.5+ in combination with modern browsers) based on the native HTML loading attribute. If you look for an alternative plugin, we recommend to use [Lazy Loader](https://ww.wp.xz.cn/plugins/lazy-loading-responsive-images/) instead.
Kind regards
PatrickForum: Plugins
In reply to: [Posts and Users Stats] Disable user statisticsHello @teeboy4real,
I’m sorry, but such a feature is not planned. In addition, I don’t see a need for that. If you don’t like the user statistics, just ignore it.
Kind regards
PatrickForum: Plugins
In reply to: [AntiVirus] Files infected alertsHi @plasticin,
AntiVirus does a check whether theme files contain usage of functions which are typically used by malware. This may cause false positives if the theme uses some functions for valid reasons.
You can check those files by comparing them with the original version (from ww.wp.xz.cn or whereever you downloaded your theme).
If the files are not compromised, you can mark them als false positive. Then they will be skipped in future scans.
I hope this answer helps, otherwise don’t hesitate to ask for details.
Cheers
PatrickForum: Plugins
In reply to: [Snitch] Disable logging but preserve rules?Hi Nazar,
currently that is not possible, but I’ve added the idea to our backlog at GitHub.
Cheers
PatrickForum: Plugins
In reply to: [Statify] Show widget based on user role?Hi Johannes,
what exactly do you mean by “widget based on user roles”?
Statify does not know which user viewed the content as this is not stored in the database. Just the date, target URL and (optional) referrer URL are saved.
It is technically possible to analyze the views of the content (posts or pages) created by a specific user or users with a specific role. Currently Statify does not offer an UI for that and we do not have any plans to add such a feature.
You may install Statify – Extended Evaluation (authored by me and planned to be integrated into Statify in one of the next releases) to get additional statistics out of the data saved by Statify. With this plugin you can group views per target/referrer URL or time period, but not per user or user role.
As any data is stored in the database you may create any evaluation stats on your own (queries directly on the database or your own script).
I hope this answered your question. If not, feel free to ask for details.
Kind regards
PatrickForum: Plugins
In reply to: [Snitch] conflict with another plug caused a HUGE problemHi @werdpres,
Snitch saves its data as a custom post type. When enabling autopost for your posts, you should exclude the post of the post type
snitch. Those posts should be kept private.Kind regards
PatrickForum: Plugins
In reply to: [Snitch] Plugin not capturing traffic from one pluginHi @dpskipper,
without further details it will be difficult to check whether that’s an issue of Snitch. If you can provide details, feel free to open an issue at GitHub.
Kind regards
PatrickForum: Plugins
In reply to: [Save Post. Check Links.] feature request – choose whether to checkForum: Plugins
In reply to: [Save Post. Check Links.] compatibility glitchesHi @a2jc4life,
1) is a known issue.
2) I’ve added the issue to our backlog.
As SPCL is open source software, everyone is free to contribute bugfixes. Of course we try to provide continue the development of the plugin, but due to a lack of time we cannot implement all features or check compatibility issues with every plugin.
Kind regards
PatrickForum: Plugins
In reply to: [Posts and Users Stats] Display user’s posts to themForum: Plugins
In reply to: [Posts and Users Stats] Posts published in the categoriesHello @boybawang,
technically theres’s no reason why the Statify – Extended Evaluation could not be included in Statify. I wrote the plugin before I joined pluginkollektiv, the developer group developing Statify and some other plugins.
I’ve already suggested to merge the functionality, but no final decision has been made.
Cheers
Patrick