![]() |
|
printCommentForm() - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: printCommentForm() (/thread-13917.html) Pages:
1
2
|
printCommentForm() - Mazurki - 2024-02-27 Good morning, Unfortunately, I am not logged in as an admin and I connect to https://photosmichel.com in 3 different browsers and when I enter a comment on an image and I click add, the comment is saved and the Name and Email informations are not erased and not only they are not erased but they are duplicated in all the comment forms in the Gallery. Thank you for your support. printCommentForm() - acrylian - 2024-02-27 I admit I basically never use this plugin myself. So I indeed had to look that up. That is actually stored in cookie as a "known user" once you commented previously. You can try that by clearing cookies and/or using a private tab/window in your browser. Actually I think the plugin should not do that at all. Actually in the code there is a check for $_POST['remember'] that is apparently set via an invisible field. printCommentForm() - acrylian - 2024-02-27 A reason for this seems to be that the form keeps data in case an error on posting occurs. I will see to turn that into a checkbox so a comment has a choice. Perhaps even make it an option for that checkbox to appear at all. More GDPR/privacy friendly anyway. printCommentForm() - Mazurki - 2024-02-27 Thank you acrylian for the answer, I did a test with a private window plus cleaning cookies and closing the tab then reopening and still the same behavior. Thanks again for the support Sincerely printCommentForm() - acrylian - 2024-02-28 Then you perhaps have your browser setup to remember and fill in form data automatically? printCommentForm() - Mazurki - 2024-02-29 Good morning, Can I expect a fix eventually? Thanks printCommentForm() - acrylian - 2024-02-29 We did investigate and we don't see anything from our side that "remembers" except when you are logged in. Check your browser setting regarding autocomplate perhaps. printCommentForm() - Mazurki - 2024-02-29 Hi, For your information my three Browsers are not set to autocomplete. I gave you the link to my Gallery, you could have gone and checked for yourself, I asked three people outside to check the behavior and the result was the same, they rechecked after my change and everything works fine. Mazurki printCommentForm() - acrylian - 2024-02-29 Okay, good, better to have that off to avoid the browser adding that to forms you don't want to. Weird, I looked at it and it looks like it os for admins only. And using a private tab to comment on a local test site nothing was remembered… It only worked when I was loggedin. We'll try that again tommorrow… printCommentForm() - acrylian - 2024-02-29 Btw, for now you don't have to modify the plugin itself. You can have a custom form within printCommentForm() - Mazurki - 2024-02-29 Hi acrylian, I undid the changes I made in function.php and modified comment_form and everything works as it should. Thanks printCommentForm() - acrylian - 2024-03-02 Just FYI: We did look again. Somehow we confused us with our tests by possibly some browser caching fun. We can reproduce the behaviour you reported and with the coming 1.6.2 release the plugin will have an option to disable that. You can preview that in the support build. |