17-Mar-2019, 11:28 AM
Hi,
Very great script, I really appriciate that you still update constantly, it is the only advanced and great comment script which is always updated.
I figured out everything, I only have 2 questions (I will may have some more later):
- Is is compatible with PHP 7.3.2 and with Opcache? If it it not fully, will it somehow work without significant problems?
- Accept privacy policy feature: because of GDPR, this tiny feature is more important for me than it would seem.
However, the "greyish" window which opens at privacy policy link, cannot be scrolled (I modified your privacy policy at the language file (I created a Hungarian), and it is longer than the screen vertically).
However, I don't want that solution, I would like to use just this basic html5 required checkbox if possible, I like it very much when Chrome/Firefox exactly shows with an arrow that you should click that checkbox:
I put it to form.tpl. The checkbox and the text is shown. But I can send a comment without accepting privacy policy ("required" word doesn't have any effect). With my previous comment script, it worked.
Would there be a solution that I could make users accept privacy policy with that html5 required checkbox line?
Or alternatively, how can the privacy policy window can be scrolled vertically?
Thank you!
Very great script, I really appriciate that you still update constantly, it is the only advanced and great comment script which is always updated.
I figured out everything, I only have 2 questions (I will may have some more later):
- Is is compatible with PHP 7.3.2 and with Opcache? If it it not fully, will it somehow work without significant problems?
- Accept privacy policy feature: because of GDPR, this tiny feature is more important for me than it would seem.
However, the "greyish" window which opens at privacy policy link, cannot be scrolled (I modified your privacy policy at the language file (I created a Hungarian), and it is longer than the screen vertically).
However, I don't want that solution, I would like to use just this basic html5 required checkbox if possible, I like it very much when Chrome/Firefox exactly shows with an arrow that you should click that checkbox:
Code:
<div class=""adat"><input style="transform:scale(1.5);" type="checkbox" required name="terms"> I accept<a href="privacy-policy.html" target="_blank">privacy policy</a> </div>
I put it to form.tpl. The checkbox and the text is shown. But I can send a comment without accepting privacy policy ("required" word doesn't have any effect). With my previous comment script, it worked.
Would there be a solution that I could make users accept privacy policy with that html5 required checkbox line?
Or alternatively, how can the privacy policy window can be scrolled vertically?
Thank you!