newtowp18
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New “Personal Data / Privacy” is incompleteThe “Adding the Personal Data Exporter To Your Plugin” article could be a good source for developers. I am waiting for someone else who can write a tutorial how to export the personal data submitted in the profile page.
For example, this tutorial (https://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields) shows how to add custom fields to profile page.
I think is a matter of time until someone will write a tutorial about profile page custom fields and data exporter.
Forum: Fixing WordPress
In reply to: New “Personal Data / Privacy” is incompleteWe are adding custom fields to WordPress profile page using:
show_user_profile
edit_user_profile
personal_options_update
edit_user_profile_updateor following a tutorial like this one: https://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields
Question: How to include those data in new exporter from WordPress?
Forum: Fixing WordPress
In reply to: New “Personal Data / Privacy” is incompleteWe need to know how to export/delete personal data from profile page in situation when theme has custom fields in profile page.
Forum: Fixing WordPress
In reply to: New “Personal Data / Privacy” is incompleteThis is a good tutorial (https://developer.www.ads-software.com/plugins/privacy/adding-the-personal-data-exporter-to-your-plugin/) but not very intuitive for novice WordPress users.
I am waiting for other posts to show how to include a custom field in the data export/erase feature.
Forum: Fixing WordPress
In reply to: New “Personal Data / Privacy” is incompleteIf I find a tutorial online will make sure to share it here.
Forum: Everything else WordPress
In reply to: Personal data export in WP 4.9.6@sgurygf Still should include all the content created and not only the pictures/figures.
Forum: Plugins
In reply to: [Flamingo] Consent tab is empty!I use CF7 4.7 due to issue with jquery in latest versions. In this version the consent is not implemented.
Forum: Plugins
In reply to: [Contact Form 7] Flamingo Consent is emptyCF7 5.0.2 with example above works fine
Forum: Plugins
In reply to: [Flamingo] Consent tab is empty!Thank you. It not possible to check it online.
Wordpress Version 4.9.6
Contact Form 7 Version 4.7
Flamingo Version 1.8I did update to the version 5.0.1 but still had same issue.
Shall I put anything to Additional Settings in the Contact Form?
Forum: Everything else WordPress
In reply to: Personal data export in WP 4.9.6I think the data export is a great idea, but it is not mature yet. For example, they show the media uploaded but not the posts are written.
Forum: Fixing WordPress
In reply to: New “Personal Data / Privacy” is incompleteThank you, understand!
I hope someone writes a tutorial how to include this in theme functions for novice PHP users.
Forum: Fixing WordPress
In reply to: An issue with Export Personal DataIt was related to the code in a function which I used to skips pages from search. Now it is fixed. Thanks.
I posted the code to help others faced the same issue.
function SearchFilter($query) {
}Forum: Fixing WordPress
In reply to: An issue with Export Personal DataI think is an issue with the custom theme. Is any particular code necessary to be included in the custom theme?
Thank you.
Forum: Fixing WordPress
In reply to: An issue with Export Personal DataSame! It shows nothing!