Very nice!
Just installed it, looking good, thanks a lot.
I took the freedom to bash the install.xml a bit. No code changed, but templates (validating now) and also changed the succession of operations to my liking (yes, I'm a perfectionist). Also added translations for german-utf8. Here it is.
Edit: Please don't post the whole installer file, it will become outdated quickly. If you notice bugs, please either send me a diff or point the issues out in PM.
German language section:
<file name="$languagedir/Modifications.german-utf8.php">
<operation>
<search position="end"></search>
<add><![CDATA[
//Visual Verification Options
$txt['visual_verification_guest_post'] = 'Visuelle Bestätigung für Gäste aktivieren';
$txt['visual_verification_guest_search'] = 'Visuelle Bestätigung für Gäste aktivieren';
$txt['error_visual_verification_failed'] = 'Die eingegebenen Buchstaben stimmen nicht mit den im Bild gezeigten überein.';
]]></add>
</operation>
</file>
- Motoko-chan