Andulien
Forum Replies Created
-
Forum: Plugins
In reply to: [NewStatPress] IP Crypt Error & Data Purge QuestionAh I’m guessing you mean the little sentence “like with prune activated”. As a non-native speaker I did not understand it as such. It would have been clearer if said “like with data purge activated” or so. But native speakers might understand it better ??
Thanks for the quick fix.
Forum: Plugins
In reply to: [NewStatPress] IP Crypt Error & Data Purge QuestionHey there,
thanks for the quick response. One last thing, can you also add a note for the Data Purge Option? It should say something like, after setting the Data Purge you should run the Optimize Database, else past data will not be cleared and the DB remains the same size.
Cheers.
Forum: Plugins
In reply to: [NewStatPress] Is NewStatPress GDPR Compliant?One more thing to add here however. The Data needs to be anonimized to be GDPR compliant, meaning in the options page under the tab Filters, you need to check “Crypt IP addresses” so as to “not being able to track individual users”. If you want to keep the IP tracking on than you need to get explicit consent from the users and an option to delete individual users data if requested.
But those are just my thoughts and interpretations on the new law. I am by no means an expert here.
Forum: Fixing WordPress
In reply to: Embed/HTML code disappearingI figured out what why it didn’t work. So apparently WP changed its Role capabilities, taking away the Authors control to post “unfiltered_html”.
There are two ways to change that. One is manually per SQL:
https://forum.corephp.com/index.php?topic=1066.msg2618Or you can download a Plugin for WP that lets you customize your Role Capabilities. I recommend this one here, even thought it says supports 2.6, I just installed it on 2.9.2 and it works great ??
https://sourceforge.net/projects/role-manager/Good luck everyone.
Forum: Fixing WordPress
In reply to: Embed/HTML code disappearingwell I mean even something very simple will change.
Example:
Test
<center><img src=”https://image” title=”test”></center>
TestinggggWill change after saving as draft to:
Test
<img src=”https://image”>
TestinggggThis happens only for the Author, I have not seen it happening to Editor or Administrator.
Forum: Fixing WordPress
In reply to: Embed/HTML code disappearingI am having the same problem with my Author, just here the <center> as well as the title in images just disappear once trying to preview or Save Draft. Installed the latest WP 2.9.2. Using Firefox as well and only the HTML editor.
Thank you for any help.